Shades of Venetian Red #E20C10
Tints of Venetian Red #E20C10
RGB
CMYK
RGB Variations
Color information
#E20C10 (or 0xE20C10) is known color: Venetian Red. HEX triplet: E2, 0C and 10. RGB value is (226,12,16). Sum of RGB (Red+Green+Blue) = 226+12+16=254 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.98% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20C10 is #1DF3EF. Grayscale: #4C4C4C. Windows color (decimal): -1962992 or 1051874. OLE color: 1051874.
HSL color Cylindrical-coordinate representation of color #E20C10: hue angle of 358.88º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20C10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 16 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.11 |
| HSL | 358.88º | 0.9% | 0.47% | - |
| HSV(B) | 358.88º | 0.95% | 0.89% | - |
| XYZ | 31.59 | 16.47 | 2 | - |
| YUV | 76.44 | 93.9 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 16 | 0 | 0.95 | 0.93 | 0.11 | 358.88 | 0.9 | 0.47 |
| Hex | E2 | C | 10 | 0 | 5F | 5D | B | 167 | 5A | 2F |
| Octal | 342 | 14 | 20 | 0 | 137 | 135 | 13 | 547 | 132 | 57 |
| Binary | 11100010 | 1100 | 10000 | 0 | 1011111 | 1011101 | 1011 | 101100111 | 1011010 | 101111 |
Color Harmonies of #E20C10
Complementary color
Monochromatic Colors of #E20C10
Black with #E20C10
Text Example
Text Example
White with #E20C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C10; }
p { color: rgb(226,12,16); }
H1.HeaderClassName
{
color: #E20C10;
}
.AnyTagClassName
{
color: #E20C10;
}
</style>
background-color css
<style>
a { background-color: #E20C10; }
a { background-color: rgb(226,12,16); }
div.DivClassName
{
background-color: #E20C10;
}
.BgClassName
{
background-color: #E20C10;
}
</style>
border-color css
<style>
span { border-color: #E20C10; }
span { border-color: rgb(226,12,16); }
td.TdClassName
{
border-color: #E20C10;
}
.TagClassName
{
border-color: #E20C10;
}
</style>