Color Hex Logo

#ed491d Color Hex

#ED491D
(237,73,29)
0 Favorites   0 Comments

Color spaces of #ed491d

RGB 2377329
HSL0.040.850.52
HSV13°88°93°
CMYK 0.000.690.88   0.07
XYZ37.529422.85833.5965
Yxy22.85830.58650.3572
Hunter Lab47.810456.447929.0072
CIE-Lab54.926161.099758.1157

#ed491d color RGB value is (237,73,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 00011101
Octal 355 111 35
Decimal 237 73 29
Hex ED 49 1D

RGB Percentages of Color #ed491d

%69.91
%21.53
%8.55

CMYK Percentages of Color #ed491d

%0
%69
%88
%7

Triadic Colors of #ed491d

#ed491d #1ded49 #491ded

Analogous Colors of #ed491d

#ed491d #edb11d #ed1d59

Monochromatic Colors of #ed491d

#ed491d

Complementary Color

#ed491d #1dc1ed

#ed491d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed491d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed491d Color CSS Codes

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

#ed491d Text Font Color

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

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


#ed491d Background Color

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

This div background color is #ed491d


#ed491d Border Color

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

This div border color is #ed491d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed491d


Comments

No comments written yet.

Please login to write comment.