Color Hex Logo

#ed291f Color Hex

#ED291F
(237,41,31)
0 Favorites   0 Comments

Color spaces of #ed291f

RGB 2374131
HSL0.010.850.53
HSV87°93°
CMYK 0.000.830.87   0.07
XYZ35.965319.68933.2012
Yxy19.68930.61110.3345
Hunter Lab44.372667.027326.7834
CIE-Lab51.484170.767554.6241

#ed291f color RGB value is (237,41,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101001 00011111
Octal 355 51 37
Decimal 237 41 31
Hex ED 29 1F

RGB Percentages of Color #ed291f

%76.70
%13.27
%10.03

CMYK Percentages of Color #ed291f

%0
%83
%87
%7

Triadic Colors of #ed291f

#ed291f #1fed29 #291fed

Analogous Colors of #ed291f

#ed291f #ed901f #ed1f7c

Monochromatic Colors of #ed291f

#ed291f

Complementary Color

#ed291f #1fe3ed

#ed291f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed291f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed291f Color CSS Codes

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

#ed291f Text Font Color

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

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


#ed291f Background Color

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

This div background color is #ed291f


#ed291f Border Color

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

This div border color is #ed291f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,41,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 #ed291f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed291f


Comments

No comments written yet.

Please login to write comment.