Color Hex Logo

#ed061f Color Hex

#ED061F
(237,6,31)
0 Favorites   0 Comments

Color spaces of #ed061f

RGB 237631
HSL0.980.950.48
HSV354°97°93°
CMYK 0.000.970.87   0.07
XYZ35.237518.23372.9586
Yxy18.23370.62440.3231
Hunter Lab42.700972.574425.7827
CIE-Lab49.778375.663853.2836

#ed061f color RGB value is (237,6,31).

#ed061f hex color red value is 237, green value is 6 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ed061f hue: 0.98 , saturation: 0.95 and the lightness value of ed061f is 0.48.

The process color (four color CMYK) of #ed061f color hex is 0.00, 0.97, 0.87, 0.07. Web safe color of #ed061f is #ff0033. Color #ed061f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000110 00011111
Octal 355 6 37
Decimal 237 6 31
Hex ED 6 1F

RGB Percentages of Color #ed061f

%86.50
%2.19
%11.31

CMYK Percentages of Color #ed061f

%0
%97
%87
%7

Triadic Colors of #ed061f

#ed061f #1fed06 #061fed

Analogous Colors of #ed061f

#ed061f #ed6106 #ed0693

Monochromatic Colors of #ed061f

#ed061f

Complementary Color

#ed061f #06edd4

#ed061f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed061f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed061f Color CSS Codes

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

#ed061f Text Font Color

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

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


#ed061f Background Color

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

This div background color is #ed061f


#ed061f Border Color

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

This div border color is #ed061f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed061f


Comments

No comments written yet.

Please login to write comment.