Shades of Venetian Red #E50910
Tints of Venetian Red #E50910
RGB
CMYK
RGB Variations
Color information
#E50910 (or 0xE50910) is known color: Venetian Red. HEX triplet: E5, 09 and 10. RGB value is (229,9,16). Sum of RGB (Red+Green+Blue) = 229+9+16=254 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.16% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 229 - color contains mainly: red. Hex color #E50910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50910 is #1AF6EF. Grayscale: #4B4B4B. Windows color (decimal): -1767152 or 1051109. OLE color: 1051109.
HSL color Cylindrical-coordinate representation of color #E50910: hue angle of 358.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.10 |
| HSL | 358.09º | 0.92% | 0.47% | - |
| HSV(B) | 358.09º | 0.96% | 0.9% | - |
| XYZ | 32.5 | 16.89 | 2.04 | - |
| YUV | 75.58 | 94.39 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 16 | 0 | 0.96 | 0.93 | 0.10 | 358.09 | 0.92 | 0.47 |
| Hex | E5 | 9 | 10 | 0 | 60 | 5D | A | 166 | 5C | 2F |
| Octal | 345 | 11 | 20 | 0 | 140 | 135 | 12 | 546 | 134 | 57 |
| Binary | 11100101 | 1001 | 10000 | 0 | 1100000 | 1011101 | 1010 | 101100110 | 1011100 | 101111 |
Color Harmonies of #E50910
Complementary color
Monochromatic Colors of #E50910
Black with #E50910
Text Example
Text Example
White with #E50910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50910; }
p { color: rgb(229,9,16); }
H1.HeaderClassName
{
color: #E50910;
}
.AnyTagClassName
{
color: #E50910;
}
</style>
background-color css
<style>
a { background-color: #E50910; }
a { background-color: rgb(229,9,16); }
div.DivClassName
{
background-color: #E50910;
}
.BgClassName
{
background-color: #E50910;
}
</style>
border-color css
<style>
span { border-color: #E50910; }
span { border-color: rgb(229,9,16); }
td.TdClassName
{
border-color: #E50910;
}
.TagClassName
{
border-color: #E50910;
}
</style>