Color Hex Logo

#ed172c Color Hex

#ED172C
(237,23,44)
0 Favorites   0 Comments

Color spaces of #ed172c

RGB 2372344
HSL0.980.860.51
HSV354°90°93°
CMYK 0.000.900.81   0.07
XYZ35.686118.79924.1306
Yxy18.79920.60880.3207
Hunter Lab43.358071.038924.7022
CIE-Lab50.451474.280347.3696

#ed172c color RGB value is (237,23,44).

#ed172c hex color red value is 237, green value is 23 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ed172c hue: 0.98 , saturation: 0.86 and the lightness value of ed172c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 00101100
Octal 355 27 54
Decimal 237 23 44
Hex ED 17 2C

RGB Percentages of Color #ed172c

%77.96
%7.57
%14.47

CMYK Percentages of Color #ed172c

%0
%90
%81
%7

Triadic Colors of #ed172c

#ed172c #2ced17 #172ced

Analogous Colors of #ed172c

#ed172c #ed6d17 #ed1797

Monochromatic Colors of #ed172c

#ed172c

Complementary Color

#ed172c #17edd8

#ed172c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed172c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed172c Color CSS Codes

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

#ed172c Text Font Color

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

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


#ed172c Background Color

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

This div background color is #ed172c


#ed172c Border Color

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

This div border color is #ed172c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,23,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed172c


Comments

No comments written yet.

Please login to write comment.