Shades of Red #ED110F
Tints of Red #ED110F
RGB
CMYK
RGB Variations
Color information
#ED110F (or 0xED110F) is known color: Red. HEX triplet: ED, 11 and 0F. RGB value is (237,17,15). Sum of RGB (Red+Green+Blue) = 237+17+15=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED110F is #12EEF0. Grayscale: #525252. Windows color (decimal): -1240817 or 987629. OLE color: 987629.
HSL color Cylindrical-coordinate representation of color #ED110F: hue angle of 0.54º degrees, saturation: 0.88, 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 #ED110F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 15 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.07 |
| HSL | 0.54º | 0.88% | 0.49% | - |
| HSV(B) | 0.54º | 0.94% | 0.93% | - |
| XYZ | 35.21 | 18.44 | 2.16 | - |
| YUV | 82.55 | 89.89 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 15 | 0 | 0.93 | 0.94 | 0.07 | 0.54 | 0.88 | 0.49 |
| Hex | ED | 11 | F | 0 | 5D | 5E | 7 | 1 | 58 | 31 |
| Octal | 355 | 21 | 17 | 0 | 135 | 136 | 7 | 1 | 130 | 61 |
| Binary | 11101101 | 10001 | 1111 | 0 | 1011101 | 1011110 | 111 | 1 | 1011000 | 110001 |
Color Harmonies of #ED110F
Complementary color
Monochromatic Colors of #ED110F
Black with #ED110F
Text Example
Text Example
White with #ED110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED110F; }
p { color: rgb(237,17,15); }
H1.HeaderClassName
{
color: #ED110F;
}
.AnyTagClassName
{
color: #ED110F;
}
</style>
background-color css
<style>
a { background-color: #ED110F; }
a { background-color: rgb(237,17,15); }
div.DivClassName
{
background-color: #ED110F;
}
.BgClassName
{
background-color: #ED110F;
}
</style>
border-color css
<style>
span { border-color: #ED110F; }
span { border-color: rgb(237,17,15); }
td.TdClassName
{
border-color: #ED110F;
}
.TagClassName
{
border-color: #ED110F;
}
</style>