Shades of Venetian Red #E80709
Tints of Venetian Red #E80709
RGB
CMYK
RGB Variations
Color information
#E80709 (or 0xE80709) is known color: Venetian Red. HEX triplet: E8, 07 and 09. RGB value is (232,7,9). Sum of RGB (Red+Green+Blue) = 232+7+9=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E80709 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80709 is #17F8F6. Grayscale: #4A4A4A. Windows color (decimal): -1571063 or 591848. OLE color: 591848.
HSL color Cylindrical-coordinate representation of color #E80709: hue angle of 359.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80709 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 9 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.09 |
| HSL | 359.47º | 0.94% | 0.47% | - |
| HSV(B) | 359.47º | 0.97% | 0.91% | - |
| XYZ | 33.4 | 17.33 | 1.84 | - |
| YUV | 74.5 | 91.04 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 9 | 0 | 0.97 | 0.96 | 0.09 | 359.47 | 0.94 | 0.47 |
| Hex | E8 | 7 | 9 | 0 | 61 | 60 | 9 | 167 | 5E | 2F |
| Octal | 350 | 7 | 11 | 0 | 141 | 140 | 11 | 547 | 136 | 57 |
| Binary | 11101000 | 111 | 1001 | 0 | 1100001 | 1100000 | 1001 | 101100111 | 1011110 | 101111 |
Color Harmonies of #E80709
Complementary color
Monochromatic Colors of #E80709
Black with #E80709
Text Example
Text Example
White with #E80709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80709; }
p { color: rgb(232,7,9); }
H1.HeaderClassName
{
color: #E80709;
}
.AnyTagClassName
{
color: #E80709;
}
</style>
background-color css
<style>
a { background-color: #E80709; }
a { background-color: rgb(232,7,9); }
div.DivClassName
{
background-color: #E80709;
}
.BgClassName
{
background-color: #E80709;
}
</style>
border-color css
<style>
span { border-color: #E80709; }
span { border-color: rgb(232,7,9); }
td.TdClassName
{
border-color: #E80709;
}
.TagClassName
{
border-color: #E80709;
}
</style>