Shades of Venetian Red #E2080D
Tints of Venetian Red #E2080D
RGB
CMYK
RGB Variations
Color information
#E2080D (or 0xE2080D) is known color: Venetian Red. HEX triplet: E2, 08 and 0D. RGB value is (226,8,13). Sum of RGB (Red+Green+Blue) = 226+8+13=247 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.50% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 226 - color contains mainly: red. Hex color #E2080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2080D is #1DF7F2. Grayscale: #494949. Windows color (decimal): -1964019 or 854242. OLE color: 854242.
HSL color Cylindrical-coordinate representation of color #E2080D: hue angle of 358.62º 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 #E2080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.11 |
| HSL | 358.62º | 0.93% | 0.46% | - |
| HSV(B) | 358.62º | 0.96% | 0.89% | - |
| XYZ | 31.52 | 16.37 | 1.88 | - |
| YUV | 73.75 | 93.72 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 13 | 0 | 0.96 | 0.94 | 0.11 | 358.62 | 0.93 | 0.46 |
| Hex | E2 | 8 | D | 0 | 60 | 5E | B | 167 | 5D | 2E |
| Octal | 342 | 10 | 15 | 0 | 140 | 136 | 13 | 547 | 135 | 56 |
| Binary | 11100010 | 1000 | 1101 | 0 | 1100000 | 1011110 | 1011 | 101100111 | 1011101 | 101110 |
Color Harmonies of #E2080D
Complementary color
Monochromatic Colors of #E2080D
Black with #E2080D
Text Example
Text Example
White with #E2080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2080D; }
p { color: rgb(226,8,13); }
H1.HeaderClassName
{
color: #E2080D;
}
.AnyTagClassName
{
color: #E2080D;
}
</style>
background-color css
<style>
a { background-color: #E2080D; }
a { background-color: rgb(226,8,13); }
div.DivClassName
{
background-color: #E2080D;
}
.BgClassName
{
background-color: #E2080D;
}
</style>
border-color css
<style>
span { border-color: #E2080D; }
span { border-color: rgb(226,8,13); }
td.TdClassName
{
border-color: #E2080D;
}
.TagClassName
{
border-color: #E2080D;
}
</style>