Shades of Venetian Red #E70514
Tints of Venetian Red #E70514
RGB
CMYK
RGB Variations
Color information
#E70514 (or 0xE70514) is known color: Venetian Red. HEX triplet: E7, 05 and 14. RGB value is (231,5,20). Sum of RGB (Red+Green+Blue) = 231+5+20=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E70514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70514 is #18FAEB. Grayscale: #4A4A4A. Windows color (decimal): -1637100 or 1312231. OLE color: 1312231.
HSL color Cylindrical-coordinate representation of color #E70514: hue angle of 356.02º 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 #E70514 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.09 |
| HSL | 356.02º | 0.96% | 0.46% | - |
| HSV(B) | 356.02º | 0.98% | 0.91% | - |
| XYZ | 33.14 | 17.15 | 2.23 | - |
| YUV | 74.28 | 97.37 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 20 | 0 | 0.98 | 0.91 | 0.09 | 356.02 | 0.96 | 0.46 |
| Hex | E7 | 5 | 14 | 0 | 62 | 5B | 9 | 164 | 60 | 2E |
| Octal | 347 | 5 | 24 | 0 | 142 | 133 | 11 | 544 | 140 | 56 |
| Binary | 11100111 | 101 | 10100 | 0 | 1100010 | 1011011 | 1001 | 101100100 | 1100000 | 101110 |
Color Harmonies of #E70514
Complementary color
Monochromatic Colors of #E70514
Black with #E70514
Text Example
Text Example
White with #E70514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70514; }
p { color: rgb(231,5,20); }
H1.HeaderClassName
{
color: #E70514;
}
.AnyTagClassName
{
color: #E70514;
}
</style>
background-color css
<style>
a { background-color: #E70514; }
a { background-color: rgb(231,5,20); }
div.DivClassName
{
background-color: #E70514;
}
.BgClassName
{
background-color: #E70514;
}
</style>
border-color css
<style>
span { border-color: #E70514; }
span { border-color: rgb(231,5,20); }
td.TdClassName
{
border-color: #E70514;
}
.TagClassName
{
border-color: #E70514;
}
</style>