Shades of Venetian Red #E8020C
Tints of Venetian Red #E8020C
RGB
CMYK
RGB Variations
Color information
#E8020C (or 0xE8020C) is known color: Venetian Red. HEX triplet: E8, 02 and 0C. RGB value is (232,2,12). Sum of RGB (Red+Green+Blue) = 232+2+12=246 (32% of max value = 765). Red value is 232 (91.02% from 255 or 94.31% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 232 - color contains mainly: red. Hex color #E8020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8020C is #17FDF3. Grayscale: #484848. Windows color (decimal): -1572340 or 787176. OLE color: 787176.
HSL color Cylindrical-coordinate representation of color #E8020C: hue angle of 357.39º 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 #E8020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.09 |
| HSL | 357.39º | 0.98% | 0.46% | - |
| HSV(B) | 357.39º | 0.99% | 0.91% | - |
| XYZ | 33.37 | 17.23 | 1.91 | - |
| YUV | 71.91 | 94.2 | 242.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 12 | 0 | 0.99 | 0.95 | 0.09 | 357.39 | 0.98 | 0.46 |
| Hex | E8 | 2 | C | 0 | 63 | 5F | 9 | 165 | 62 | 2E |
| Octal | 350 | 2 | 14 | 0 | 143 | 137 | 11 | 545 | 142 | 56 |
| Binary | 11101000 | 10 | 1100 | 0 | 1100011 | 1011111 | 1001 | 101100101 | 1100010 | 101110 |
Color Harmonies of #E8020C
Complementary color
Monochromatic Colors of #E8020C
Black with #E8020C
Text Example
Text Example
White with #E8020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8020C; }
p { color: rgb(232,2,12); }
H1.HeaderClassName
{
color: #E8020C;
}
.AnyTagClassName
{
color: #E8020C;
}
</style>
background-color css
<style>
a { background-color: #E8020C; }
a { background-color: rgb(232,2,12); }
div.DivClassName
{
background-color: #E8020C;
}
.BgClassName
{
background-color: #E8020C;
}
</style>
border-color css
<style>
span { border-color: #E8020C; }
span { border-color: rgb(232,2,12); }
td.TdClassName
{
border-color: #E8020C;
}
.TagClassName
{
border-color: #E8020C;
}
</style>