Color Hex Logo

#e41102 Color Hex

#E41102
(228,17,2)
0 Favorites   0 Comments

Color spaces of #e41102

RGB 228172
HSL0.010.980.45
HSV99°89°
CMYK 0.000.930.99   0.11
XYZ32.206316.89931.6219
Yxy16.89930.63490.3331
Hunter Lab41.108867.903926.4369
CIE-Lab48.132972.146461.3642

#e41102 color RGB value is (228,17,2).

#e41102 hex color red value is 228, green value is 17 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #e41102 hue: 0.01 , saturation: 0.98 and the lightness value of e41102 is 0.45.

The process color (four color CMYK) of #e41102 color hex is 0.00, 0.93, 0.99, 0.11. Web safe color of #e41102 is #cc0000. Color #e41102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010001 00000010
Octal 344 21 2
Decimal 228 17 2
Hex E4 11 2

RGB Percentages of Color #e41102

%92.31
%6.88
%0.81

CMYK Percentages of Color #e41102

%0
%93
%99
%11

Triadic Colors of #e41102

#e41102 #02e411 #1102e4

Analogous Colors of #e41102

#e41102 #e48202 #e40264

Monochromatic Colors of #e41102

#e41102

Complementary Color

#e41102 #02d5e4

#e41102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41102 Color CSS Codes

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

#e41102 Text Font Color

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

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


#e41102 Background Color

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

This div background color is #e41102


#e41102 Border Color

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

This div border color is #e41102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41102


Comments

No comments written yet.

Please login to write comment.