Color Hex Logo

#ed311b Color Hex

#ED311B
(237,49,27)
0 Favorites   0 Comments

Color spaces of #ed311b

RGB 2374927
HSL0.020.850.52
HSV89°93°
CMYK 0.000.790.89   0.07
XYZ36.221220.28033.0423
Yxy20.28030.60830.3406
Hunter Lab45.033764.761227.5182
CIE-Lab52.152768.741456.8155

#ed311b color RGB value is (237,49,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 00011011
Octal 355 61 33
Decimal 237 49 27
Hex ED 31 1B

RGB Percentages of Color #ed311b

%75.72
%15.65
%8.63

CMYK Percentages of Color #ed311b

%0
%79
%89
%7

Triadic Colors of #ed311b

#ed311b #1bed31 #311bed

Analogous Colors of #ed311b

#ed311b #ed9a1b #ed1b6e

Monochromatic Colors of #ed311b

#ed311b

Complementary Color

#ed311b #1bd7ed

#ed311b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed311b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed311b Color CSS Codes

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

#ed311b Text Font Color

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

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


#ed311b Background Color

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

This div background color is #ed311b


#ed311b Border Color

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

This div border color is #ed311b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed311b


Comments

No comments written yet.

Please login to write comment.