Shades of Red #E5110D
Tints of Red #E5110D
RGB
CMYK
RGB Variations
Color information
#E5110D (or 0xE5110D) is known color: Red. HEX triplet: E5, 11 and 0D. RGB value is (229,17,13). Sum of RGB (Red+Green+Blue) = 229+17+13=259 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.42% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 229 - color contains mainly: red. Hex color #E5110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5110D is #1AEEF2. Grayscale: #505050. Windows color (decimal): -1765107 or 856549. OLE color: 856549.
HSL color Cylindrical-coordinate representation of color #E5110D: hue angle of 1.11º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5110D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.10 |
| HSL | 1.11º | 0.89% | 0.47% | - |
| HSV(B) | 1.11º | 0.94% | 0.9% | - |
| XYZ | 32.59 | 17.09 | 1.96 | - |
| YUV | 79.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 13 | 0 | 0.93 | 0.94 | 0.10 | 1.11 | 0.89 | 0.47 |
| Hex | E5 | 11 | D | 0 | 5D | 5E | A | 1 | 59 | 2F |
| Octal | 345 | 21 | 15 | 0 | 135 | 136 | 12 | 1 | 131 | 57 |
| Binary | 11100101 | 10001 | 1101 | 0 | 1011101 | 1011110 | 1010 | 1 | 1011001 | 101111 |
Color Harmonies of #E5110D
Complementary color
Monochromatic Colors of #E5110D
Black with #E5110D
Text Example
Text Example
White with #E5110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5110D; }
p { color: rgb(229,17,13); }
H1.HeaderClassName
{
color: #E5110D;
}
.AnyTagClassName
{
color: #E5110D;
}
</style>
background-color css
<style>
a { background-color: #E5110D; }
a { background-color: rgb(229,17,13); }
div.DivClassName
{
background-color: #E5110D;
}
.BgClassName
{
background-color: #E5110D;
}
</style>
border-color css
<style>
span { border-color: #E5110D; }
span { border-color: rgb(229,17,13); }
td.TdClassName
{
border-color: #E5110D;
}
.TagClassName
{
border-color: #E5110D;
}
</style>