Shades of Venetian Red #E20113
Tints of Venetian Red #E20113
RGB
CMYK
RGB Variations
Color information
#E20113 (or 0xE20113) is known color: Venetian Red. HEX triplet: E2, 01 and 13. RGB value is (226,1,19). Sum of RGB (Red+Green+Blue) = 226+1+19=246 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.87% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 226 - color contains mainly: red. Hex color #E20113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20113 is #1DFEEC. Grayscale: #464646. Windows color (decimal): -1965805 or 1245666. OLE color: 1245666.
HSL color Cylindrical-coordinate representation of color #E20113: hue angle of 355.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20113 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.11 |
| HSL | 355.2º | 0.99% | 0.45% | - |
| HSV(B) | 355.2º | 1% | 0.89% | - |
| XYZ | 31.49 | 16.24 | 2.09 | - |
| YUV | 70.33 | 99.04 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 19 | 0 | 1.00 | 0.92 | 0.11 | 355.2 | 0.99 | 0.45 |
| Hex | E2 | 1 | 13 | 0 | 64 | 5C | B | 163 | 63 | 2D |
| Octal | 342 | 1 | 23 | 0 | 144 | 134 | 13 | 543 | 143 | 55 |
| Binary | 11100010 | 1 | 10011 | 0 | 1100100 | 1011100 | 1011 | 101100011 | 1100011 | 101101 |
Color Harmonies of #E20113
Complementary color
Monochromatic Colors of #E20113
Black with #E20113
Text Example
Text Example
White with #E20113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20113; }
p { color: rgb(226,1,19); }
H1.HeaderClassName
{
color: #E20113;
}
.AnyTagClassName
{
color: #E20113;
}
</style>
background-color css
<style>
a { background-color: #E20113; }
a { background-color: rgb(226,1,19); }
div.DivClassName
{
background-color: #E20113;
}
.BgClassName
{
background-color: #E20113;
}
</style>
border-color css
<style>
span { border-color: #E20113; }
span { border-color: rgb(226,1,19); }
td.TdClassName
{
border-color: #E20113;
}
.TagClassName
{
border-color: #E20113;
}
</style>