Color Hex Logo

#ed391c Color Hex

#ED391C
(237,57,28)
0 Favorites   0 Comments

Color spaces of #ed391c

RGB 2375728
HSL0.020.850.52
HSV88°93°
CMYK 0.000.760.88   0.07
XYZ36.597821.01463.2259
Yxy21.01460.60160.3454
Hunter Lab45.841762.282927.9169
CIE-Lab52.965566.490057.0198

#ed391c color RGB value is (237,57,28).

#ed391c hex color red value is 237, green value is 57 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ed391c hue: 0.02 , saturation: 0.85 and the lightness value of ed391c is 0.52.

The process color (four color CMYK) of #ed391c color hex is 0.00, 0.76, 0.88, 0.07. Web safe color of #ed391c is #ff3333. Color #ed391c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111001 00011100
Octal 355 71 34
Decimal 237 57 28
Hex ED 39 1C

RGB Percentages of Color #ed391c

%73.60
%17.70
%8.70

CMYK Percentages of Color #ed391c

%0
%76
%88
%7

Triadic Colors of #ed391c

#ed391c #1ced39 #391ced

Analogous Colors of #ed391c

#ed391c #eda21c #ed1c68

Monochromatic Colors of #ed391c

#ed391c

Complementary Color

#ed391c #1cd0ed

#ed391c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed391c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed391c Color CSS Codes

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

#ed391c Text Font Color

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

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


#ed391c Background Color

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

This div background color is #ed391c


#ed391c Border Color

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

This div border color is #ed391c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed391c


Comments

No comments written yet.

Please login to write comment.