Shades of Venetian Red #E2080E
Tints of Venetian Red #E2080E
RGB
CMYK
RGB Variations
Color information
#E2080E (or 0xE2080E) is known color: Venetian Red. HEX triplet: E2, 08 and 0E. RGB value is (226,8,14). Sum of RGB (Red+Green+Blue) = 226+8+14=248 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.13% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 226 - color contains mainly: red. Hex color #E2080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2080E is #1DF7F1. Grayscale: #4A4A4A. Windows color (decimal): -1964018 or 919778. OLE color: 919778.
HSL color Cylindrical-coordinate representation of color #E2080E: hue angle of 358.35º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2080E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.11 |
| HSL | 358.35º | 0.93% | 0.46% | - |
| HSV(B) | 358.35º | 0.96% | 0.89% | - |
| XYZ | 31.53 | 16.37 | 1.91 | - |
| YUV | 73.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 14 | 0 | 0.96 | 0.94 | 0.11 | 358.35 | 0.93 | 0.46 |
| Hex | E2 | 8 | E | 0 | 60 | 5E | B | 166 | 5D | 2E |
| Octal | 342 | 10 | 16 | 0 | 140 | 136 | 13 | 546 | 135 | 56 |
| Binary | 11100010 | 1000 | 1110 | 0 | 1100000 | 1011110 | 1011 | 101100110 | 1011101 | 101110 |
Color Harmonies of #E2080E
Complementary color
Monochromatic Colors of #E2080E
Black with #E2080E
Text Example
Text Example
White with #E2080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2080E; }
p { color: rgb(226,8,14); }
H1.HeaderClassName
{
color: #E2080E;
}
.AnyTagClassName
{
color: #E2080E;
}
</style>
background-color css
<style>
a { background-color: #E2080E; }
a { background-color: rgb(226,8,14); }
div.DivClassName
{
background-color: #E2080E;
}
.BgClassName
{
background-color: #E2080E;
}
</style>
border-color css
<style>
span { border-color: #E2080E; }
span { border-color: rgb(226,8,14); }
td.TdClassName
{
border-color: #E2080E;
}
.TagClassName
{
border-color: #E2080E;
}
</style>