Color Hex Logo

#ec120e Color Hex

#EC120E
(236,18,14)
0 Favorites   0 Comments

Color spaces of #ec120e

RGB 2361814
HSL0.000.890.49
HSV94°93°
CMYK 0.000.920.94   0.07
XYZ34.887618.29722.1084
Yxy18.29720.63100.3309
Hunter Lab42.775270.728527.0202
CIE-Lab49.854674.142259.8358

#ec120e color RGB value is (236,18,14).

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

The process color (four color CMYK) of #ec120e color hex is 0.00, 0.92, 0.94, 0.07. Web safe color of #ec120e is #ff0000. Color #ec120e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010010 00001110
Octal 354 22 16
Decimal 236 18 14
Hex EC 12 E

RGB Percentages of Color #ec120e

%88.06
%6.72
%5.22

CMYK Percentages of Color #ec120e

%0
%92
%94
%7

Triadic Colors of #ec120e

#ec120e #0eec12 #120eec

Analogous Colors of #ec120e

#ec120e #ec810e #ec0e79

Monochromatic Colors of #ec120e

#ec120e

Complementary Color

#ec120e #0ee8ec

#ec120e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec120e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec120e Color CSS Codes

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

#ec120e Text Font Color

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

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


#ec120e Background Color

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

This div background color is #ec120e


#ec120e Border Color

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

This div border color is #ec120e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec120e


Comments

No comments written yet.

Please login to write comment.