Color Hex Logo

#e1492a Color Hex

#E1492A
(225,73,42)
0 Favorites   0 Comments

Color spaces of #e1492a

RGB 2257342
HSL0.030.750.52
HSV10°81°88°
CMYK 0.000.680.81   0.12
XYZ33.851820.93984.4481
Yxy20.93980.57140.3535
Hunter Lab45.760051.968526.2687
CIE-Lab52.883557.507849.8834

#e1492a color RGB value is (225,73,42).

#e1492a hex color red value is 225, green value is 73 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e1492a hue: 0.03 , saturation: 0.75 and the lightness value of e1492a is 0.52.

The process color (four color CMYK) of #e1492a color hex is 0.00, 0.68, 0.81, 0.12. Web safe color of #e1492a is #cc3333. Color #e1492a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 00101010
Octal 341 111 52
Decimal 225 73 42
Hex E1 49 2A

RGB Percentages of Color #e1492a

%66.18
%21.47
%12.35

CMYK Percentages of Color #e1492a

%0
%68
%81
%12

Triadic Colors of #e1492a

#e1492a #2ae149 #492ae1

Analogous Colors of #e1492a

#e1492a #e1a52a #e12a67

Monochromatic Colors of #e1492a

#e1492a

Complementary Color

#e1492a #2ac2e1

#e1492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1492a Color CSS Codes

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

#e1492a Text Font Color

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

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


#e1492a Background Color

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

This div background color is #e1492a


#e1492a Border Color

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

This div border color is #e1492a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1492a


Comments

No comments written yet.

Please login to write comment.