Shades of Venetian Red #E20D0E
Tints of Venetian Red #E20D0E
RGB
CMYK
RGB Variations
Color information
#E20D0E (or 0xE20D0E) is known color: Venetian Red. HEX triplet: E2, 0D and 0E. RGB value is (226,13,14). Sum of RGB (Red+Green+Blue) = 226+13+14=253 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.33% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20D0E is #1DF2F1. Grayscale: #4D4D4D. Windows color (decimal): -1962738 or 921058. OLE color: 921058.
HSL color Cylindrical-coordinate representation of color #E20D0E: hue angle of 359.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20D0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.11 |
| HSL | 359.72º | 0.89% | 0.47% | - |
| HSV(B) | 359.72º | 0.94% | 0.89% | - |
| XYZ | 31.59 | 16.49 | 1.93 | - |
| YUV | 76.8 | 92.57 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 14 | 0 | 0.94 | 0.94 | 0.11 | 359.72 | 0.89 | 0.47 |
| Hex | E2 | D | E | 0 | 5E | 5E | B | 168 | 59 | 2F |
| Octal | 342 | 15 | 16 | 0 | 136 | 136 | 13 | 550 | 131 | 57 |
| Binary | 11100010 | 1101 | 1110 | 0 | 1011110 | 1011110 | 1011 | 101101000 | 1011001 | 101111 |
Color Harmonies of #E20D0E
Complementary color
Monochromatic Colors of #E20D0E
Black with #E20D0E
Text Example
Text Example
White with #E20D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20D0E; }
p { color: rgb(226,13,14); }
H1.HeaderClassName
{
color: #E20D0E;
}
.AnyTagClassName
{
color: #E20D0E;
}
</style>
background-color css
<style>
a { background-color: #E20D0E; }
a { background-color: rgb(226,13,14); }
div.DivClassName
{
background-color: #E20D0E;
}
.BgClassName
{
background-color: #E20D0E;
}
</style>
border-color css
<style>
span { border-color: #E20D0E; }
span { border-color: rgb(226,13,14); }
td.TdClassName
{
border-color: #E20D0E;
}
.TagClassName
{
border-color: #E20D0E;
}
</style>