Shades of Venetian Red #E7010E
Tints of Venetian Red #E7010E
RGB
CMYK
RGB Variations
Color information
#E7010E (or 0xE7010E) is known color: Venetian Red. HEX triplet: E7, 01 and 0E. RGB value is (231,1,14). Sum of RGB (Red+Green+Blue) = 231+1+14=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E7010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7010E is #18FEF1. Grayscale: #474747. Windows color (decimal): -1638130 or 917991. OLE color: 917991.
HSL color Cylindrical-coordinate representation of color #E7010E: hue angle of 356.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.09 |
| HSL | 356.61º | 0.99% | 0.45% | - |
| HSV(B) | 356.61º | 1% | 0.91% | - |
| XYZ | 33.05 | 17.04 | 1.96 | - |
| YUV | 71.25 | 95.7 | 241.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 14 | 0 | 1.00 | 0.94 | 0.09 | 356.61 | 0.99 | 0.45 |
| Hex | E7 | 1 | E | 0 | 64 | 5E | 9 | 165 | 63 | 2D |
| Octal | 347 | 1 | 16 | 0 | 144 | 136 | 11 | 545 | 143 | 55 |
| Binary | 11100111 | 1 | 1110 | 0 | 1100100 | 1011110 | 1001 | 101100101 | 1100011 | 101101 |
Color Harmonies of #E7010E
Complementary color
Monochromatic Colors of #E7010E
Black with #E7010E
Text Example
Text Example
White with #E7010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7010E; }
p { color: rgb(231,1,14); }
H1.HeaderClassName
{
color: #E7010E;
}
.AnyTagClassName
{
color: #E7010E;
}
</style>
background-color css
<style>
a { background-color: #E7010E; }
a { background-color: rgb(231,1,14); }
div.DivClassName
{
background-color: #E7010E;
}
.BgClassName
{
background-color: #E7010E;
}
</style>
border-color css
<style>
span { border-color: #E7010E; }
span { border-color: rgb(231,1,14); }
td.TdClassName
{
border-color: #E7010E;
}
.TagClassName
{
border-color: #E7010E;
}
</style>