Shades of Venetian Red #E7020C
Tints of Venetian Red #E7020C
RGB
CMYK
RGB Variations
Color information
#E7020C (or 0xE7020C) is known color: Venetian Red. HEX triplet: E7, 02 and 0C. RGB value is (231,2,12). Sum of RGB (Red+Green+Blue) = 231+2+12=245 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.29% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 231 - color contains mainly: red. Hex color #E7020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7020C is #18FDF3. Grayscale: #474747. Windows color (decimal): -1637876 or 787175. OLE color: 787175.
HSL color Cylindrical-coordinate representation of color #E7020C: hue angle of 357.38º degrees, saturation: 0.98, 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 #E7020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.09 |
| HSL | 357.38º | 0.98% | 0.46% | - |
| HSV(B) | 357.38º | 0.99% | 0.91% | - |
| XYZ | 33.04 | 17.06 | 1.9 | - |
| YUV | 71.61 | 94.37 | 241.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 12 | 0 | 0.99 | 0.95 | 0.09 | 357.38 | 0.98 | 0.46 |
| Hex | E7 | 2 | C | 0 | 63 | 5F | 9 | 165 | 62 | 2E |
| Octal | 347 | 2 | 14 | 0 | 143 | 137 | 11 | 545 | 142 | 56 |
| Binary | 11100111 | 10 | 1100 | 0 | 1100011 | 1011111 | 1001 | 101100101 | 1100010 | 101110 |
Color Harmonies of #E7020C
Complementary color
Monochromatic Colors of #E7020C
Black with #E7020C
Text Example
Text Example
White with #E7020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7020C; }
p { color: rgb(231,2,12); }
H1.HeaderClassName
{
color: #E7020C;
}
.AnyTagClassName
{
color: #E7020C;
}
</style>
background-color css
<style>
a { background-color: #E7020C; }
a { background-color: rgb(231,2,12); }
div.DivClassName
{
background-color: #E7020C;
}
.BgClassName
{
background-color: #E7020C;
}
</style>
border-color css
<style>
span { border-color: #E7020C; }
span { border-color: rgb(231,2,12); }
td.TdClassName
{
border-color: #E7020C;
}
.TagClassName
{
border-color: #E7020C;
}
</style>