Color Hex Logo

#e13616 Color Hex

#E13616
(225,54,22)
0 Favorites   0 Comments

Color spaces of #e13616

RGB 2255422
HSL0.030.820.48
HSV90°88°
CMYK 0.000.760.90   0.12
XYZ32.515318.70382.6555
Yxy18.70380.60350.3472
Hunter Lab43.247958.518826.6330
CIE-Lab50.338963.749356.3777

#e13616 color RGB value is (225,54,22).

#e13616 hex color red value is 225, green value is 54 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e13616 hue: 0.03 , saturation: 0.82 and the lightness value of e13616 is 0.48.

The process color (four color CMYK) of #e13616 color hex is 0.00, 0.76, 0.90, 0.12. Web safe color of #e13616 is #cc3300. Color #e13616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110110 00010110
Octal 341 66 26
Decimal 225 54 22
Hex E1 36 16

RGB Percentages of Color #e13616

%74.75
%17.94
%7.31

CMYK Percentages of Color #e13616

%0
%76
%90
%12

Triadic Colors of #e13616

#e13616 #16e136 #3616e1

Analogous Colors of #e13616

#e13616 #e19c16 #e1165b

Monochromatic Colors of #e13616

#e13616

Complementary Color

#e13616 #16c1e1

#e13616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13616 Color CSS Codes

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

#e13616 Text Font Color

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

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


#e13616 Background Color

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

This div background color is #e13616


#e13616 Border Color

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

This div border color is #e13616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13616


Comments

No comments written yet.

Please login to write comment.