Shades of Venetian Red #E2080C
Tints of Venetian Red #E2080C
RGB
CMYK
RGB Variations
Color information
#E2080C (or 0xE2080C) is known color: Venetian Red. HEX triplet: E2, 08 and 0C. RGB value is (226,8,12). Sum of RGB (Red+Green+Blue) = 226+8+12=246 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.87% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 226 - color contains mainly: red. Hex color #E2080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2080C is #1DF7F3. Grayscale: #494949. Windows color (decimal): -1964020 or 788706. OLE color: 788706.
HSL color Cylindrical-coordinate representation of color #E2080C: hue angle of 358.9º 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 #E2080C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.11 |
| HSL | 358.9º | 0.93% | 0.46% | - |
| HSV(B) | 358.9º | 0.96% | 0.89% | - |
| XYZ | 31.52 | 16.37 | 1.85 | - |
| YUV | 73.64 | 93.22 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 12 | 0 | 0.96 | 0.95 | 0.11 | 358.9 | 0.93 | 0.46 |
| Hex | E2 | 8 | C | 0 | 60 | 5F | B | 167 | 5D | 2E |
| Octal | 342 | 10 | 14 | 0 | 140 | 137 | 13 | 547 | 135 | 56 |
| Binary | 11100010 | 1000 | 1100 | 0 | 1100000 | 1011111 | 1011 | 101100111 | 1011101 | 101110 |
Color Harmonies of #E2080C
Complementary color
Monochromatic Colors of #E2080C
Black with #E2080C
Text Example
Text Example
White with #E2080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2080C; }
p { color: rgb(226,8,12); }
H1.HeaderClassName
{
color: #E2080C;
}
.AnyTagClassName
{
color: #E2080C;
}
</style>
background-color css
<style>
a { background-color: #E2080C; }
a { background-color: rgb(226,8,12); }
div.DivClassName
{
background-color: #E2080C;
}
.BgClassName
{
background-color: #E2080C;
}
</style>
border-color css
<style>
span { border-color: #E2080C; }
span { border-color: rgb(226,8,12); }
td.TdClassName
{
border-color: #E2080C;
}
.TagClassName
{
border-color: #E2080C;
}
</style>