Shades of Venetian Red #E7030E
Tints of Venetian Red #E7030E
RGB
CMYK
RGB Variations
Color information
#E7030E (or 0xE7030E) is known color: Venetian Red. HEX triplet: E7, 03 and 0E. RGB value is (231,3,14). Sum of RGB (Red+Green+Blue) = 231+3+14=248 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.15% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 231 - color contains mainly: red. Hex color #E7030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7030E is #18FCF1. Grayscale: #484848. Windows color (decimal): -1637618 or 918503. OLE color: 918503.
HSL color Cylindrical-coordinate representation of color #E7030E: hue angle of 357.11º 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 #E7030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.09 |
| HSL | 357.11º | 0.97% | 0.46% | - |
| HSV(B) | 357.11º | 0.99% | 0.91% | - |
| XYZ | 33.07 | 17.09 | 1.97 | - |
| YUV | 72.43 | 95.04 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 14 | 0 | 0.99 | 0.94 | 0.09 | 357.11 | 0.97 | 0.46 |
| Hex | E7 | 3 | E | 0 | 63 | 5E | 9 | 165 | 61 | 2E |
| Octal | 347 | 3 | 16 | 0 | 143 | 136 | 11 | 545 | 141 | 56 |
| Binary | 11100111 | 11 | 1110 | 0 | 1100011 | 1011110 | 1001 | 101100101 | 1100001 | 101110 |
Color Harmonies of #E7030E
Complementary color
Monochromatic Colors of #E7030E
Black with #E7030E
Text Example
Text Example
White with #E7030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7030E; }
p { color: rgb(231,3,14); }
H1.HeaderClassName
{
color: #E7030E;
}
.AnyTagClassName
{
color: #E7030E;
}
</style>
background-color css
<style>
a { background-color: #E7030E; }
a { background-color: rgb(231,3,14); }
div.DivClassName
{
background-color: #E7030E;
}
.BgClassName
{
background-color: #E7030E;
}
</style>
border-color css
<style>
span { border-color: #E7030E; }
span { border-color: rgb(231,3,14); }
td.TdClassName
{
border-color: #E7030E;
}
.TagClassName
{
border-color: #E7030E;
}
</style>