Color Hex Logo

#ed491f Color Hex

#ED491F
(237,73,31)
0 Favorites   0 Comments

Color spaces of #ed491f

RGB 2377331
HSL0.030.850.53
HSV12°87°93°
CMYK 0.000.690.87   0.07
XYZ37.554922.86853.7310
Yxy22.86850.58540.3565
Hunter Lab47.821056.493228.8489
CIE-Lab54.936661.137357.3437

#ed491f color RGB value is (237,73,31).

#ed491f hex color red value is 237, green value is 73 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ed491f hue: 0.03 , saturation: 0.85 and the lightness value of ed491f is 0.53.

The process color (four color CMYK) of #ed491f color hex is 0.00, 0.69, 0.87, 0.07. Web safe color of #ed491f is #ff3333. Color #ed491f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 00011111
Octal 355 111 37
Decimal 237 73 31
Hex ED 49 1F

RGB Percentages of Color #ed491f

%69.50
%21.41
%9.09

CMYK Percentages of Color #ed491f

%0
%69
%87
%7

Triadic Colors of #ed491f

#ed491f #1fed49 #491fed

Analogous Colors of #ed491f

#ed491f #edb01f #ed1f5c

Monochromatic Colors of #ed491f

#ed491f

Complementary Color

#ed491f #1fc3ed

#ed491f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed491f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed491f Color CSS Codes

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

#ed491f Text Font Color

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

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


#ed491f Background Color

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

This div background color is #ed491f


#ed491f Border Color

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

This div border color is #ed491f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed491f


Comments

No comments written yet.

Please login to write comment.