Shades of Venetian Red #E80002
Tints of Venetian Red #E80002
RGB
CMYK
RGB Variations
Color information
#E80002 (or 0xE80002) is known color: Venetian Red. HEX triplet: E8, 00 and 02. RGB value is (232,0,2). Sum of RGB (Red+Green+Blue) = 232+0+2=234 (30% of max value = 765). Red value is 232 (91.02% from 255 or 99.15% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 232 - color contains mainly: red. Hex color #E80002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80002 is #17FFFD. Grayscale: #454545. Windows color (decimal): -1572862 or 131304. OLE color: 131304.
HSL color Cylindrical-coordinate representation of color #E80002: hue angle of 359.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.09 |
| HSL | 359.48º | 1% | 0.45% | - |
| HSV(B) | 359.48º | 1% | 0.91% | - |
| XYZ | 33.29 | 17.16 | 1.62 | - |
| YUV | 69.6 | 89.86 | 243.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 2 | 0 | 1 | 0.99 | 0.09 | 359.48 | 1 | 0.45 |
| Hex | E8 | 0 | 2 | 0 | 64 | 63 | 9 | 167 | 64 | 2D |
| Octal | 350 | 0 | 2 | 0 | 144 | 143 | 11 | 547 | 144 | 55 |
| Binary | 11101000 | 0 | 10 | 0 | 1100100 | 1100011 | 1001 | 101100111 | 1100100 | 101101 |
Color Harmonies of #E80002
Complementary color
Monochromatic Colors of #E80002
Black with #E80002
Text Example
Text Example
White with #E80002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80002; }
p { color: rgb(232,0,2); }
H1.HeaderClassName
{
color: #E80002;
}
.AnyTagClassName
{
color: #E80002;
}
</style>
background-color css
<style>
a { background-color: #E80002; }
a { background-color: rgb(232,0,2); }
div.DivClassName
{
background-color: #E80002;
}
.BgClassName
{
background-color: #E80002;
}
</style>
border-color css
<style>
span { border-color: #E80002; }
span { border-color: rgb(232,0,2); }
td.TdClassName
{
border-color: #E80002;
}
.TagClassName
{
border-color: #E80002;
}
</style>