Shades of Red #E91311
Tints of Red #E91311
RGB
CMYK
RGB Variations
Color information
#E91311 (or 0xE91311) is known color: Red. HEX triplet: E9, 13 and 11. RGB value is (233,19,17). Sum of RGB (Red+Green+Blue) = 233+19+17=269 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.62% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 233 - color contains mainly: red. Hex color #E91311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E91311 is #16ECEE. Grayscale: #525252. Windows color (decimal): -1502447 or 1119209. OLE color: 1119209.
HSL color Cylindrical-coordinate representation of color #E91311: hue angle of 0.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91311 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.09 |
| HSL | 0.56º | 0.86% | 0.49% | - |
| HSV(B) | 0.56º | 0.93% | 0.91% | - |
| XYZ | 33.94 | 17.83 | 2.18 | - |
| YUV | 82.76 | 90.9 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 17 | 0 | 0.92 | 0.93 | 0.09 | 0.56 | 0.86 | 0.49 |
| Hex | E9 | 13 | 11 | 0 | 5C | 5D | 9 | 1 | 56 | 31 |
| Octal | 351 | 23 | 21 | 0 | 134 | 135 | 11 | 1 | 126 | 61 |
| Binary | 11101001 | 10011 | 10001 | 0 | 1011100 | 1011101 | 1001 | 1 | 1010110 | 110001 |
Color Harmonies of #E91311
Complementary color
Monochromatic Colors of #E91311
Black with #E91311
Text Example
Text Example
White with #E91311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91311; }
p { color: rgb(233,19,17); }
H1.HeaderClassName
{
color: #E91311;
}
.AnyTagClassName
{
color: #E91311;
}
</style>
background-color css
<style>
a { background-color: #E91311; }
a { background-color: rgb(233,19,17); }
div.DivClassName
{
background-color: #E91311;
}
.BgClassName
{
background-color: #E91311;
}
</style>
border-color css
<style>
span { border-color: #E91311; }
span { border-color: rgb(233,19,17); }
td.TdClassName
{
border-color: #E91311;
}
.TagClassName
{
border-color: #E91311;
}
</style>