Color Hex Logo

#ed311e Color Hex

#ED311E
(237,49,30)
0 Favorites   0 Comments

Color spaces of #ed311e

RGB 2374930
HSL0.020.850.52
HSV87°93°
CMYK 0.000.790.87   0.07
XYZ36.257720.29493.2346
Yxy20.29490.60640.3395
Hunter Lab45.049964.825827.2779
CIE-Lab52.169068.792755.5910

#ed311e color RGB value is (237,49,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 00011110
Octal 355 61 36
Decimal 237 49 30
Hex ED 31 1E

RGB Percentages of Color #ed311e

%75.00
%15.51
%9.49

CMYK Percentages of Color #ed311e

%0
%79
%87
%7

Triadic Colors of #ed311e

#ed311e #1eed31 #311eed

Analogous Colors of #ed311e

#ed311e #ed991e #ed1e73

Monochromatic Colors of #ed311e

#ed311e

Complementary Color

#ed311e #1edaed

#ed311e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed311e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed311e Color CSS Codes

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

#ed311e Text Font Color

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

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


#ed311e Background Color

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

This div background color is #ed311e


#ed311e Border Color

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

This div border color is #ed311e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed311e


Comments

No comments written yet.

Please login to write comment.