Color Hex Logo

#ed090f Color Hex

#ED090F
(237,9,15)
0 Favorites   0 Comments

Color spaces of #ed090f

RGB 237915
HSL1.000.930.48
HSV358°96°93°
CMYK 0.000.960.94   0.07
XYZ35.109018.23442.1211
Yxy18.23440.63300.3288
Hunter Lab42.701872.033026.9462
CIE-Lab49.779275.223059.5982

#ed090f color RGB value is (237,9,15).

#ed090f hex color red value is 237, green value is 9 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ed090f hue: 1.00 , saturation: 0.93 and the lightness value of ed090f is 0.48.

The process color (four color CMYK) of #ed090f color hex is 0.00, 0.96, 0.94, 0.07. Web safe color of #ed090f is #ff0000. Color #ed090f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001001 00001111
Octal 355 11 17
Decimal 237 9 15
Hex ED 9 F

RGB Percentages of Color #ed090f

%90.80
%3.45
%5.75

CMYK Percentages of Color #ed090f

%0
%96
%94
%7

Triadic Colors of #ed090f

#ed090f #0fed09 #090fed

Analogous Colors of #ed090f

#ed090f #ed7509 #ed0981

Monochromatic Colors of #ed090f

#ed090f

Complementary Color

#ed090f #09ede7

#ed090f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed090f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed090f Color CSS Codes

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

#ed090f Text Font Color

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

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


#ed090f Background Color

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

This div background color is #ed090f


#ed090f Border Color

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

This div border color is #ed090f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed090f


Comments

No comments written yet.

Please login to write comment.