Shades of Red #ED100E
Tints of Red #ED100E
RGB
CMYK
RGB Variations
Color information
#ED100E (or 0xED100E) is known color: Red. HEX triplet: ED, 10 and 0E. RGB value is (237,16,14). Sum of RGB (Red+Green+Blue) = 237+16+14=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED100E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED100E is #12EFF1. Grayscale: #525252. Windows color (decimal): -1241074 or 921837. OLE color: 921837.
HSL color Cylindrical-coordinate representation of color #ED100E: hue angle of 0.54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED100E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.07 |
| HSL | 0.54º | 0.89% | 0.49% | - |
| HSV(B) | 0.54º | 0.94% | 0.93% | - |
| XYZ | 35.19 | 18.41 | 2.11 | - |
| YUV | 81.85 | 89.72 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 14 | 0 | 0.93 | 0.94 | 0.07 | 0.54 | 0.89 | 0.49 |
| Hex | ED | 10 | E | 0 | 5D | 5E | 7 | 1 | 59 | 31 |
| Octal | 355 | 20 | 16 | 0 | 135 | 136 | 7 | 1 | 131 | 61 |
| Binary | 11101101 | 10000 | 1110 | 0 | 1011101 | 1011110 | 111 | 1 | 1011001 | 110001 |
Color Harmonies of #ED100E
Complementary color
Monochromatic Colors of #ED100E
Black with #ED100E
Text Example
Text Example
White with #ED100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED100E; }
p { color: rgb(237,16,14); }
H1.HeaderClassName
{
color: #ED100E;
}
.AnyTagClassName
{
color: #ED100E;
}
</style>
background-color css
<style>
a { background-color: #ED100E; }
a { background-color: rgb(237,16,14); }
div.DivClassName
{
background-color: #ED100E;
}
.BgClassName
{
background-color: #ED100E;
}
</style>
border-color css
<style>
span { border-color: #ED100E; }
span { border-color: rgb(237,16,14); }
td.TdClassName
{
border-color: #ED100E;
}
.TagClassName
{
border-color: #ED100E;
}
</style>