Color Hex Logo

#ec110f Color Hex

#EC110F
(236,17,15)
0 Favorites   0 Comments

Color spaces of #ec110f

RGB 2361715
HSL0.000.880.49
HSV94°93°
CMYK 0.000.930.94   0.07
XYZ34.878718.26832.1397
Yxy18.26830.63090.3304
Hunter Lab42.741470.865626.9509
CIE-Lab49.819974.261259.5116

#ec110f color RGB value is (236,17,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010001 00001111
Octal 354 21 17
Decimal 236 17 15
Hex EC 11 F

RGB Percentages of Color #ec110f

%88.06
%6.34
%5.60

CMYK Percentages of Color #ec110f

%0
%93
%94
%7

Triadic Colors of #ec110f

#ec110f #0fec11 #110fec

Analogous Colors of #ec110f

#ec110f #ec800f #ec0f7c

Monochromatic Colors of #ec110f

#ec110f

Complementary Color

#ec110f #0feaec

#ec110f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec110f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec110f Color CSS Codes

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

#ec110f Text Font Color

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

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


#ec110f Background Color

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

This div background color is #ec110f


#ec110f Border Color

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

This div border color is #ec110f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec110f


Comments

No comments written yet.

Please login to write comment.