Shades of Venetian Red #E90009
Tints of Venetian Red #E90009
RGB
CMYK
RGB Variations
Color information
#E90009 (or 0xE90009) is known color: Venetian Red. HEX triplet: E9, 00 and 09. RGB value is (233,0,9). Sum of RGB (Red+Green+Blue) = 233+0+9=242 (32% of max value = 765). Red value is 233 (91.41% from 255 or 96.28% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 233 - color contains mainly: red. Hex color #E90009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90009 is #16FFF6. Grayscale: #464646. Windows color (decimal): -1507319 or 590057. OLE color: 590057.
HSL color Cylindrical-coordinate representation of color #E90009: hue angle of 357.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.09 |
| HSL | 357.68º | 1% | 0.46% | - |
| HSV(B) | 357.68º | 1% | 0.91% | - |
| XYZ | 33.65 | 17.34 | 1.83 | - |
| YUV | 70.69 | 93.19 | 243.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 9 | 0 | 1 | 0.96 | 0.09 | 357.68 | 1 | 0.46 |
| Hex | E9 | 0 | 9 | 0 | 64 | 60 | 9 | 166 | 64 | 2E |
| Octal | 351 | 0 | 11 | 0 | 144 | 140 | 11 | 546 | 144 | 56 |
| Binary | 11101001 | 0 | 1001 | 0 | 1100100 | 1100000 | 1001 | 101100110 | 1100100 | 101110 |
Color Harmonies of #E90009
Complementary color
Monochromatic Colors of #E90009
Black with #E90009
Text Example
Text Example
White with #E90009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90009; }
p { color: rgb(233,0,9); }
H1.HeaderClassName
{
color: #E90009;
}
.AnyTagClassName
{
color: #E90009;
}
</style>
background-color css
<style>
a { background-color: #E90009; }
a { background-color: rgb(233,0,9); }
div.DivClassName
{
background-color: #E90009;
}
.BgClassName
{
background-color: #E90009;
}
</style>
border-color css
<style>
span { border-color: #E90009; }
span { border-color: rgb(233,0,9); }
td.TdClassName
{
border-color: #E90009;
}
.TagClassName
{
border-color: #E90009;
}
</style>