Shades of Venetian Red #E70811
Tints of Venetian Red #E70811
RGB
CMYK
RGB Variations
Color information
#E70811 (or 0xE70811) is known color: Venetian Red. HEX triplet: E7, 08 and 11. RGB value is (231,8,17). Sum of RGB (Red+Green+Blue) = 231+8+17=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E70811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70811 is #18F7EE. Grayscale: #4B4B4B. Windows color (decimal): -1636335 or 1116391. OLE color: 1116391.
HSL color Cylindrical-coordinate representation of color #E70811: hue angle of 357.58º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 17 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.09 |
| HSL | 357.58º | 0.93% | 0.47% | - |
| HSV(B) | 357.58º | 0.97% | 0.91% | - |
| XYZ | 33.14 | 17.2 | 2.1 | - |
| YUV | 75.7 | 94.88 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 17 | 0 | 0.97 | 0.93 | 0.09 | 357.58 | 0.93 | 0.47 |
| Hex | E7 | 8 | 11 | 0 | 61 | 5D | 9 | 166 | 5D | 2F |
| Octal | 347 | 10 | 21 | 0 | 141 | 135 | 11 | 546 | 135 | 57 |
| Binary | 11100111 | 1000 | 10001 | 0 | 1100001 | 1011101 | 1001 | 101100110 | 1011101 | 101111 |
Color Harmonies of #E70811
Complementary color
Monochromatic Colors of #E70811
Black with #E70811
Text Example
Text Example
White with #E70811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70811; }
p { color: rgb(231,8,17); }
H1.HeaderClassName
{
color: #E70811;
}
.AnyTagClassName
{
color: #E70811;
}
</style>
background-color css
<style>
a { background-color: #E70811; }
a { background-color: rgb(231,8,17); }
div.DivClassName
{
background-color: #E70811;
}
.BgClassName
{
background-color: #E70811;
}
</style>
border-color css
<style>
span { border-color: #E70811; }
span { border-color: rgb(231,8,17); }
td.TdClassName
{
border-color: #E70811;
}
.TagClassName
{
border-color: #E70811;
}
</style>