Hex #ee2c2c Color

#ee2c2c
equivalent to

RGB

(238, 44, 44)

Details of #ee2c2c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
36.6152
0.00
0.00
52.0180
20.1604
44.9003
44
20.1604
0.85
0.82
70.6314
0.5991
82°
66.9874
44
4.3444
0.55
0.82   0.07
48.9308
0.3298
93°
25.6949

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
101100
54
44
2C
Blue
101100
54
44
2C

RGB in % of #ee2c2c

%73.01
%13.50
%13.50

CMYK in % of #ee2c2c

%0
%82
%82
%7

Triads of color #ee2c2c

#ee2c2c #2c2cee #2cee2c

Similar Colors to #ee2c2c

#ee2c2c #ee2c8d #ee8d2c

Preview Color #ee2c2c on black ground

#ee2c2c is very interesting for text.

Preview Color #ee2c2c on white ground

#ee2c2c is very interesting for text.

CSS Codes #ee2c2c color

.mybgcolor {background-color:#ee2c2c; }
.myforecolor {color:#ee2c2c; }
.mybordercolor {border:3px solid #ee2c2c; }

Text Font Color #ee2c2c

<p style="color:#ee2c2c">Text here</p>

This sample text font color is #ee2c2c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #ee2c2c

<div style="background-color:#ee2c2c">
Div content here</div>

This div background color is #ee2c2c


Border Color #ee2c2c

<div style="border:3px solid #ee2c2c">
Div here</div>

The color of this border is #ee2c2c


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ee2c2c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #ee2c2c;
-webkit-box-shadow: 1px 1px 3px 2px #ee2c2c;
box-shadow:         1px 1px 3px 2px #ee2c2c; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #ee2c2c">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #ee2c2c;
  -webkit-box-shadow: 1px 1px 3px 2px #ee2c2c;
  box-shadow:         1px 1px 3px 2px #ee2c2c;">
Div content here</div>

The shadow of div box using color #ee2c2c