Shades of Venetian Red #E2020A
Tints of Venetian Red #E2020A
RGB
CMYK
RGB Variations
Color information
#E2020A (or 0xE2020A) is known color: Venetian Red. HEX triplet: E2, 02 and 0A. RGB value is (226,2,10). Sum of RGB (Red+Green+Blue) = 226+2+10=238 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.96% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 226 - color contains mainly: red. Hex color #E2020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2020A is #1DFDF5. Grayscale: #464646. Windows color (decimal): -1965558 or 656098. OLE color: 656098.
HSL color Cylindrical-coordinate representation of color #E2020A: hue angle of 357.86º 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 #E2020A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.11 |
| HSL | 357.86º | 0.98% | 0.45% | - |
| HSV(B) | 357.86º | 0.99% | 0.89% | - |
| XYZ | 31.44 | 16.23 | 1.76 | - |
| YUV | 69.89 | 94.21 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 10 | 0 | 0.99 | 0.96 | 0.11 | 357.86 | 0.98 | 0.45 |
| Hex | E2 | 2 | A | 0 | 63 | 60 | B | 166 | 62 | 2D |
| Octal | 342 | 2 | 12 | 0 | 143 | 140 | 13 | 546 | 142 | 55 |
| Binary | 11100010 | 10 | 1010 | 0 | 1100011 | 1100000 | 1011 | 101100110 | 1100010 | 101101 |
Color Harmonies of #E2020A
Complementary color
Monochromatic Colors of #E2020A
Black with #E2020A
Text Example
Text Example
White with #E2020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2020A; }
p { color: rgb(226,2,10); }
H1.HeaderClassName
{
color: #E2020A;
}
.AnyTagClassName
{
color: #E2020A;
}
</style>
background-color css
<style>
a { background-color: #E2020A; }
a { background-color: rgb(226,2,10); }
div.DivClassName
{
background-color: #E2020A;
}
.BgClassName
{
background-color: #E2020A;
}
</style>
border-color css
<style>
span { border-color: #E2020A; }
span { border-color: rgb(226,2,10); }
td.TdClassName
{
border-color: #E2020A;
}
.TagClassName
{
border-color: #E2020A;
}
</style>