Color Hex Logo

#ec191f Color Hex

#EC191F
(236,25,31)
0 Favorites   0 Comments

Color spaces of #ec191f

RGB 2362531
HSL1.000.850.51
HSV358°89°93°
CMYK 0.000.890.87   0.07
XYZ35.187018.62713.0371
Yxy18.62710.61890.3276
Hunter Lab43.159170.000026.0392
CIE-Lab50.248073.467553.5663

#ec191f color RGB value is (236,25,31).

#ec191f hex color red value is 236, green value is 25 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ec191f hue: 1.00 , saturation: 0.85 and the lightness value of ec191f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 00011111
Octal 354 31 37
Decimal 236 25 31
Hex EC 19 1F

RGB Percentages of Color #ec191f

%80.82
%8.56
%10.62

CMYK Percentages of Color #ec191f

%0
%89
%87
%7

Triadic Colors of #ec191f

#ec191f #1fec19 #191fec

Analogous Colors of #ec191f

#ec191f #ec7d19 #ec1989

Monochromatic Colors of #ec191f

#ec191f

Complementary Color

#ec191f #19ece6

#ec191f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec191f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec191f Color CSS Codes

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

#ec191f Text Font Color

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

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


#ec191f Background Color

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

This div background color is #ec191f


#ec191f Border Color

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

This div border color is #ec191f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec191f


Comments

No comments written yet.

Please login to write comment.