Shades of Venetian Red #E2000B
Tints of Venetian Red #E2000B
RGB
CMYK
RGB Variations
Color information
#E2000B (or 0xE2000B) is known color: Venetian Red. HEX triplet: E2, 00 and 0B. RGB value is (226,0,11). Sum of RGB (Red+Green+Blue) = 226+0+11=237 (31% of max value = 765). Red value is 226 (88.67% from 255 or 95.36% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 226 - color contains mainly: red. Hex color #E2000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2000B is #1DFFF4. Grayscale: #454545. Windows color (decimal): -1966069 or 721122. OLE color: 721122.
HSL color Cylindrical-coordinate representation of color #E2000B: hue angle of 357.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.11 |
| HSL | 357.08º | 1% | 0.44% | - |
| HSV(B) | 357.08º | 1% | 0.89% | - |
| XYZ | 31.42 | 16.19 | 1.79 | - |
| YUV | 68.83 | 95.37 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 11 | 0 | 1 | 0.95 | 0.11 | 357.08 | 1 | 0.44 |
| Hex | E2 | 0 | B | 0 | 64 | 5F | B | 165 | 64 | 2C |
| Octal | 342 | 0 | 13 | 0 | 144 | 137 | 13 | 545 | 144 | 54 |
| Binary | 11100010 | 0 | 1011 | 0 | 1100100 | 1011111 | 1011 | 101100101 | 1100100 | 101100 |
Color Harmonies of #E2000B
Complementary color
Monochromatic Colors of #E2000B
Black with #E2000B
Text Example
Text Example
White with #E2000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2000B; }
p { color: rgb(226,0,11); }
H1.HeaderClassName
{
color: #E2000B;
}
.AnyTagClassName
{
color: #E2000B;
}
</style>
background-color css
<style>
a { background-color: #E2000B; }
a { background-color: rgb(226,0,11); }
div.DivClassName
{
background-color: #E2000B;
}
.BgClassName
{
background-color: #E2000B;
}
</style>
border-color css
<style>
span { border-color: #E2000B; }
span { border-color: rgb(226,0,11); }
td.TdClassName
{
border-color: #E2000B;
}
.TagClassName
{
border-color: #E2000B;
}
</style>