Shades of Venetian Red #E80112
Tints of Venetian Red #E80112
RGB
CMYK
RGB Variations
Color information
#E80112 (or 0xE80112) is known color: Venetian Red. HEX triplet: E8, 01 and 12. RGB value is (232,1,18). Sum of RGB (Red+Green+Blue) = 232+1+18=251 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.43% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 232 - color contains mainly: red. Hex color #E80112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80112 is #17FEED. Grayscale: #484848. Windows color (decimal): -1572590 or 1180136. OLE color: 1180136.
HSL color Cylindrical-coordinate representation of color #E80112: hue angle of 355.58º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.09 |
| HSL | 355.58º | 0.99% | 0.46% | - |
| HSV(B) | 355.58º | 1% | 0.91% | - |
| XYZ | 33.4 | 17.22 | 2.14 | - |
| YUV | 72.01 | 97.53 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 18 | 0 | 1.00 | 0.92 | 0.09 | 355.58 | 0.99 | 0.46 |
| Hex | E8 | 1 | 12 | 0 | 64 | 5C | 9 | 164 | 63 | 2E |
| Octal | 350 | 1 | 22 | 0 | 144 | 134 | 11 | 544 | 143 | 56 |
| Binary | 11101000 | 1 | 10010 | 0 | 1100100 | 1011100 | 1001 | 101100100 | 1100011 | 101110 |
Color Harmonies of #E80112
Complementary color
Monochromatic Colors of #E80112
Black with #E80112
Text Example
Text Example
White with #E80112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80112; }
p { color: rgb(232,1,18); }
H1.HeaderClassName
{
color: #E80112;
}
.AnyTagClassName
{
color: #E80112;
}
</style>
background-color css
<style>
a { background-color: #E80112; }
a { background-color: rgb(232,1,18); }
div.DivClassName
{
background-color: #E80112;
}
.BgClassName
{
background-color: #E80112;
}
</style>
border-color css
<style>
span { border-color: #E80112; }
span { border-color: rgb(232,1,18); }
td.TdClassName
{
border-color: #E80112;
}
.TagClassName
{
border-color: #E80112;
}
</style>