Color Hex Logo

#e3370c Color Hex

#E3370C
(227,55,12)
0 Favorites   0 Comments

Color spaces of #e3370c

RGB 2275512
HSL0.030.900.47
HSV12°95°89°
CMYK 0.000.760.95   0.11
XYZ33.111119.08982.2874
Yxy19.08980.60770.3503
Hunter Lab43.691958.812227.4803
CIE-Lab50.792163.918659.9734

#e3370c color RGB value is (227,55,12).

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

The process color (four color CMYK) of #e3370c color hex is 0.00, 0.76, 0.95, 0.11. Web safe color of #e3370c is #cc3300. Color #e3370c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110111 00001100
Octal 343 67 14
Decimal 227 55 12
Hex E3 37 C

RGB Percentages of Color #e3370c

%77.21
%18.71
%4.08

CMYK Percentages of Color #e3370c

%0
%76
%95
%11

Triadic Colors of #e3370c

#e3370c #0ce337 #370ce3

Analogous Colors of #e3370c

#e3370c #e3a30c #e30c4c

Monochromatic Colors of #e3370c

#e3370c

Complementary Color

#e3370c #0cb8e3

#e3370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3370c Color CSS Codes

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

#e3370c Text Font Color

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

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


#e3370c Background Color

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

This div background color is #e3370c


#e3370c Border Color

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

This div border color is #e3370c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3370c


Comments

No comments written yet.

Please login to write comment.