Color Hex Logo

#ed172d Color Hex

#ED172D
(237,23,45)
0 Favorites   0 Comments

Color spaces of #ed172d

RGB 2372345
HSL0.980.860.51
HSV354°90°93°
CMYK 0.000.900.81   0.07
XYZ35.705118.80684.2308
Yxy18.80680.60780.3202
Hunter Lab43.366871.072124.5725
CIE-Lab50.460474.305746.8460

#ed172d color RGB value is (237,23,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 00101101
Octal 355 27 55
Decimal 237 23 45
Hex ED 17 2D

RGB Percentages of Color #ed172d

%77.70
%7.54
%14.75

CMYK Percentages of Color #ed172d

%0
%90
%81
%7

Triadic Colors of #ed172d

#ed172d #2ded17 #172ded

Analogous Colors of #ed172d

#ed172d #ed6c17 #ed1798

Monochromatic Colors of #ed172d

#ed172d

Complementary Color

#ed172d #17edd7

#ed172d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed172d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed172d Color CSS Codes

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

#ed172d Text Font Color

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

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


#ed172d Background Color

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

This div background color is #ed172d


#ed172d Border Color

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

This div border color is #ed172d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed172d


Comments

No comments written yet.

Please login to write comment.