Shades of Red #E9110D
Tints of Red #E9110D
RGB
CMYK
RGB Variations
Color information
#E9110D (or 0xE9110D) is known color: Red. HEX triplet: E9, 11 and 0D. RGB value is (233,17,13). Sum of RGB (Red+Green+Blue) = 233+17+13=263 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.59% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 233 - color contains mainly: red. Hex color #E9110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9110D is #16EEF2. Grayscale: #515151. Windows color (decimal): -1502963 or 856553. OLE color: 856553.
HSL color Cylindrical-coordinate representation of color #E9110D: hue angle of 1.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9110D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.09 |
| HSL | 1.09º | 0.89% | 0.48% | - |
| HSV(B) | 1.09º | 0.94% | 0.91% | - |
| XYZ | 33.88 | 17.75 | 2.02 | - |
| YUV | 81.13 | 89.56 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 13 | 0 | 0.93 | 0.94 | 0.09 | 1.09 | 0.89 | 0.48 |
| Hex | E9 | 11 | D | 0 | 5D | 5E | 9 | 1 | 59 | 30 |
| Octal | 351 | 21 | 15 | 0 | 135 | 136 | 11 | 1 | 131 | 60 |
| Binary | 11101001 | 10001 | 1101 | 0 | 1011101 | 1011110 | 1001 | 1 | 1011001 | 110000 |
Color Harmonies of #E9110D
Complementary color
Monochromatic Colors of #E9110D
Black with #E9110D
Text Example
Text Example
White with #E9110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9110D; }
p { color: rgb(233,17,13); }
H1.HeaderClassName
{
color: #E9110D;
}
.AnyTagClassName
{
color: #E9110D;
}
</style>
background-color css
<style>
a { background-color: #E9110D; }
a { background-color: rgb(233,17,13); }
div.DivClassName
{
background-color: #E9110D;
}
.BgClassName
{
background-color: #E9110D;
}
</style>
border-color css
<style>
span { border-color: #E9110D; }
span { border-color: rgb(233,17,13); }
td.TdClassName
{
border-color: #E9110D;
}
.TagClassName
{
border-color: #E9110D;
}
</style>