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