Color Hex Logo

#e11418 Color Hex

#E11418
(225,20,24)
0 Favorites   0 Comments

Color spaces of #e11418

RGB 2252024
HSL1.000.840.48
HSV359°91°88°
CMYK 0.000.910.89   0.12
XYZ31.466416.57382.4048
Yxy16.57380.62380.3286
Hunter Lab40.710966.722624.9954
CIE-Lab47.718571.242653.7456

#e11418 color RGB value is (225,20,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 00011000
Octal 341 24 30
Decimal 225 20 24
Hex E1 14 18

RGB Percentages of Color #e11418

%83.64
%7.43
%8.92

CMYK Percentages of Color #e11418

%0
%91
%89
%12

Triadic Colors of #e11418

#e11418 #18e114 #1418e1

Analogous Colors of #e11418

#e11418 #e17714 #e1147f

Monochromatic Colors of #e11418

#e11418

Complementary Color

#e11418 #14e1dd

#e11418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11418 Color CSS Codes

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

#e11418 Text Font Color

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

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


#e11418 Background Color

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

This div background color is #e11418


#e11418 Border Color

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

This div border color is #e11418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11418


Comments

No comments written yet.

Please login to write comment.