Color Hex Logo

#e0370c Color Hex

#E0370C
(224,55,12)
0 Favorites   0 Comments

Color spaces of #e0370c

RGB 2245512
HSL0.030.900.46
HSV12°95°88°
CMYK 0.000.750.95   0.12
XYZ32.173018.60622.2435
Yxy18.60620.60680.3509
Hunter Lab43.134957.651627.1107
CIE-Lab50.223363.016159.3480

#e0370c color RGB value is (224,55,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110111 00001100
Octal 340 67 14
Decimal 224 55 12
Hex E0 37 C

RGB Percentages of Color #e0370c

%76.98
%18.90
%4.12

CMYK Percentages of Color #e0370c

%0
%75
%95
%12

Triadic Colors of #e0370c

#e0370c #0ce037 #370ce0

Analogous Colors of #e0370c

#e0370c #e0a10c #e00c4b

Monochromatic Colors of #e0370c

#e0370c

Complementary Color

#e0370c #0cb5e0

#e0370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0370c Color CSS Codes

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

#e0370c Text Font Color

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

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


#e0370c Background Color

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

This div background color is #e0370c


#e0370c Border Color

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

This div border color is #e0370c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0370c


Comments

No comments written yet.

Please login to write comment.