Color Hex Logo

#e4111a Color Hex

#E4111A
(228,17,26)
0 Favorites   0 Comments

Color spaces of #e4111a

RGB 2281726
HSL0.990.860.48
HSV357°93°89°
CMYK 0.000.930.89   0.11
XYZ32.381816.96952.5460
Yxy16.96950.62400.3270
Hunter Lab41.194168.225625.1714
CIE-Lab48.221672.396253.5356

#e4111a color RGB value is (228,17,26).

#e4111a hex color red value is 228, green value is 17 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #e4111a hue: 0.99 , saturation: 0.86 and the lightness value of e4111a is 0.48.

The process color (four color CMYK) of #e4111a color hex is 0.00, 0.93, 0.89, 0.11. Web safe color of #e4111a is #cc0033. Color #e4111a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010001 00011010
Octal 344 21 32
Decimal 228 17 26
Hex E4 11 1A

RGB Percentages of Color #e4111a

%84.13
%6.27
%9.59

CMYK Percentages of Color #e4111a

%0
%93
%89
%11

Triadic Colors of #e4111a

#e4111a #1ae411 #111ae4

Analogous Colors of #e4111a

#e4111a #e47211 #e41184

Monochromatic Colors of #e4111a

#e4111a

Complementary Color

#e4111a #11e4db

#e4111a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4111a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4111a Color CSS Codes

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

#e4111a Text Font Color

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

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


#e4111a Background Color

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

This div background color is #e4111a


#e4111a Border Color

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

This div border color is #e4111a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,17,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4111a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4111a;
  -webkit-box-shadow: 1px 1px 3px 2px #e4111a;
  box-shadow:         1px 1px 3px 2px #e4111a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,17,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4111a


Comments

No comments written yet.

Please login to write comment.