Shades of Venetian Red #E8090F
Tints of Venetian Red #E8090F
RGB
CMYK
RGB Variations
Color information
#E8090F (or 0xE8090F) is known color: Venetian Red. HEX triplet: E8, 09 and 0F. RGB value is (232,9,15). Sum of RGB (Red+Green+Blue) = 232+9+15=256 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.62% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 232 - color contains mainly: red. Hex color #E8090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8090F is #17F6F0. Grayscale: #4C4C4C. Windows color (decimal): -1570545 or 985576. OLE color: 985576.
HSL color Cylindrical-coordinate representation of color #E8090F: hue angle of 358.39º 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 #E8090F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.09 |
| HSL | 358.39º | 0.93% | 0.47% | - |
| HSV(B) | 358.39º | 0.96% | 0.91% | - |
| XYZ | 33.46 | 17.39 | 2.04 | - |
| YUV | 76.36 | 93.38 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 15 | 0 | 0.96 | 0.94 | 0.09 | 358.39 | 0.93 | 0.47 |
| Hex | E8 | 9 | F | 0 | 60 | 5E | 9 | 166 | 5D | 2F |
| Octal | 350 | 11 | 17 | 0 | 140 | 136 | 11 | 546 | 135 | 57 |
| Binary | 11101000 | 1001 | 1111 | 0 | 1100000 | 1011110 | 1001 | 101100110 | 1011101 | 101111 |
Color Harmonies of #E8090F
Complementary color
Monochromatic Colors of #E8090F
Black with #E8090F
Text Example
Text Example
White with #E8090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8090F; }
p { color: rgb(232,9,15); }
H1.HeaderClassName
{
color: #E8090F;
}
.AnyTagClassName
{
color: #E8090F;
}
</style>
background-color css
<style>
a { background-color: #E8090F; }
a { background-color: rgb(232,9,15); }
div.DivClassName
{
background-color: #E8090F;
}
.BgClassName
{
background-color: #E8090F;
}
</style>
border-color css
<style>
span { border-color: #E8090F; }
span { border-color: rgb(232,9,15); }
td.TdClassName
{
border-color: #E8090F;
}
.TagClassName
{
border-color: #E8090F;
}
</style>