Shades of Venetian Red #E6020C
Tints of Venetian Red #E6020C
RGB
CMYK
RGB Variations
Color information
#E6020C (or 0xE6020C) is known color: Venetian Red. HEX triplet: E6, 02 and 0C. RGB value is (230,2,12). Sum of RGB (Red+Green+Blue) = 230+2+12=244 (32% of max value = 765). Red value is 230 (90.23% from 255 or 94.26% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 230 - color contains mainly: red. Hex color #E6020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6020C is #19FDF3. Grayscale: #474747. Windows color (decimal): -1703412 or 787174. OLE color: 787174.
HSL color Cylindrical-coordinate representation of color #E6020C: hue angle of 357.37º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.10 |
| HSL | 357.37º | 0.98% | 0.45% | - |
| HSV(B) | 357.37º | 0.99% | 0.9% | - |
| XYZ | 32.72 | 16.89 | 1.88 | - |
| YUV | 71.31 | 94.54 | 241.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 12 | 0 | 0.99 | 0.95 | 0.10 | 357.37 | 0.98 | 0.45 |
| Hex | E6 | 2 | C | 0 | 63 | 5F | A | 165 | 62 | 2D |
| Octal | 346 | 2 | 14 | 0 | 143 | 137 | 12 | 545 | 142 | 55 |
| Binary | 11100110 | 10 | 1100 | 0 | 1100011 | 1011111 | 1010 | 101100101 | 1100010 | 101101 |
Color Harmonies of #E6020C
Complementary color
Monochromatic Colors of #E6020C
Black with #E6020C
Text Example
Text Example
White with #E6020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6020C; }
p { color: rgb(230,2,12); }
H1.HeaderClassName
{
color: #E6020C;
}
.AnyTagClassName
{
color: #E6020C;
}
</style>
background-color css
<style>
a { background-color: #E6020C; }
a { background-color: rgb(230,2,12); }
div.DivClassName
{
background-color: #E6020C;
}
.BgClassName
{
background-color: #E6020C;
}
</style>
border-color css
<style>
span { border-color: #E6020C; }
span { border-color: rgb(230,2,12); }
td.TdClassName
{
border-color: #E6020C;
}
.TagClassName
{
border-color: #E6020C;
}
</style>