Color Hex Logo

#ed182f Color Hex

#ED182F
(237,24,47)
0 Favorites   0 Comments

Color spaces of #ed182f

RGB 2372447
HSL0.980.860.51
HSV354°90°93°
CMYK 0.000.900.80   0.07
XYZ35.764818.86304.4452
Yxy18.86300.60540.3193
Hunter Lab43.431670.985124.3338
CIE-Lab50.526574.221645.8346

#ed182f color RGB value is (237,24,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011000 00101111
Octal 355 30 57
Decimal 237 24 47
Hex ED 18 2F

RGB Percentages of Color #ed182f

%76.95
%7.79
%15.26

CMYK Percentages of Color #ed182f

%0
%90
%80
%7

Triadic Colors of #ed182f

#ed182f #2fed18 #182fed

Analogous Colors of #ed182f

#ed182f #ed6c18 #ed189a

Monochromatic Colors of #ed182f

#ed182f

Complementary Color

#ed182f #18edd6

#ed182f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed182f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed182f Color CSS Codes

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

#ed182f Text Font Color

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

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


#ed182f Background Color

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

This div background color is #ed182f


#ed182f Border Color

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

This div border color is #ed182f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed182f


Comments

No comments written yet.

Please login to write comment.