Shades of Venetian Red #E9080B
Tints of Venetian Red #E9080B
RGB
CMYK
RGB Variations
Color information
#E9080B (or 0xE9080B) is known color: Venetian Red. HEX triplet: E9, 08 and 0B. RGB value is (233,8,11). Sum of RGB (Red+Green+Blue) = 233+8+11=252 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.46% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 233 - color contains mainly: red. Hex color #E9080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9080B is #16F7F4. Grayscale: #4B4B4B. Windows color (decimal): -1505269 or 723177. OLE color: 723177.
HSL color Cylindrical-coordinate representation of color #E9080B: hue angle of 359.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9080B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.09 |
| HSL | 359.2º | 0.93% | 0.47% | - |
| HSV(B) | 359.2º | 0.97% | 0.91% | - |
| XYZ | 33.75 | 17.52 | 1.92 | - |
| YUV | 75.62 | 91.54 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 11 | 0 | 0.97 | 0.95 | 0.09 | 359.2 | 0.93 | 0.47 |
| Hex | E9 | 8 | B | 0 | 61 | 5F | 9 | 167 | 5D | 2F |
| Octal | 351 | 10 | 13 | 0 | 141 | 137 | 11 | 547 | 135 | 57 |
| Binary | 11101001 | 1000 | 1011 | 0 | 1100001 | 1011111 | 1001 | 101100111 | 1011101 | 101111 |
Color Harmonies of #E9080B
Complementary color
Monochromatic Colors of #E9080B
Black with #E9080B
Text Example
Text Example
White with #E9080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9080B; }
p { color: rgb(233,8,11); }
H1.HeaderClassName
{
color: #E9080B;
}
.AnyTagClassName
{
color: #E9080B;
}
</style>
background-color css
<style>
a { background-color: #E9080B; }
a { background-color: rgb(233,8,11); }
div.DivClassName
{
background-color: #E9080B;
}
.BgClassName
{
background-color: #E9080B;
}
</style>
border-color css
<style>
span { border-color: #E9080B; }
span { border-color: rgb(233,8,11); }
td.TdClassName
{
border-color: #E9080B;
}
.TagClassName
{
border-color: #E9080B;
}
</style>