Shades of Venetian Red #E9080F
Tints of Venetian Red #E9080F
RGB
CMYK
RGB Variations
Color information
#E9080F (or 0xE9080F) is known color: Venetian Red. HEX triplet: E9, 08 and 0F. RGB value is (233,8,15). Sum of RGB (Red+Green+Blue) = 233+8+15=256 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.02% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 233 - color contains mainly: red. Hex color #E9080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9080F is #16F7F0. Grayscale: #4C4C4C. Windows color (decimal): -1505265 or 985321. OLE color: 985321.
HSL color Cylindrical-coordinate representation of color #E9080F: hue angle of 358.13º 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 #E9080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.09 |
| HSL | 358.13º | 0.93% | 0.47% | - |
| HSV(B) | 358.13º | 0.97% | 0.91% | - |
| XYZ | 33.78 | 17.53 | 2.06 | - |
| YUV | 76.07 | 93.54 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 15 | 0 | 0.97 | 0.94 | 0.09 | 358.13 | 0.93 | 0.47 |
| Hex | E9 | 8 | F | 0 | 61 | 5E | 9 | 166 | 5D | 2F |
| Octal | 351 | 10 | 17 | 0 | 141 | 136 | 11 | 546 | 135 | 57 |
| Binary | 11101001 | 1000 | 1111 | 0 | 1100001 | 1011110 | 1001 | 101100110 | 1011101 | 101111 |
Color Harmonies of #E9080F
Complementary color
Monochromatic Colors of #E9080F
Black with #E9080F
Text Example
Text Example
White with #E9080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9080F; }
p { color: rgb(233,8,15); }
H1.HeaderClassName
{
color: #E9080F;
}
.AnyTagClassName
{
color: #E9080F;
}
</style>
background-color css
<style>
a { background-color: #E9080F; }
a { background-color: rgb(233,8,15); }
div.DivClassName
{
background-color: #E9080F;
}
.BgClassName
{
background-color: #E9080F;
}
</style>
border-color css
<style>
span { border-color: #E9080F; }
span { border-color: rgb(233,8,15); }
td.TdClassName
{
border-color: #E9080F;
}
.TagClassName
{
border-color: #E9080F;
}
</style>