color codes Logo

#ed170e color codes

#ED170E
(237,23,14)
0 Favorites   0 Comments

Color spaces of #ed170e

RGB 2372314
HSL0.010.890.49
HSV94°93°
CMYK 0.000.900.94   0.07
XYZ35.310718.64902.1540
Yxy18.64900.62930.3323
Hunter Lab43.184570.381427.2718
CIE-Lab50.274073.775960.1745

#ed170e color RGB value is (237,23,14).

#ed170e hex color red value is 237, green value is 23 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ed170e hue: 0.01 , saturation: 0.89 and the lightness value of ed170e is 0.49.

The process color (four color CMYK) of #ed170e color code is 0.00, 0.90, 0.94, 0.07. Web safe color of #ed170e is #ff0000. Color #ed170e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 00001110
Octal 355 27 16
Decimal 237 23 14
Hex ED 17 E

RGB Percentages of Color #ed170e

%86.50
%8.39
%5.11

CMYK Percentages of Color #ed170e

%0
%90
%94
%7

Triadic Colors of #ed170e

#ed170e #0eed17 #170eed

Analogous Colors of #ed170e

#ed170e #ed870e #ed0e75

Monochromatic Colors of #ed170e

#ed170e

Complementary Color

#ed170e #0ee4ed

#ed170e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed170e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed170e Color CSS Codes

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

#ed170e Text Font Color

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

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


#ed170e Background Color

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

This div background color is #ed170e


#ed170e Border Color

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

This div border color is #ed170e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed170e


Comments

No comments written yet.

Please login to write comment.