Shades of Venetian Red #E20610
Tints of Venetian Red #E20610
RGB
CMYK
RGB Variations
Color information
#E20610 (or 0xE20610) is known color: Venetian Red. HEX triplet: E2, 06 and 10. RGB value is (226,6,16). Sum of RGB (Red+Green+Blue) = 226+6+16=248 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.13% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 226 - color contains mainly: red. Hex color #E20610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20610 is #1DF9EF. Grayscale: #494949. Windows color (decimal): -1964528 or 1050338. OLE color: 1050338.
HSL color Cylindrical-coordinate representation of color #E20610: hue angle of 357.27º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.11 |
| HSL | 357.27º | 0.95% | 0.45% | - |
| HSV(B) | 357.27º | 0.97% | 0.89% | - |
| XYZ | 31.52 | 16.34 | 1.98 | - |
| YUV | 72.92 | 95.89 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 16 | 0 | 0.97 | 0.93 | 0.11 | 357.27 | 0.95 | 0.45 |
| Hex | E2 | 6 | 10 | 0 | 61 | 5D | B | 165 | 5F | 2D |
| Octal | 342 | 6 | 20 | 0 | 141 | 135 | 13 | 545 | 137 | 55 |
| Binary | 11100010 | 110 | 10000 | 0 | 1100001 | 1011101 | 1011 | 101100101 | 1011111 | 101101 |
Color Harmonies of #E20610
Complementary color
Monochromatic Colors of #E20610
Black with #E20610
Text Example
Text Example
White with #E20610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20610; }
p { color: rgb(226,6,16); }
H1.HeaderClassName
{
color: #E20610;
}
.AnyTagClassName
{
color: #E20610;
}
</style>
background-color css
<style>
a { background-color: #E20610; }
a { background-color: rgb(226,6,16); }
div.DivClassName
{
background-color: #E20610;
}
.BgClassName
{
background-color: #E20610;
}
</style>
border-color css
<style>
span { border-color: #E20610; }
span { border-color: rgb(226,6,16); }
td.TdClassName
{
border-color: #E20610;
}
.TagClassName
{
border-color: #E20610;
}
</style>