Color Hex Logo

#ec112f Color Hex

#EC112F
(236,17,47)
0 Favorites   0 Comments

Color spaces of #ec112f

RGB 2361747
HSL0.980.870.50
HSV352°93°93°
CMYK 0.000.930.80   0.07
XYZ35.305618.43904.3876
Yxy18.43900.60730.3172
Hunter Lab42.940771.615724.0003
CIE-Lab50.024374.834945.2674

#ec112f color RGB value is (236,17,47).

#ec112f hex color red value is 236, green value is 17 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ec112f hue: 0.98 , saturation: 0.87 and the lightness value of ec112f is 0.50.

The process color (four color CMYK) of #ec112f color hex is 0.00, 0.93, 0.80, 0.07. Web safe color of #ec112f is #ff0033. Color #ec112f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010001 00101111
Octal 354 21 57
Decimal 236 17 47
Hex EC 11 2F

RGB Percentages of Color #ec112f

%78.67
%5.67
%15.67

CMYK Percentages of Color #ec112f

%0
%93
%80
%7

Triadic Colors of #ec112f

#ec112f #2fec11 #112fec

Analogous Colors of #ec112f

#ec112f #ec6111 #ec119d

Monochromatic Colors of #ec112f

#ec112f

Complementary Color

#ec112f #11ecce

#ec112f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec112f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec112f Color CSS Codes

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

#ec112f Text Font Color

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

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


#ec112f Background Color

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

This div background color is #ec112f


#ec112f Border Color

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

This div border color is #ec112f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec112f


Comments

No comments written yet.

Please login to write comment.