Shades of Red #ED1008
Tints of Red #ED1008
RGB
CMYK
RGB Variations
Color information
#ED1008 (or 0xED1008) is known color: Red. HEX triplet: ED, 10 and 08. RGB value is (237,16,8). Sum of RGB (Red+Green+Blue) = 237+16+8=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1008 is #12EFF7. Grayscale: #515151. Windows color (decimal): -1241080 or 528621. OLE color: 528621.
HSL color Cylindrical-coordinate representation of color #ED1008: hue angle of 2.1º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED1008 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 8 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.07 |
| HSL | 2.1º | 0.93% | 0.48% | - |
| HSV(B) | 2.1º | 0.97% | 0.93% | - |
| XYZ | 35.15 | 18.39 | 1.93 | - |
| YUV | 81.17 | 86.72 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 8 | 0 | 0.93 | 0.97 | 0.07 | 2.1 | 0.93 | 0.48 |
| Hex | ED | 10 | 8 | 0 | 5D | 61 | 7 | 2 | 5D | 30 |
| Octal | 355 | 20 | 10 | 0 | 135 | 141 | 7 | 2 | 135 | 60 |
| Binary | 11101101 | 10000 | 1000 | 0 | 1011101 | 1100001 | 111 | 10 | 1011101 | 110000 |
Color Harmonies of #ED1008
Complementary color
Monochromatic Colors of #ED1008
Black with #ED1008
Text Example
Text Example
White with #ED1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1008; }
p { color: rgb(237,16,8); }
H1.HeaderClassName
{
color: #ED1008;
}
.AnyTagClassName
{
color: #ED1008;
}
</style>
background-color css
<style>
a { background-color: #ED1008; }
a { background-color: rgb(237,16,8); }
div.DivClassName
{
background-color: #ED1008;
}
.BgClassName
{
background-color: #ED1008;
}
</style>
border-color css
<style>
span { border-color: #ED1008; }
span { border-color: rgb(237,16,8); }
td.TdClassName
{
border-color: #ED1008;
}
.TagClassName
{
border-color: #ED1008;
}
</style>