Color Hex Logo

#e00b2c Color Hex

#E00B2C
(224,11,44)
0 Favorites   0 Comments

Color spaces of #e00b2c

RGB 2241144
HSL0.970.910.46
HSV351°95°88°
CMYK 0.000.950.80   0.12
XYZ31.314816.26853.8725
Yxy16.26850.60860.3162
Hunter Lab40.334267.999422.5415
CIE-Lab47.324872.383143.4088

#e00b2c color RGB value is (224,11,44).

#e00b2c hex color red value is 224, green value is 11 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #e00b2c hue: 0.97 , saturation: 0.91 and the lightness value of e00b2c is 0.46.

The process color (four color CMYK) of #e00b2c color hex is 0.00, 0.95, 0.80, 0.12. Web safe color of #e00b2c is #cc0033. Color #e00b2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001011 00101100
Octal 340 13 54
Decimal 224 11 44
Hex E0 B 2C

RGB Percentages of Color #e00b2c

%80.29
%3.94
%15.77

CMYK Percentages of Color #e00b2c

%0
%95
%80
%12

Triadic Colors of #e00b2c

#e00b2c #2ce00b #0b2ce0

Analogous Colors of #e00b2c

#e00b2c #e0540b #e00b97

Monochromatic Colors of #e00b2c

#e00b2c

Complementary Color

#e00b2c #0be0bf

#e00b2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00b2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00b2c Color CSS Codes

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

#e00b2c Text Font Color

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

This sample text font color is #e00b2c
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.


#e00b2c Background Color

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

This div background color is #e00b2c


#e00b2c Border Color

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

This div border color is #e00b2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00b2c


Comments

No comments written yet.

Please login to write comment.