Shades of Venetian Red #E80509
Tints of Venetian Red #E80509
RGB
CMYK
RGB Variations
Color information
#E80509 (or 0xE80509) is known color: Venetian Red. HEX triplet: E8, 05 and 09. RGB value is (232,5,9). Sum of RGB (Red+Green+Blue) = 232+5+9=246 (32% of max value = 765). Red value is 232 (91.02% from 255 or 94.31% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 232 - color contains mainly: red. Hex color #E80509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80509 is #17FAF6. Grayscale: #494949. Windows color (decimal): -1571575 or 591336. OLE color: 591336.
HSL color Cylindrical-coordinate representation of color #E80509: hue angle of 358.94º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.09 |
| HSL | 358.94º | 0.96% | 0.46% | - |
| HSV(B) | 358.94º | 0.98% | 0.91% | - |
| XYZ | 33.38 | 17.28 | 1.84 | - |
| YUV | 73.33 | 91.71 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 9 | 0 | 0.98 | 0.96 | 0.09 | 358.94 | 0.96 | 0.46 |
| Hex | E8 | 5 | 9 | 0 | 62 | 60 | 9 | 167 | 60 | 2E |
| Octal | 350 | 5 | 11 | 0 | 142 | 140 | 11 | 547 | 140 | 56 |
| Binary | 11101000 | 101 | 1001 | 0 | 1100010 | 1100000 | 1001 | 101100111 | 1100000 | 101110 |
Color Harmonies of #E80509
Complementary color
Monochromatic Colors of #E80509
Black with #E80509
Text Example
Text Example
White with #E80509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80509; }
p { color: rgb(232,5,9); }
H1.HeaderClassName
{
color: #E80509;
}
.AnyTagClassName
{
color: #E80509;
}
</style>
background-color css
<style>
a { background-color: #E80509; }
a { background-color: rgb(232,5,9); }
div.DivClassName
{
background-color: #E80509;
}
.BgClassName
{
background-color: #E80509;
}
</style>
border-color css
<style>
span { border-color: #E80509; }
span { border-color: rgb(232,5,9); }
td.TdClassName
{
border-color: #E80509;
}
.TagClassName
{
border-color: #E80509;
}
</style>