Shades of Red #E71110
Tints of Red #E71110
RGB
CMYK
RGB Variations
Color information
#E71110 (or 0xE71110) is known color: Red. HEX triplet: E7, 11 and 10. RGB value is (231,17,16). Sum of RGB (Red+Green+Blue) = 231+17+16=264 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.5% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 231 - color contains mainly: red. Hex color #E71110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71110 is #18EEEF. Grayscale: #515151. Windows color (decimal): -1634032 or 1053159. OLE color: 1053159.
HSL color Cylindrical-coordinate representation of color #E71110: hue angle of 0.28º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71110 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.09 |
| HSL | 0.28º | 0.87% | 0.48% | - |
| HSV(B) | 0.28º | 0.93% | 0.91% | - |
| XYZ | 33.25 | 17.43 | 2.1 | - |
| YUV | 80.87 | 91.4 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 16 | 0 | 0.93 | 0.93 | 0.09 | 0.28 | 0.87 | 0.48 |
| Hex | E7 | 11 | 10 | 0 | 5D | 5D | 9 | 0 | 57 | 30 |
| Octal | 347 | 21 | 20 | 0 | 135 | 135 | 11 | 0 | 127 | 60 |
| Binary | 11100111 | 10001 | 10000 | 0 | 1011101 | 1011101 | 1001 | 0 | 1010111 | 110000 |
Color Harmonies of #E71110
Complementary color
Monochromatic Colors of #E71110
Black with #E71110
Text Example
Text Example
White with #E71110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71110; }
p { color: rgb(231,17,16); }
H1.HeaderClassName
{
color: #E71110;
}
.AnyTagClassName
{
color: #E71110;
}
</style>
background-color css
<style>
a { background-color: #E71110; }
a { background-color: rgb(231,17,16); }
div.DivClassName
{
background-color: #E71110;
}
.BgClassName
{
background-color: #E71110;
}
</style>
border-color css
<style>
span { border-color: #E71110; }
span { border-color: rgb(231,17,16); }
td.TdClassName
{
border-color: #E71110;
}
.TagClassName
{
border-color: #E71110;
}
</style>