Color Hex Logo

#ed171e Color Hex

#ED171E
(237,23,30)
0 Favorites   0 Comments

Color spaces of #ed171e

RGB 2372330
HSL0.990.860.51
HSV358°90°93°
CMYK 0.000.900.87   0.07
XYZ35.465818.71112.9706
Yxy18.71110.62060.3274
Hunter Lab43.256370.653326.2077
CIE-Lab50.347573.984654.1837

#ed171e color RGB value is (237,23,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 00011110
Octal 355 27 36
Decimal 237 23 30
Hex ED 17 1E

RGB Percentages of Color #ed171e

%81.72
%7.93
%10.34

CMYK Percentages of Color #ed171e

%0
%90
%87
%7

Triadic Colors of #ed171e

#ed171e #1eed17 #171eed

Analogous Colors of #ed171e

#ed171e #ed7b17 #ed1789

Monochromatic Colors of #ed171e

#ed171e

Complementary Color

#ed171e #17ede6

#ed171e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed171e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed171e Color CSS Codes

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

#ed171e Text Font Color

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

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


#ed171e Background Color

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

This div background color is #ed171e


#ed171e Border Color

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

This div border color is #ed171e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed171e


Comments

No comments written yet.

Please login to write comment.