Color Hex Logo

#e01917 Color Hex

#E01917
(224,25,23)
0 Favorites   0 Comments

Color spaces of #e01917

RGB 2242523
HSL0.000.810.48
HSV90°88°
CMYK 0.000.890.90   0.12
XYZ31.242816.60442.3689
Yxy16.60440.62220.3307
Hunter Lab40.748565.550125.0771
CIE-Lab47.757770.252554.0938

#e01917 color RGB value is (224,25,23).

#e01917 hex color red value is 224, green value is 25 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #e01917 hue: 0.00 , saturation: 0.81 and the lightness value of e01917 is 0.48.

The process color (four color CMYK) of #e01917 color hex is 0.00, 0.89, 0.90, 0.12. Web safe color of #e01917 is #cc0000. Color #e01917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011001 00010111
Octal 340 31 27
Decimal 224 25 23
Hex E0 19 17

RGB Percentages of Color #e01917

%82.35
%9.19
%8.46

CMYK Percentages of Color #e01917

%0
%89
%90
%12

Triadic Colors of #e01917

#e01917 #17e019 #1917e0

Analogous Colors of #e01917

#e01917 #e07e17 #e0177a

Monochromatic Colors of #e01917

#e01917

Complementary Color

#e01917 #17dee0

#e01917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01917 Color CSS Codes

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

#e01917 Text Font Color

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

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


#e01917 Background Color

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

This div background color is #e01917


#e01917 Border Color

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

This div border color is #e01917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01917


Comments

No comments written yet.

Please login to write comment.