Color Hex Logo

#ed100f Color Hex

#ED100F
(237,16,15)
0 Favorites   0 Comments

Color spaces of #ed100f

RGB 2371615
HSL0.000.880.49
HSV94°93°
CMYK 0.000.930.94   0.07
XYZ35.196618.40962.1503
Yxy18.40960.63130.3302
Hunter Lab42.906471.339327.0631
CIE-Lab49.989274.615959.7144

#ed100f color RGB value is (237,16,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 00001111
Octal 355 20 17
Decimal 237 16 15
Hex ED 10 F

RGB Percentages of Color #ed100f

%88.43
%5.97
%5.60

CMYK Percentages of Color #ed100f

%0
%93
%94
%7

Triadic Colors of #ed100f

#ed100f #0fed10 #100fed

Analogous Colors of #ed100f

#ed100f #ed7f0f #ed0f7d

Monochromatic Colors of #ed100f

#ed100f

Complementary Color

#ed100f #0feced

#ed100f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed100f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed100f Color CSS Codes

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

#ed100f Text Font Color

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

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


#ed100f Background Color

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

This div background color is #ed100f


#ed100f Border Color

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

This div border color is #ed100f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed100f


Comments

No comments written yet.

Please login to write comment.