Shades of Venetian Red #E8090B
Tints of Venetian Red #E8090B
RGB
CMYK
RGB Variations
Color information
#E8090B (or 0xE8090B) is known color: Venetian Red. HEX triplet: E8, 09 and 0B. RGB value is (232,9,11). Sum of RGB (Red+Green+Blue) = 232+9+11=252 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.06% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 232 - color contains mainly: red. Hex color #E8090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8090B is #17F6F4. Grayscale: #4C4C4C. Windows color (decimal): -1570549 or 723432. OLE color: 723432.
HSL color Cylindrical-coordinate representation of color #E8090B: hue angle of 359.46º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.09 |
| HSL | 359.46º | 0.93% | 0.47% | - |
| HSV(B) | 359.46º | 0.96% | 0.91% | - |
| XYZ | 33.44 | 17.38 | 1.91 | - |
| YUV | 75.91 | 91.38 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 11 | 0 | 0.96 | 0.95 | 0.09 | 359.46 | 0.93 | 0.47 |
| Hex | E8 | 9 | B | 0 | 60 | 5F | 9 | 167 | 5D | 2F |
| Octal | 350 | 11 | 13 | 0 | 140 | 137 | 11 | 547 | 135 | 57 |
| Binary | 11101000 | 1001 | 1011 | 0 | 1100000 | 1011111 | 1001 | 101100111 | 1011101 | 101111 |
Color Harmonies of #E8090B
Complementary color
Monochromatic Colors of #E8090B
Black with #E8090B
Text Example
Text Example
White with #E8090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8090B; }
p { color: rgb(232,9,11); }
H1.HeaderClassName
{
color: #E8090B;
}
.AnyTagClassName
{
color: #E8090B;
}
</style>
background-color css
<style>
a { background-color: #E8090B; }
a { background-color: rgb(232,9,11); }
div.DivClassName
{
background-color: #E8090B;
}
.BgClassName
{
background-color: #E8090B;
}
</style>
border-color css
<style>
span { border-color: #E8090B; }
span { border-color: rgb(232,9,11); }
td.TdClassName
{
border-color: #E8090B;
}
.TagClassName
{
border-color: #E8090B;
}
</style>