Color Hex Logo

#ed112f Color Hex

#ED112F
(237,17,47)
0 Favorites   0 Comments

Color spaces of #ed112f

RGB 2371747
HSL0.980.870.50
HSV352°93°93°
CMYK 0.000.930.80   0.07
XYZ35.638618.61074.4032
Yxy18.61070.60760.3173
Hunter Lab43.140171.965924.1465
CIE-Lab50.228675.080745.5385

#ed112f color RGB value is (237,17,47).

#ed112f hex color red value is 237, green value is 17 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ed112f hue: 0.98 , saturation: 0.87 and the lightness value of ed112f is 0.50.

The process color (four color CMYK) of #ed112f color hex is 0.00, 0.93, 0.80, 0.07. Web safe color of #ed112f is #ff0033. Color #ed112f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010001 00101111
Octal 355 21 57
Decimal 237 17 47
Hex ED 11 2F

RGB Percentages of Color #ed112f

%78.74
%5.65
%15.61

CMYK Percentages of Color #ed112f

%0
%93
%80
%7

Triadic Colors of #ed112f

#ed112f #2fed11 #112fed

Analogous Colors of #ed112f

#ed112f #ed6111 #ed119d

Monochromatic Colors of #ed112f

#ed112f

Complementary Color

#ed112f #11edcf

#ed112f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed112f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed112f Color CSS Codes

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

#ed112f Text Font Color

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

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


#ed112f Background Color

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

This div background color is #ed112f


#ed112f Border Color

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

This div border color is #ed112f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed112f


Comments

No comments written yet.

Please login to write comment.