Shades of Venetian Red #E90409
Tints of Venetian Red #E90409
RGB
CMYK
RGB Variations
Color information
#E90409 (or 0xE90409) is known color: Venetian Red. HEX triplet: E9, 04 and 09. RGB value is (233,4,9). Sum of RGB (Red+Green+Blue) = 233+4+9=246 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.72% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 233 - color contains mainly: red. Hex color #E90409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90409 is #16FBF6. Grayscale: #494949. Windows color (decimal): -1506295 or 591081. OLE color: 591081.
HSL color Cylindrical-coordinate representation of color #E90409: hue angle of 358.69º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.09 |
| HSL | 358.69º | 0.97% | 0.46% | - |
| HSV(B) | 358.69º | 0.98% | 0.91% | - |
| XYZ | 33.7 | 17.43 | 1.85 | - |
| YUV | 73.04 | 91.87 | 242.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 9 | 0 | 0.98 | 0.96 | 0.09 | 358.69 | 0.97 | 0.46 |
| Hex | E9 | 4 | 9 | 0 | 62 | 60 | 9 | 167 | 61 | 2E |
| Octal | 351 | 4 | 11 | 0 | 142 | 140 | 11 | 547 | 141 | 56 |
| Binary | 11101001 | 100 | 1001 | 0 | 1100010 | 1100000 | 1001 | 101100111 | 1100001 | 101110 |
Color Harmonies of #E90409
Complementary color
Monochromatic Colors of #E90409
Black with #E90409
Text Example
Text Example
White with #E90409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90409; }
p { color: rgb(233,4,9); }
H1.HeaderClassName
{
color: #E90409;
}
.AnyTagClassName
{
color: #E90409;
}
</style>
background-color css
<style>
a { background-color: #E90409; }
a { background-color: rgb(233,4,9); }
div.DivClassName
{
background-color: #E90409;
}
.BgClassName
{
background-color: #E90409;
}
</style>
border-color css
<style>
span { border-color: #E90409; }
span { border-color: rgb(233,4,9); }
td.TdClassName
{
border-color: #E90409;
}
.TagClassName
{
border-color: #E90409;
}
</style>