Shades of Venetian Red #E80210
Tints of Venetian Red #E80210
RGB
CMYK
RGB Variations
Color information
#E80210 (or 0xE80210) is known color: Venetian Red. HEX triplet: E8, 02 and 10. RGB value is (232,2,16). Sum of RGB (Red+Green+Blue) = 232+2+16=250 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 232 - color contains mainly: red. Hex color #E80210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80210 is #17FDEF. Grayscale: #484848. Windows color (decimal): -1572336 or 1049320. OLE color: 1049320.
HSL color Cylindrical-coordinate representation of color #E80210: hue angle of 356.35º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.09 |
| HSL | 356.35º | 0.98% | 0.46% | - |
| HSV(B) | 356.35º | 0.99% | 0.91% | - |
| XYZ | 33.39 | 17.24 | 2.06 | - |
| YUV | 72.37 | 96.2 | 241.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 16 | 0 | 0.99 | 0.93 | 0.09 | 356.35 | 0.98 | 0.46 |
| Hex | E8 | 2 | 10 | 0 | 63 | 5D | 9 | 164 | 62 | 2E |
| Octal | 350 | 2 | 20 | 0 | 143 | 135 | 11 | 544 | 142 | 56 |
| Binary | 11101000 | 10 | 10000 | 0 | 1100011 | 1011101 | 1001 | 101100100 | 1100010 | 101110 |
Color Harmonies of #E80210
Complementary color
Monochromatic Colors of #E80210
Black with #E80210
Text Example
Text Example
White with #E80210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80210; }
p { color: rgb(232,2,16); }
H1.HeaderClassName
{
color: #E80210;
}
.AnyTagClassName
{
color: #E80210;
}
</style>
background-color css
<style>
a { background-color: #E80210; }
a { background-color: rgb(232,2,16); }
div.DivClassName
{
background-color: #E80210;
}
.BgClassName
{
background-color: #E80210;
}
</style>
border-color css
<style>
span { border-color: #E80210; }
span { border-color: rgb(232,2,16); }
td.TdClassName
{
border-color: #E80210;
}
.TagClassName
{
border-color: #E80210;
}
</style>