Color Hex Logo

#e1200c Color Hex

#E1200C
(225,32,12)
0 Favorites   0 Comments

Color spaces of #e1200c

RGB 2253212
HSL0.020.900.46
HSV95°88°
CMYK 0.000.860.95   0.12
XYZ31.634217.06711.9748
Yxy17.06710.62420.3368
Hunter Lab41.312364.386626.0845
CIE-Lab48.344569.158158.3914

#e1200c color RGB value is (225,32,12).

#e1200c hex color red value is 225, green value is 32 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #e1200c hue: 0.02 , saturation: 0.90 and the lightness value of e1200c is 0.46.

The process color (four color CMYK) of #e1200c color hex is 0.00, 0.86, 0.95, 0.12. Web safe color of #e1200c is #cc3300. Color #e1200c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 00001100
Octal 341 40 14
Decimal 225 32 12
Hex E1 20 C

RGB Percentages of Color #e1200c

%83.64
%11.90
%4.46

CMYK Percentages of Color #e1200c

%0
%86
%95
%12

Triadic Colors of #e1200c

#e1200c #0ce120 #200ce1

Analogous Colors of #e1200c

#e1200c #e18b0c #e10c63

Monochromatic Colors of #e1200c

#e1200c

Complementary Color

#e1200c #0ccde1

#e1200c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1200c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1200c Color CSS Codes

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

#e1200c Text Font Color

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

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


#e1200c Background Color

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

This div background color is #e1200c


#e1200c Border Color

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

This div border color is #e1200c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1200c


Comments

No comments written yet.

Please login to write comment.