Shades of Venetian Red #E7070B
Tints of Venetian Red #E7070B
RGB
CMYK
RGB Variations
Color information
#E7070B (or 0xE7070B) is known color: Venetian Red. HEX triplet: E7, 07 and 0B. RGB value is (231,7,11). Sum of RGB (Red+Green+Blue) = 231+7+11=249 (32% of max value = 765). Red value is 231 (90.62% from 255 or 92.77% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 231 - color contains mainly: red. Hex color #E7070B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7070B is #18F8F4. Grayscale: #4A4A4A. Windows color (decimal): -1636597 or 722919. OLE color: 722919.
HSL color Cylindrical-coordinate representation of color #E7070B: hue angle of 358.93º degrees, saturation: 0.94, 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 #E7070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.09 |
| HSL | 358.93º | 0.94% | 0.47% | - |
| HSV(B) | 358.93º | 0.97% | 0.91% | - |
| XYZ | 33.09 | 17.17 | 1.89 | - |
| YUV | 74.43 | 92.21 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 11 | 0 | 0.97 | 0.95 | 0.09 | 358.93 | 0.94 | 0.47 |
| Hex | E7 | 7 | B | 0 | 61 | 5F | 9 | 167 | 5E | 2F |
| Octal | 347 | 7 | 13 | 0 | 141 | 137 | 11 | 547 | 136 | 57 |
| Binary | 11100111 | 111 | 1011 | 0 | 1100001 | 1011111 | 1001 | 101100111 | 1011110 | 101111 |
Color Harmonies of #E7070B
Complementary color
Monochromatic Colors of #E7070B
Black with #E7070B
Text Example
Text Example
White with #E7070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7070B; }
p { color: rgb(231,7,11); }
H1.HeaderClassName
{
color: #E7070B;
}
.AnyTagClassName
{
color: #E7070B;
}
</style>
background-color css
<style>
a { background-color: #E7070B; }
a { background-color: rgb(231,7,11); }
div.DivClassName
{
background-color: #E7070B;
}
.BgClassName
{
background-color: #E7070B;
}
</style>
border-color css
<style>
span { border-color: #E7070B; }
span { border-color: rgb(231,7,11); }
td.TdClassName
{
border-color: #E7070B;
}
.TagClassName
{
border-color: #E7070B;
}
</style>