Shades of Venetian Red #E80219
Tints of Venetian Red #E80219
RGB
CMYK
RGB Variations
Color information
#E80219 (or 0xE80219) is known color: Venetian Red. HEX triplet: E8, 02 and 19. RGB value is (232,2,25). Sum of RGB (Red+Green+Blue) = 232+2+25=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E80219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80219 is #17FDE6. Grayscale: #494949. Windows color (decimal): -1572327 or 1639144. OLE color: 1639144.
HSL color Cylindrical-coordinate representation of color #E80219: hue angle of 354º 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 #E80219 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.09 |
| HSL | 354º | 0.98% | 0.46% | - |
| HSV(B) | 354º | 0.99% | 0.91% | - |
| XYZ | 33.48 | 17.27 | 2.49 | - |
| YUV | 73.39 | 100.7 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 25 | 0 | 0.99 | 0.89 | 0.09 | 354 | 0.98 | 0.46 |
| Hex | E8 | 2 | 19 | 0 | 63 | 59 | 9 | 162 | 62 | 2E |
| Octal | 350 | 2 | 31 | 0 | 143 | 131 | 11 | 542 | 142 | 56 |
| Binary | 11101000 | 10 | 11001 | 0 | 1100011 | 1011001 | 1001 | 101100010 | 1100010 | 101110 |
Color Harmonies of #E80219
Complementary color
Monochromatic Colors of #E80219
Black with #E80219
Text Example
Text Example
White with #E80219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80219; }
p { color: rgb(232,2,25); }
H1.HeaderClassName
{
color: #E80219;
}
.AnyTagClassName
{
color: #E80219;
}
</style>
background-color css
<style>
a { background-color: #E80219; }
a { background-color: rgb(232,2,25); }
div.DivClassName
{
background-color: #E80219;
}
.BgClassName
{
background-color: #E80219;
}
</style>
border-color css
<style>
span { border-color: #E80219; }
span { border-color: rgb(232,2,25); }
td.TdClassName
{
border-color: #E80219;
}
.TagClassName
{
border-color: #E80219;
}
</style>