Shades of Red #ED110B
Tints of Red #ED110B
RGB
CMYK
RGB Variations
Color information
#ED110B (or 0xED110B) is known color: Red. HEX triplet: ED, 11 and 0B. RGB value is (237,17,11). Sum of RGB (Red+Green+Blue) = 237+17+11=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED110B is #12EEF4. Grayscale: #525252. Windows color (decimal): -1240821 or 725485. OLE color: 725485.
HSL color Cylindrical-coordinate representation of color #ED110B: hue angle of 1.59º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED110B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.07 |
| HSL | 1.59º | 0.91% | 0.49% | - |
| HSV(B) | 1.59º | 0.95% | 0.93% | - |
| XYZ | 35.19 | 18.43 | 2.02 | - |
| YUV | 82.1 | 87.89 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 11 | 0 | 0.93 | 0.95 | 0.07 | 1.59 | 0.91 | 0.49 |
| Hex | ED | 11 | B | 0 | 5D | 5F | 7 | 2 | 5B | 31 |
| Octal | 355 | 21 | 13 | 0 | 135 | 137 | 7 | 2 | 133 | 61 |
| Binary | 11101101 | 10001 | 1011 | 0 | 1011101 | 1011111 | 111 | 10 | 1011011 | 110001 |
Color Harmonies of #ED110B
Complementary color
Monochromatic Colors of #ED110B
Black with #ED110B
Text Example
Text Example
White with #ED110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED110B; }
p { color: rgb(237,17,11); }
H1.HeaderClassName
{
color: #ED110B;
}
.AnyTagClassName
{
color: #ED110B;
}
</style>
background-color css
<style>
a { background-color: #ED110B; }
a { background-color: rgb(237,17,11); }
div.DivClassName
{
background-color: #ED110B;
}
.BgClassName
{
background-color: #ED110B;
}
</style>
border-color css
<style>
span { border-color: #ED110B; }
span { border-color: rgb(237,17,11); }
td.TdClassName
{
border-color: #ED110B;
}
.TagClassName
{
border-color: #ED110B;
}
</style>