Color Hex Logo

#e11417 Color Hex

#E11417
(225,20,23)
0 Favorites   0 Comments

Color spaces of #e11417

RGB 2252023
HSL1.000.840.48
HSV359°91°88°
CMYK 0.000.910.90   0.12
XYZ31.456116.56972.3510
Yxy16.56970.62440.3289
Hunter Lab40.705966.703325.0698
CIE-Lab47.713271.227554.1582

#e11417 color RGB value is (225,20,23).

#e11417 hex color red value is 225, green value is 20 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #e11417 hue: 1.00 , saturation: 0.84 and the lightness value of e11417 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 00010111
Octal 341 24 27
Decimal 225 20 23
Hex E1 14 17

RGB Percentages of Color #e11417

%83.96
%7.46
%8.58

CMYK Percentages of Color #e11417

%0
%91
%90
%12

Triadic Colors of #e11417

#e11417 #17e114 #1417e1

Analogous Colors of #e11417

#e11417 #e17814 #e1147e

Monochromatic Colors of #e11417

#e11417

Complementary Color

#e11417 #14e1de

#e11417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11417 Color CSS Codes

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

#e11417 Text Font Color

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

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


#e11417 Background Color

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

This div background color is #e11417


#e11417 Border Color

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

This div border color is #e11417


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,20,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 #e11417">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11417


Comments

No comments written yet.

Please login to write comment.