Shades of Venetian Red #E90516
Tints of Venetian Red #E90516
RGB
CMYK
RGB Variations
Color information
#E90516 (or 0xE90516) is known color: Venetian Red. HEX triplet: E9, 05 and 16. RGB value is (233,5,22). Sum of RGB (Red+Green+Blue) = 233+5+22=260 (34% of max value = 765). Red value is 233 (91.41% from 255 or 89.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 233 - color contains mainly: red. Hex color #E90516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90516 is #16FAE9. Grayscale: #4B4B4B. Windows color (decimal): -1506026 or 1443305. OLE color: 1443305.
HSL color Cylindrical-coordinate representation of color #E90516: hue angle of 355.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90516 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.09 |
| HSL | 355.53º | 0.96% | 0.47% | - |
| HSV(B) | 355.53º | 0.98% | 0.91% | - |
| XYZ | 33.8 | 17.49 | 2.35 | - |
| YUV | 75.11 | 98.04 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 22 | 0 | 0.98 | 0.91 | 0.09 | 355.53 | 0.96 | 0.47 |
| Hex | E9 | 5 | 16 | 0 | 62 | 5B | 9 | 164 | 60 | 2F |
| Octal | 351 | 5 | 26 | 0 | 142 | 133 | 11 | 544 | 140 | 57 |
| Binary | 11101001 | 101 | 10110 | 0 | 1100010 | 1011011 | 1001 | 101100100 | 1100000 | 101111 |
Color Harmonies of #E90516
Complementary color
Monochromatic Colors of #E90516
Black with #E90516
Text Example
Text Example
White with #E90516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90516; }
p { color: rgb(233,5,22); }
H1.HeaderClassName
{
color: #E90516;
}
.AnyTagClassName
{
color: #E90516;
}
</style>
background-color css
<style>
a { background-color: #E90516; }
a { background-color: rgb(233,5,22); }
div.DivClassName
{
background-color: #E90516;
}
.BgClassName
{
background-color: #E90516;
}
</style>
border-color css
<style>
span { border-color: #E90516; }
span { border-color: rgb(233,5,22); }
td.TdClassName
{
border-color: #E90516;
}
.TagClassName
{
border-color: #E90516;
}
</style>