Shades of Venetian Red #E90416
Tints of Venetian Red #E90416
RGB
CMYK
RGB Variations
Color information
#E90416 (or 0xE90416) is known color: Venetian Red. HEX triplet: E9, 04 and 16. RGB value is (233,4,22). Sum of RGB (Red+Green+Blue) = 233+4+22=259 (34% of max value = 765). Red value is 233 (91.41% from 255 or 89.96% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 233 - color contains mainly: red. Hex color #E90416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90416 is #16FBE9. Grayscale: #4A4A4A. Windows color (decimal): -1506282 or 1443049. OLE color: 1443049.
HSL color Cylindrical-coordinate representation of color #E90416: hue angle of 355.28º 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 #E90416 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.09 |
| HSL | 355.28º | 0.97% | 0.46% | - |
| HSV(B) | 355.28º | 0.98% | 0.91% | - |
| XYZ | 33.79 | 17.47 | 2.35 | - |
| YUV | 74.52 | 98.37 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 22 | 0 | 0.98 | 0.91 | 0.09 | 355.28 | 0.97 | 0.46 |
| Hex | E9 | 4 | 16 | 0 | 62 | 5B | 9 | 163 | 61 | 2E |
| Octal | 351 | 4 | 26 | 0 | 142 | 133 | 11 | 543 | 141 | 56 |
| Binary | 11101001 | 100 | 10110 | 0 | 1100010 | 1011011 | 1001 | 101100011 | 1100001 | 101110 |
Color Harmonies of #E90416
Complementary color
Monochromatic Colors of #E90416
Black with #E90416
Text Example
Text Example
White with #E90416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90416; }
p { color: rgb(233,4,22); }
H1.HeaderClassName
{
color: #E90416;
}
.AnyTagClassName
{
color: #E90416;
}
</style>
background-color css
<style>
a { background-color: #E90416; }
a { background-color: rgb(233,4,22); }
div.DivClassName
{
background-color: #E90416;
}
.BgClassName
{
background-color: #E90416;
}
</style>
border-color css
<style>
span { border-color: #E90416; }
span { border-color: rgb(233,4,22); }
td.TdClassName
{
border-color: #E90416;
}
.TagClassName
{
border-color: #E90416;
}
</style>