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