Shades of Venetian Red #E80310
Tints of Venetian Red #E80310
RGB
CMYK
RGB Variations
Color information
#E80310 (or 0xE80310) is known color: Venetian Red. HEX triplet: E8, 03 and 10. RGB value is (232,3,16). Sum of RGB (Red+Green+Blue) = 232+3+16=251 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.43% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 232 - color contains mainly: red. Hex color #E80310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80310 is #17FCEF. Grayscale: #494949. Windows color (decimal): -1572080 or 1049576. OLE color: 1049576.
HSL color Cylindrical-coordinate representation of color #E80310: hue angle of 356.59º degrees, saturation: 0.97, 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 #E80310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.09 |
| HSL | 356.59º | 0.97% | 0.46% | - |
| HSV(B) | 356.59º | 0.99% | 0.91% | - |
| XYZ | 33.4 | 17.26 | 2.06 | - |
| YUV | 72.95 | 95.87 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 16 | 0 | 0.99 | 0.93 | 0.09 | 356.59 | 0.97 | 0.46 |
| Hex | E8 | 3 | 10 | 0 | 63 | 5D | 9 | 165 | 61 | 2E |
| Octal | 350 | 3 | 20 | 0 | 143 | 135 | 11 | 545 | 141 | 56 |
| Binary | 11101000 | 11 | 10000 | 0 | 1100011 | 1011101 | 1001 | 101100101 | 1100001 | 101110 |
Color Harmonies of #E80310
Complementary color
Monochromatic Colors of #E80310
Black with #E80310
Text Example
Text Example
White with #E80310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80310; }
p { color: rgb(232,3,16); }
H1.HeaderClassName
{
color: #E80310;
}
.AnyTagClassName
{
color: #E80310;
}
</style>
background-color css
<style>
a { background-color: #E80310; }
a { background-color: rgb(232,3,16); }
div.DivClassName
{
background-color: #E80310;
}
.BgClassName
{
background-color: #E80310;
}
</style>
border-color css
<style>
span { border-color: #E80310; }
span { border-color: rgb(232,3,16); }
td.TdClassName
{
border-color: #E80310;
}
.TagClassName
{
border-color: #E80310;
}
</style>