Color Hex Logo

#e1190a Color Hex

#E1190A
(225,25,10)
0 Favorites   0 Comments

Color spaces of #e1190a

RGB 2252510
HSL0.010.910.46
HSV96°88°
CMYK 0.000.890.96   0.12
XYZ31.453816.72471.8576
Yxy16.72470.62860.3343
Hunter Lab40.895865.720125.9340
CIE-Lab47.911370.365558.7053

#e1190a color RGB value is (225,25,10).

#e1190a hex color red value is 225, green value is 25 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e1190a hue: 0.01 , saturation: 0.91 and the lightness value of e1190a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 00001010
Octal 341 31 12
Decimal 225 25 10
Hex E1 19 A

RGB Percentages of Color #e1190a

%86.54
%9.62
%3.85

CMYK Percentages of Color #e1190a

%0
%89
%96
%12

Triadic Colors of #e1190a

#e1190a #0ae119 #190ae1

Analogous Colors of #e1190a

#e1190a #e1850a #e10a67

Monochromatic Colors of #e1190a

#e1190a

Complementary Color

#e1190a #0ad2e1

#e1190a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1190a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1190a Color CSS Codes

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

#e1190a Text Font Color

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

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


#e1190a Background Color

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

This div background color is #e1190a


#e1190a Border Color

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

This div border color is #e1190a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1190a


Comments

No comments written yet.

Please login to write comment.