Shades of Venetian Red #E80511
Tints of Venetian Red #E80511
RGB
CMYK
RGB Variations
Color information
#E80511 (or 0xE80511) is known color: Venetian Red. HEX triplet: E8, 05 and 11. RGB value is (232,5,17). Sum of RGB (Red+Green+Blue) = 232+5+17=254 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.34% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 232 - color contains mainly: red. Hex color #E80511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80511 is #17FAEE. Grayscale: #4A4A4A. Windows color (decimal): -1571567 or 1115624. OLE color: 1115624.
HSL color Cylindrical-coordinate representation of color #E80511: hue angle of 356.83º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80511 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.09 |
| HSL | 356.83º | 0.96% | 0.46% | - |
| HSV(B) | 356.83º | 0.98% | 0.91% | - |
| XYZ | 33.43 | 17.3 | 2.11 | - |
| YUV | 74.24 | 95.71 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 17 | 0 | 0.98 | 0.93 | 0.09 | 356.83 | 0.96 | 0.46 |
| Hex | E8 | 5 | 11 | 0 | 62 | 5D | 9 | 165 | 60 | 2E |
| Octal | 350 | 5 | 21 | 0 | 142 | 135 | 11 | 545 | 140 | 56 |
| Binary | 11101000 | 101 | 10001 | 0 | 1100010 | 1011101 | 1001 | 101100101 | 1100000 | 101110 |
Color Harmonies of #E80511
Complementary color
Monochromatic Colors of #E80511
Black with #E80511
Text Example
Text Example
White with #E80511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80511; }
p { color: rgb(232,5,17); }
H1.HeaderClassName
{
color: #E80511;
}
.AnyTagClassName
{
color: #E80511;
}
</style>
background-color css
<style>
a { background-color: #E80511; }
a { background-color: rgb(232,5,17); }
div.DivClassName
{
background-color: #E80511;
}
.BgClassName
{
background-color: #E80511;
}
</style>
border-color css
<style>
span { border-color: #E80511; }
span { border-color: rgb(232,5,17); }
td.TdClassName
{
border-color: #E80511;
}
.TagClassName
{
border-color: #E80511;
}
</style>