color codes Logo

#e1292c color codes

#E1292C
(225,41,44)
0 Favorites   0 Comments

Color spaces of #e1292c

RGB 2254144
HSL1.000.750.52
HSV359°82°88°
CMYK 0.000.820.80   0.12
XYZ32.298917.77534.1115
Yxy17.77530.59610.3280
Hunter Lab42.160862.965623.7306
CIE-Lab49.222467.784045.3544

#e1292c color RGB value is (225,41,44).

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

The process color (four color CMYK) of #e1292c color code is 0.00, 0.82, 0.80, 0.12. Web safe color of #e1292c is #cc3333. Color #e1292c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 00101100
Octal 341 51 54
Decimal 225 41 44
Hex E1 29 2C

RGB Percentages of Color #e1292c

%72.58
%13.23
%14.19

CMYK Percentages of Color #e1292c

%0
%82
%80
%12

Triadic Colors of #e1292c

#e1292c #2ce129 #292ce1

Analogous Colors of #e1292c

#e1292c #e18229 #e12988

Monochromatic Colors of #e1292c

#e1292c

Complementary Color

#e1292c #29e1de

#e1292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1292c Color CSS Codes

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

#e1292c Text Font Color

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

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


#e1292c Background Color

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

This div background color is #e1292c


#e1292c Border Color

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

This div border color is #e1292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1292c


Comments

No comments written yet.

Please login to write comment.