Color Hex Logo

#e11619 Color Hex

#E11619
(225,22,25)
0 Favorites   0 Comments

Color spaces of #e11619

RGB 2252225
HSL1.000.820.48
HSV359°90°88°
CMYK 0.000.900.89   0.12
XYZ31.513716.65162.4728
Yxy16.65160.62230.3288
Hunter Lab40.806466.439824.9716
CIE-Lab47.818070.986853.3933

#e11619 color RGB value is (225,22,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010110 00011001
Octal 341 26 31
Decimal 225 22 25
Hex E1 16 19

RGB Percentages of Color #e11619

%82.72
%8.09
%9.19

CMYK Percentages of Color #e11619

%0
%90
%89
%12

Triadic Colors of #e11619

#e11619 #19e116 #1619e1

Analogous Colors of #e11619

#e11619 #e17916 #e1167f

Monochromatic Colors of #e11619

#e11619

Complementary Color

#e11619 #16e1de

#e11619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11619 Color CSS Codes

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

#e11619 Text Font Color

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

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


#e11619 Background Color

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

This div background color is #e11619


#e11619 Border Color

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

This div border color is #e11619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11619


Comments

No comments written yet.

Please login to write comment.