Shades of Venetian Red #E7000A
Tints of Venetian Red #E7000A
RGB
CMYK
RGB Variations
Color information
#E7000A (or 0xE7000A) is known color: Venetian Red. HEX triplet: E7, 00 and 0A. RGB value is (231,0,10). Sum of RGB (Red+Green+Blue) = 231+0+10=241 (31% of max value = 765). Red value is 231 (90.62% from 255 or 95.85% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 231 - color contains mainly: red. Hex color #E7000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7000A is #18FFF5. Grayscale: #464646. Windows color (decimal): -1638390 or 655591. OLE color: 655591.
HSL color Cylindrical-coordinate representation of color #E7000A: hue angle of 357.4º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0.09 |
| HSL | 357.4º | 1% | 0.45% | - |
| HSV(B) | 357.4º | 1% | 0.91% | - |
| XYZ | 33.01 | 17.01 | 1.83 | - |
| YUV | 70.21 | 94.03 | 242.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 10 | 0 | 1 | 0.96 | 0.09 | 357.4 | 1 | 0.45 |
| Hex | E7 | 0 | A | 0 | 64 | 60 | 9 | 165 | 64 | 2D |
| Octal | 347 | 0 | 12 | 0 | 144 | 140 | 11 | 545 | 144 | 55 |
| Binary | 11100111 | 0 | 1010 | 0 | 1100100 | 1100000 | 1001 | 101100101 | 1100100 | 101101 |
Color Harmonies of #E7000A
Complementary color
Monochromatic Colors of #E7000A
Black with #E7000A
Text Example
Text Example
White with #E7000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7000A; }
p { color: rgb(231,0,10); }
H1.HeaderClassName
{
color: #E7000A;
}
.AnyTagClassName
{
color: #E7000A;
}
</style>
background-color css
<style>
a { background-color: #E7000A; }
a { background-color: rgb(231,0,10); }
div.DivClassName
{
background-color: #E7000A;
}
.BgClassName
{
background-color: #E7000A;
}
</style>
border-color css
<style>
span { border-color: #E7000A; }
span { border-color: rgb(231,0,10); }
td.TdClassName
{
border-color: #E7000A;
}
.TagClassName
{
border-color: #E7000A;
}
</style>