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