Shades of Venetian Red #E2020C
Tints of Venetian Red #E2020C
RGB
CMYK
RGB Variations
Color information
#E2020C (or 0xE2020C) is known color: Venetian Red. HEX triplet: E2, 02 and 0C. RGB value is (226,2,12). Sum of RGB (Red+Green+Blue) = 226+2+12=240 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.17% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 226 - color contains mainly: red. Hex color #E2020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2020C is #1DFDF3. Grayscale: #464646. Windows color (decimal): -1965556 or 787170. OLE color: 787170.
HSL color Cylindrical-coordinate representation of color #E2020C: hue angle of 357.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.11 |
| HSL | 357.32º | 0.98% | 0.45% | - |
| HSV(B) | 357.32º | 0.99% | 0.89% | - |
| XYZ | 31.45 | 16.24 | 1.82 | - |
| YUV | 70.12 | 95.21 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 12 | 0 | 0.99 | 0.95 | 0.11 | 357.32 | 0.98 | 0.45 |
| Hex | E2 | 2 | C | 0 | 63 | 5F | B | 165 | 62 | 2D |
| Octal | 342 | 2 | 14 | 0 | 143 | 137 | 13 | 545 | 142 | 55 |
| Binary | 11100010 | 10 | 1100 | 0 | 1100011 | 1011111 | 1011 | 101100101 | 1100010 | 101101 |
Color Harmonies of #E2020C
Complementary color
Monochromatic Colors of #E2020C
Black with #E2020C
Text Example
Text Example
White with #E2020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2020C; }
p { color: rgb(226,2,12); }
H1.HeaderClassName
{
color: #E2020C;
}
.AnyTagClassName
{
color: #E2020C;
}
</style>
background-color css
<style>
a { background-color: #E2020C; }
a { background-color: rgb(226,2,12); }
div.DivClassName
{
background-color: #E2020C;
}
.BgClassName
{
background-color: #E2020C;
}
</style>
border-color css
<style>
span { border-color: #E2020C; }
span { border-color: rgb(226,2,12); }
td.TdClassName
{
border-color: #E2020C;
}
.TagClassName
{
border-color: #E2020C;
}
</style>