color codes Logo

#e1142a color codes

#E1142A
(225,20,42)
0 Favorites   0 Comments

Color spaces of #e1142a

RGB 2252042
HSL0.980.840.48
HSV354°91°88°
CMYK 0.000.910.81   0.12
XYZ31.719416.67503.7373
Yxy16.67500.60840.3199
Hunter Lab40.835067.192023.1582
CIE-Lab47.847971.609345.0852

#e1142a color RGB value is (225,20,42).

#e1142a hex color red value is 225, green value is 20 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e1142a hue: 0.98 , saturation: 0.84 and the lightness value of e1142a is 0.48.

The process color (four color CMYK) of #e1142a color code is 0.00, 0.91, 0.81, 0.12. Web safe color of #e1142a is #cc0033. Color #e1142a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 00101010
Octal 341 24 52
Decimal 225 20 42
Hex E1 14 2A

RGB Percentages of Color #e1142a

%78.40
%6.97
%14.63

CMYK Percentages of Color #e1142a

%0
%91
%81
%12

Triadic Colors of #e1142a

#e1142a #2ae114 #142ae1

Analogous Colors of #e1142a

#e1142a #e16514 #e11491

Monochromatic Colors of #e1142a

#e1142a

Complementary Color

#e1142a #14e1cb

#e1142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1142a Color CSS Codes

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

#e1142a Text Font Color

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

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


#e1142a Background Color

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

This div background color is #e1142a


#e1142a Border Color

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

This div border color is #e1142a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,20,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 #e1142a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1142a


Comments

No comments written yet.

Please login to write comment.