Color Hex Logo

#e10412 Color Hex

#E10412
(225,4,18)
0 Favorites   0 Comments

Color spaces of #e10412

RGB 225418
HSL0.990.970.45
HSV356°98°88°
CMYK 0.000.980.92   0.12
XYZ31.203916.13812.0426
Yxy16.13810.63190.3268
Hunter Lab40.172368.348925.1059
CIE-Lab47.155272.706255.7462

#e10412 color RGB value is (225,4,18).

#e10412 hex color red value is 225, green value is 4 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e10412 hue: 0.99 , saturation: 0.97 and the lightness value of e10412 is 0.45.

The process color (four color CMYK) of #e10412 color hex is 0.00, 0.98, 0.92, 0.12. Web safe color of #e10412 is #cc0000. Color #e10412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000100 00010010
Octal 341 4 22
Decimal 225 4 18
Hex E1 4 12

RGB Percentages of Color #e10412

%91.09
%1.62
%7.29

CMYK Percentages of Color #e10412

%0
%98
%92
%12

Triadic Colors of #e10412

#e10412 #12e104 #0412e1

Analogous Colors of #e10412

#e10412 #e16504 #e10481

Monochromatic Colors of #e10412

#e10412

Complementary Color

#e10412 #04e1d3

#e10412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10412 Color CSS Codes

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

#e10412 Text Font Color

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

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


#e10412 Background Color

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

This div background color is #e10412


#e10412 Border Color

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

This div border color is #e10412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10412


Comments

No comments written yet.

Please login to write comment.