Color Hex Logo

#e41420 Color Hex

#E41420
(228,20,32)
0 Favorites   0 Comments

Color spaces of #e41420

RGB 2282032
HSL0.990.840.49
HSV357°91°89°
CMYK 0.000.910.86   0.11
XYZ32.505817.09862.9536
Yxy17.09860.61850.3253
Hunter Lab41.350567.956524.7103
CIE-Lab48.384072.141250.9135

#e41420 color RGB value is (228,20,32).

#e41420 hex color red value is 228, green value is 20 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e41420 hue: 0.99 , saturation: 0.84 and the lightness value of e41420 is 0.49.

The process color (four color CMYK) of #e41420 color hex is 0.00, 0.91, 0.86, 0.11. Web safe color of #e41420 is #cc0033. Color #e41420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010100 00100000
Octal 344 24 40
Decimal 228 20 32
Hex E4 14 20

RGB Percentages of Color #e41420

%81.43
%7.14
%11.43

CMYK Percentages of Color #e41420

%0
%91
%86
%11

Triadic Colors of #e41420

#e41420 #20e414 #1420e4

Analogous Colors of #e41420

#e41420 #e47014 #e41488

Monochromatic Colors of #e41420

#e41420

Complementary Color

#e41420 #14e4d8

#e41420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41420 Color CSS Codes

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

#e41420 Text Font Color

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

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


#e41420 Background Color

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

This div background color is #e41420


#e41420 Border Color

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

This div border color is #e41420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41420


Comments

No comments written yet.

Please login to write comment.