Shades of Venetian Red #E70516
Tints of Venetian Red #E70516
RGB
CMYK
RGB Variations
Color information
#E70516 (or 0xE70516) is known color: Venetian Red. HEX triplet: E7, 05 and 16. RGB value is (231,5,22). Sum of RGB (Red+Green+Blue) = 231+5+22=258 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.53% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 231 - color contains mainly: red. Hex color #E70516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70516 is #18FAE9. Grayscale: #4A4A4A. Windows color (decimal): -1637098 or 1443303. OLE color: 1443303.
HSL color Cylindrical-coordinate representation of color #E70516: hue angle of 355.49º 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 #E70516 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.09 |
| HSL | 355.49º | 0.96% | 0.46% | - |
| HSV(B) | 355.49º | 0.98% | 0.91% | - |
| XYZ | 33.15 | 17.16 | 2.32 | - |
| YUV | 74.51 | 98.37 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 22 | 0 | 0.98 | 0.90 | 0.09 | 355.49 | 0.96 | 0.46 |
| Hex | E7 | 5 | 16 | 0 | 62 | 5A | 9 | 163 | 60 | 2E |
| Octal | 347 | 5 | 26 | 0 | 142 | 132 | 11 | 543 | 140 | 56 |
| Binary | 11100111 | 101 | 10110 | 0 | 1100010 | 1011010 | 1001 | 101100011 | 1100000 | 101110 |
Color Harmonies of #E70516
Complementary color
Monochromatic Colors of #E70516
Black with #E70516
Text Example
Text Example
White with #E70516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70516; }
p { color: rgb(231,5,22); }
H1.HeaderClassName
{
color: #E70516;
}
.AnyTagClassName
{
color: #E70516;
}
</style>
background-color css
<style>
a { background-color: #E70516; }
a { background-color: rgb(231,5,22); }
div.DivClassName
{
background-color: #E70516;
}
.BgClassName
{
background-color: #E70516;
}
</style>
border-color css
<style>
span { border-color: #E70516; }
span { border-color: rgb(231,5,22); }
td.TdClassName
{
border-color: #E70516;
}
.TagClassName
{
border-color: #E70516;
}
</style>