Color Hex Logo

#ec311c Color Hex

#EC311C
(236,49,28)
0 Favorites   0 Comments

Color spaces of #ec311c

RGB 2364928
HSL0.020.850.52
HSV88°93°
CMYK 0.000.790.88   0.07
XYZ35.900020.11333.0887
Yxy20.11330.60740.3403
Hunter Lab44.847964.402727.3102
CIE-Lab51.965168.475356.1851

#ec311c color RGB value is (236,49,28).

#ec311c hex color red value is 236, green value is 49 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ec311c hue: 0.02 , saturation: 0.85 and the lightness value of ec311c is 0.52.

The process color (four color CMYK) of #ec311c color hex is 0.00, 0.79, 0.88, 0.07. Web safe color of #ec311c is #ff3333. Color #ec311c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 00011100
Octal 354 61 34
Decimal 236 49 28
Hex EC 31 1C

RGB Percentages of Color #ec311c

%75.40
%15.65
%8.95

CMYK Percentages of Color #ec311c

%0
%79
%88
%7

Triadic Colors of #ec311c

#ec311c #1cec31 #311cec

Analogous Colors of #ec311c

#ec311c #ec991c #ec1c6f

Monochromatic Colors of #ec311c

#ec311c

Complementary Color

#ec311c #1cd7ec

#ec311c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec311c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec311c Color CSS Codes

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

#ec311c Text Font Color

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

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


#ec311c Background Color

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

This div background color is #ec311c


#ec311c Border Color

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

This div border color is #ec311c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec311c


Comments

No comments written yet.

Please login to write comment.