Shades of Venetian Red #E70316
Tints of Venetian Red #E70316
RGB
CMYK
RGB Variations
Color information
#E70316 (or 0xE70316) is known color: Venetian Red. HEX triplet: E7, 03 and 16. RGB value is (231,3,22). Sum of RGB (Red+Green+Blue) = 231+3+22=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E70316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70316 is #18FCE9. Grayscale: #494949. Windows color (decimal): -1637610 or 1442791. OLE color: 1442791.
HSL color Cylindrical-coordinate representation of color #E70316: hue angle of 355º degrees, saturation: 0.97, 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 #E70316 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.09 |
| HSL | 355º | 0.97% | 0.46% | - |
| HSV(B) | 355º | 0.99% | 0.91% | - |
| XYZ | 33.13 | 17.11 | 2.32 | - |
| YUV | 73.34 | 99.04 | 240.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 22 | 0 | 0.99 | 0.90 | 0.09 | 355 | 0.97 | 0.46 |
| Hex | E7 | 3 | 16 | 0 | 63 | 5A | 9 | 163 | 61 | 2E |
| Octal | 347 | 3 | 26 | 0 | 143 | 132 | 11 | 543 | 141 | 56 |
| Binary | 11100111 | 11 | 10110 | 0 | 1100011 | 1011010 | 1001 | 101100011 | 1100001 | 101110 |
Color Harmonies of #E70316
Complementary color
Monochromatic Colors of #E70316
Black with #E70316
Text Example
Text Example
White with #E70316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70316; }
p { color: rgb(231,3,22); }
H1.HeaderClassName
{
color: #E70316;
}
.AnyTagClassName
{
color: #E70316;
}
</style>
background-color css
<style>
a { background-color: #E70316; }
a { background-color: rgb(231,3,22); }
div.DivClassName
{
background-color: #E70316;
}
.BgClassName
{
background-color: #E70316;
}
</style>
border-color css
<style>
span { border-color: #E70316; }
span { border-color: rgb(231,3,22); }
td.TdClassName
{
border-color: #E70316;
}
.TagClassName
{
border-color: #E70316;
}
</style>