Color Hex Logo

#e5210e Color Hex

#E5210E
(229,33,14)
0 Favorites   0 Comments

Color spaces of #e5210e

RGB 2293314
HSL0.010.880.48
HSV94°90°
CMYK 0.000.860.94   0.10
XYZ32.936217.77742.1109
Yxy17.77740.62350.3365
Hunter Lab42.163365.651226.5459
CIE-Lab49.225070.052858.7291

#e5210e color RGB value is (229,33,14).

#e5210e hex color red value is 229, green value is 33 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e5210e hue: 0.01 , saturation: 0.88 and the lightness value of e5210e is 0.48.

The process color (four color CMYK) of #e5210e color hex is 0.00, 0.86, 0.94, 0.10. Web safe color of #e5210e is #cc3300. Color #e5210e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100001 00001110
Octal 345 41 16
Decimal 229 33 14
Hex E5 21 E

RGB Percentages of Color #e5210e

%82.97
%11.96
%5.07

CMYK Percentages of Color #e5210e

%0
%86
%94
%10

Triadic Colors of #e5210e

#e5210e #0ee521 #210ee5

Analogous Colors of #e5210e

#e5210e #e58d0e #e50e67

Monochromatic Colors of #e5210e

#e5210e

Complementary Color

#e5210e #0ed2e5

#e5210e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5210e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5210e Color CSS Codes

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

#e5210e Text Font Color

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

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


#e5210e Background Color

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

This div background color is #e5210e


#e5210e Border Color

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

This div border color is #e5210e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5210e


Comments

No comments written yet.

Please login to write comment.