Color Hex Logo

#ec310e Color Hex

#EC310E
(236,49,14)
0 Favorites   0 Comments

Color spaces of #ec310e

RGB 2364914
HSL0.030.890.49
HSV94°93°
CMYK 0.000.790.94   0.07
XYZ35.769620.06122.4024
Yxy20.06120.61420.3445
Hunter Lab44.789764.170128.1727
CIE-Lab51.906368.290360.9848

#ec310e color RGB value is (236,49,14).

#ec310e hex color red value is 236, green value is 49 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ec310e hue: 0.03 , saturation: 0.89 and the lightness value of ec310e is 0.49.

The process color (four color CMYK) of #ec310e color hex is 0.00, 0.79, 0.94, 0.07. Web safe color of #ec310e is #ff3300. Color #ec310e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 00001110
Octal 354 61 16
Decimal 236 49 14
Hex EC 31 E

RGB Percentages of Color #ec310e

%78.93
%16.39
%4.68

CMYK Percentages of Color #ec310e

%0
%79
%94
%7

Triadic Colors of #ec310e

#ec310e #0eec31 #310eec

Analogous Colors of #ec310e

#ec310e #eca00e #ec0e5a

Monochromatic Colors of #ec310e

#ec310e

Complementary Color

#ec310e #0ec9ec

#ec310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec310e Color CSS Codes

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

#ec310e Text Font Color

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

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


#ec310e Background Color

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

This div background color is #ec310e


#ec310e Border Color

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

This div border color is #ec310e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,49,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec310e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec310e;
  -webkit-box-shadow: 1px 1px 3px 2px #ec310e;
  box-shadow:         1px 1px 3px 2px #ec310e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,49,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec310e


Comments

No comments written yet.

Please login to write comment.