Color Hex Logo

#ec171f Color Hex

#EC171F
(236,23,31)
0 Favorites   0 Comments

Color spaces of #ec171f

RGB 2362331
HSL0.990.850.51
HSV358°90°93°
CMYK 0.000.900.87   0.07
XYZ35.145818.54463.0234
Yxy18.54460.61970.3270
Hunter Lab43.063470.320025.9818
CIE-Lab50.150173.749553.4887

#ec171f color RGB value is (236,23,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010111 00011111
Octal 354 27 37
Decimal 236 23 31
Hex EC 17 1F

RGB Percentages of Color #ec171f

%81.38
%7.93
%10.69

CMYK Percentages of Color #ec171f

%0
%90
%87
%7

Triadic Colors of #ec171f

#ec171f #1fec17 #171fec

Analogous Colors of #ec171f

#ec171f #ec7a17 #ec178a

Monochromatic Colors of #ec171f

#ec171f

Complementary Color

#ec171f #17ece4

#ec171f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec171f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec171f Color CSS Codes

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

#ec171f Text Font Color

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

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


#ec171f Background Color

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

This div background color is #ec171f


#ec171f Border Color

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

This div border color is #ec171f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec171f


Comments

No comments written yet.

Please login to write comment.