Color Hex Logo

#ed171b Color Hex

#ED171B
(237,23,27)
0 Favorites   0 Comments

Color spaces of #ed171b

RGB 2372327
HSL1.000.860.51
HSV359°90°93°
CMYK 0.000.900.89   0.07
XYZ35.429318.69642.7784
Yxy18.69640.62260.3286
Hunter Lab43.239370.589926.4578
CIE-Lab50.330173.936055.4813

#ed171b color RGB value is (237,23,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 00011011
Octal 355 27 33
Decimal 237 23 27
Hex ED 17 1B

RGB Percentages of Color #ed171b

%82.58
%8.01
%9.41

CMYK Percentages of Color #ed171b

%0
%90
%89
%7

Triadic Colors of #ed171b

#ed171b #1bed17 #171bed

Analogous Colors of #ed171b

#ed171b #ed7e17 #ed1786

Monochromatic Colors of #ed171b

#ed171b

Complementary Color

#ed171b #17ede9

#ed171b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed171b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed171b Color CSS Codes

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

#ed171b Text Font Color

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

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


#ed171b Background Color

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

This div background color is #ed171b


#ed171b Border Color

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

This div border color is #ed171b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed171b


Comments

No comments written yet.

Please login to write comment.