Shades of Venetian Red #E9000B
Tints of Venetian Red #E9000B
RGB
CMYK
RGB Variations
Color information
#E9000B (or 0xE9000B) is known color: Venetian Red. HEX triplet: E9, 00 and 0B. RGB value is (233,0,11). Sum of RGB (Red+Green+Blue) = 233+0+11=244 (32% of max value = 765). Red value is 233 (91.41% from 255 or 95.49% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 233 - color contains mainly: red. Hex color #E9000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9000B is #16FFF4. Grayscale: #474747. Windows color (decimal): -1507317 or 721129. OLE color: 721129.
HSL color Cylindrical-coordinate representation of color #E9000B: hue angle of 357.17º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.09 |
| HSL | 357.17º | 1% | 0.46% | - |
| HSV(B) | 357.17º | 1% | 0.91% | - |
| XYZ | 33.66 | 17.35 | 1.89 | - |
| YUV | 70.92 | 94.19 | 243.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 11 | 0 | 1 | 0.95 | 0.09 | 357.17 | 1 | 0.46 |
| Hex | E9 | 0 | B | 0 | 64 | 5F | 9 | 165 | 64 | 2E |
| Octal | 351 | 0 | 13 | 0 | 144 | 137 | 11 | 545 | 144 | 56 |
| Binary | 11101001 | 0 | 1011 | 0 | 1100100 | 1011111 | 1001 | 101100101 | 1100100 | 101110 |
Color Harmonies of #E9000B
Complementary color
Monochromatic Colors of #E9000B
Black with #E9000B
Text Example
Text Example
White with #E9000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9000B; }
p { color: rgb(233,0,11); }
H1.HeaderClassName
{
color: #E9000B;
}
.AnyTagClassName
{
color: #E9000B;
}
</style>
background-color css
<style>
a { background-color: #E9000B; }
a { background-color: rgb(233,0,11); }
div.DivClassName
{
background-color: #E9000B;
}
.BgClassName
{
background-color: #E9000B;
}
</style>
border-color css
<style>
span { border-color: #E9000B; }
span { border-color: rgb(233,0,11); }
td.TdClassName
{
border-color: #E9000B;
}
.TagClassName
{
border-color: #E9000B;
}
</style>