Color Hex Logo

#e11816 Color Hex

#E11816
(225,24,22)
0 Favorites   0 Comments

Color spaces of #e11816

RGB 2252422
HSL0.000.820.48
HSV90°88°
CMYK 0.000.890.90   0.12
XYZ31.522816.71872.3247
Yxy16.71870.62340.3306
Hunter Lab40.888566.058825.2510
CIE-Lab47.903670.651154.6949

#e11816 color RGB value is (225,24,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011000 00010110
Octal 341 30 26
Decimal 225 24 22
Hex E1 18 16

RGB Percentages of Color #e11816

%83.03
%8.86
%8.12

CMYK Percentages of Color #e11816

%0
%89
%90
%12

Triadic Colors of #e11816

#e11816 #16e118 #1816e1

Analogous Colors of #e11816

#e11816 #e17e16 #e1167a

Monochromatic Colors of #e11816

#e11816

Complementary Color

#e11816 #16dfe1

#e11816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11816 Color CSS Codes

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

#e11816 Text Font Color

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

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


#e11816 Background Color

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

This div background color is #e11816


#e11816 Border Color

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

This div border color is #e11816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11816


Comments

No comments written yet.

Please login to write comment.