Color Hex Logo

#ed100b Color Hex

#ED100B
(237,16,11)
0 Favorites   0 Comments

Color spaces of #ed100b

RGB 2371611
HSL0.000.910.49
HSV95°93°
CMYK 0.000.930.95   0.07
XYZ35.170718.39932.0143
Yxy18.39930.63270.3310
Hunter Lab42.894471.293527.2419
CIE-Lab49.976974.580960.8578

#ed100b color RGB value is (237,16,11).

#ed100b hex color red value is 237, green value is 16 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ed100b hue: 0.00 , saturation: 0.91 and the lightness value of ed100b is 0.49.

The process color (four color CMYK) of #ed100b color hex is 0.00, 0.93, 0.95, 0.07. Web safe color of #ed100b is #ff0000. Color #ed100b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 00001011
Octal 355 20 13
Decimal 237 16 11
Hex ED 10 B

RGB Percentages of Color #ed100b

%89.77
%6.06
%4.17

CMYK Percentages of Color #ed100b

%0
%93
%95
%7

Triadic Colors of #ed100b

#ed100b #0bed10 #100bed

Analogous Colors of #ed100b

#ed100b #ed810b #ed0b77

Monochromatic Colors of #ed100b

#ed100b

Complementary Color

#ed100b #0be8ed

#ed100b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed100b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed100b Color CSS Codes

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

#ed100b Text Font Color

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

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


#ed100b Background Color

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

This div background color is #ed100b


#ed100b Border Color

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

This div border color is #ed100b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed100b


Comments

No comments written yet.

Please login to write comment.