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