Shades of Venetian Red #E70211
Tints of Venetian Red #E70211
RGB
CMYK
RGB Variations
Color information
#E70211 (or 0xE70211) is known color: Venetian Red. HEX triplet: E7, 02 and 11. RGB value is (231,2,17). Sum of RGB (Red+Green+Blue) = 231+2+17=250 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 231 - color contains mainly: red. Hex color #E70211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70211 is #18FDEE. Grayscale: #484848. Windows color (decimal): -1637871 or 1114855. OLE color: 1114855.
HSL color Cylindrical-coordinate representation of color #E70211: hue angle of 356.07º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70211 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.09 |
| HSL | 356.07º | 0.98% | 0.46% | - |
| HSV(B) | 356.07º | 0.99% | 0.91% | - |
| XYZ | 33.08 | 17.07 | 2.08 | - |
| YUV | 72.18 | 96.87 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 17 | 0 | 0.99 | 0.93 | 0.09 | 356.07 | 0.98 | 0.46 |
| Hex | E7 | 2 | 11 | 0 | 63 | 5D | 9 | 164 | 62 | 2E |
| Octal | 347 | 2 | 21 | 0 | 143 | 135 | 11 | 544 | 142 | 56 |
| Binary | 11100111 | 10 | 10001 | 0 | 1100011 | 1011101 | 1001 | 101100100 | 1100010 | 101110 |
Color Harmonies of #E70211
Complementary color
Monochromatic Colors of #E70211
Black with #E70211
Text Example
Text Example
White with #E70211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70211; }
p { color: rgb(231,2,17); }
H1.HeaderClassName
{
color: #E70211;
}
.AnyTagClassName
{
color: #E70211;
}
</style>
background-color css
<style>
a { background-color: #E70211; }
a { background-color: rgb(231,2,17); }
div.DivClassName
{
background-color: #E70211;
}
.BgClassName
{
background-color: #E70211;
}
</style>
border-color css
<style>
span { border-color: #E70211; }
span { border-color: rgb(231,2,17); }
td.TdClassName
{
border-color: #E70211;
}
.TagClassName
{
border-color: #E70211;
}
</style>