Shades of Venetian Red #E80507
Tints of Venetian Red #E80507
RGB
CMYK
RGB Variations
Color information
#E80507 (or 0xE80507) is known color: Venetian Red. HEX triplet: E8, 05 and 07. RGB value is (232,5,7). Sum of RGB (Red+Green+Blue) = 232+5+7=244 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.08% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 232 - color contains mainly: red. Hex color #E80507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80507 is #17FAF8. Grayscale: #494949. Windows color (decimal): -1571577 or 460264. OLE color: 460264.
HSL color Cylindrical-coordinate representation of color #E80507: hue angle of 359.47º 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 #E80507 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.09 |
| HSL | 359.47º | 0.96% | 0.46% | - |
| HSV(B) | 359.47º | 0.98% | 0.91% | - |
| XYZ | 33.37 | 17.28 | 1.78 | - |
| YUV | 73.1 | 90.71 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 7 | 0 | 0.98 | 0.97 | 0.09 | 359.47 | 0.96 | 0.46 |
| Hex | E8 | 5 | 7 | 0 | 62 | 61 | 9 | 167 | 60 | 2E |
| Octal | 350 | 5 | 7 | 0 | 142 | 141 | 11 | 547 | 140 | 56 |
| Binary | 11101000 | 101 | 111 | 0 | 1100010 | 1100001 | 1001 | 101100111 | 1100000 | 101110 |
Color Harmonies of #E80507
Complementary color
Monochromatic Colors of #E80507
Black with #E80507
Text Example
Text Example
White with #E80507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80507; }
p { color: rgb(232,5,7); }
H1.HeaderClassName
{
color: #E80507;
}
.AnyTagClassName
{
color: #E80507;
}
</style>
background-color css
<style>
a { background-color: #E80507; }
a { background-color: rgb(232,5,7); }
div.DivClassName
{
background-color: #E80507;
}
.BgClassName
{
background-color: #E80507;
}
</style>
border-color css
<style>
span { border-color: #E80507; }
span { border-color: rgb(232,5,7); }
td.TdClassName
{
border-color: #E80507;
}
.TagClassName
{
border-color: #E80507;
}
</style>