Color Hex Logo

#ec101f Color Hex

#EC101F
(236,16,31)
0 Favorites   0 Comments

Color spaces of #ec101f

RGB 2361631
HSL0.990.870.49
HSV356°93°93°
CMYK 0.000.930.87   0.07
XYZ35.024718.30242.9830
Yxy18.30240.62200.3250
Hunter Lab42.781371.269225.8128
CIE-Lab49.860974.583653.2610

#ec101f color RGB value is (236,16,31).

#ec101f hex color red value is 236, green value is 16 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ec101f hue: 0.99 , saturation: 0.87 and the lightness value of ec101f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010000 00011111
Octal 354 20 37
Decimal 236 16 31
Hex EC 10 1F

RGB Percentages of Color #ec101f

%83.39
%5.65
%10.95

CMYK Percentages of Color #ec101f

%0
%93
%87
%7

Triadic Colors of #ec101f

#ec101f #1fec10 #101fec

Analogous Colors of #ec101f

#ec101f #ec6f10 #ec108d

Monochromatic Colors of #ec101f

#ec101f

Complementary Color

#ec101f #10ecdd

#ec101f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec101f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec101f Color CSS Codes

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

#ec101f Text Font Color

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

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


#ec101f Background Color

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

This div background color is #ec101f


#ec101f Border Color

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

This div border color is #ec101f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec101f


Comments

No comments written yet.

Please login to write comment.