Shades of Venetian Red #E80516
Tints of Venetian Red #E80516
RGB
CMYK
RGB Variations
Color information
#E80516 (or 0xE80516) is known color: Venetian Red. HEX triplet: E8, 05 and 16. RGB value is (232,5,22). Sum of RGB (Red+Green+Blue) = 232+5+22=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E80516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80516 is #17FAE9. Grayscale: #4A4A4A. Windows color (decimal): -1571562 or 1443304. OLE color: 1443304.
HSL color Cylindrical-coordinate representation of color #E80516: hue angle of 355.51º 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 #E80516 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.09 |
| HSL | 355.51º | 0.96% | 0.46% | - |
| HSV(B) | 355.51º | 0.98% | 0.91% | - |
| XYZ | 33.48 | 17.32 | 2.34 | - |
| YUV | 74.81 | 98.21 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 22 | 0 | 0.98 | 0.91 | 0.09 | 355.51 | 0.96 | 0.46 |
| Hex | E8 | 5 | 16 | 0 | 62 | 5B | 9 | 164 | 60 | 2E |
| Octal | 350 | 5 | 26 | 0 | 142 | 133 | 11 | 544 | 140 | 56 |
| Binary | 11101000 | 101 | 10110 | 0 | 1100010 | 1011011 | 1001 | 101100100 | 1100000 | 101110 |
Color Harmonies of #E80516
Complementary color
Monochromatic Colors of #E80516
Black with #E80516
Text Example
Text Example
White with #E80516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80516; }
p { color: rgb(232,5,22); }
H1.HeaderClassName
{
color: #E80516;
}
.AnyTagClassName
{
color: #E80516;
}
</style>
background-color css
<style>
a { background-color: #E80516; }
a { background-color: rgb(232,5,22); }
div.DivClassName
{
background-color: #E80516;
}
.BgClassName
{
background-color: #E80516;
}
</style>
border-color css
<style>
span { border-color: #E80516; }
span { border-color: rgb(232,5,22); }
td.TdClassName
{
border-color: #E80516;
}
.TagClassName
{
border-color: #E80516;
}
</style>