Shades of Venetian Red #E7070C
Tints of Venetian Red #E7070C
RGB
CMYK
RGB Variations
Color information
#E7070C (or 0xE7070C) is known color: Venetian Red. HEX triplet: E7, 07 and 0C. RGB value is (231,7,12). Sum of RGB (Red+Green+Blue) = 231+7+12=250 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 231 - color contains mainly: red. Hex color #E7070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7070C is #18F8F3. Grayscale: #4A4A4A. Windows color (decimal): -1636596 or 788455. OLE color: 788455.
HSL color Cylindrical-coordinate representation of color #E7070C: hue angle of 358.66º 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 #E7070C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.09 |
| HSL | 358.66º | 0.94% | 0.47% | - |
| HSV(B) | 358.66º | 0.97% | 0.91% | - |
| XYZ | 33.1 | 17.17 | 1.92 | - |
| YUV | 74.55 | 92.71 | 239.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 12 | 0 | 0.97 | 0.95 | 0.09 | 358.66 | 0.94 | 0.47 |
| Hex | E7 | 7 | C | 0 | 61 | 5F | 9 | 167 | 5E | 2F |
| Octal | 347 | 7 | 14 | 0 | 141 | 137 | 11 | 547 | 136 | 57 |
| Binary | 11100111 | 111 | 1100 | 0 | 1100001 | 1011111 | 1001 | 101100111 | 1011110 | 101111 |
Color Harmonies of #E7070C
Complementary color
Monochromatic Colors of #E7070C
Black with #E7070C
Text Example
Text Example
White with #E7070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7070C; }
p { color: rgb(231,7,12); }
H1.HeaderClassName
{
color: #E7070C;
}
.AnyTagClassName
{
color: #E7070C;
}
</style>
background-color css
<style>
a { background-color: #E7070C; }
a { background-color: rgb(231,7,12); }
div.DivClassName
{
background-color: #E7070C;
}
.BgClassName
{
background-color: #E7070C;
}
</style>
border-color css
<style>
span { border-color: #E7070C; }
span { border-color: rgb(231,7,12); }
td.TdClassName
{
border-color: #E7070C;
}
.TagClassName
{
border-color: #E7070C;
}
</style>