Shades of Venetian Red #E50610
Tints of Venetian Red #E50610
RGB
CMYK
RGB Variations
Color information
#E50610 (or 0xE50610) is known color: Venetian Red. HEX triplet: E5, 06 and 10. RGB value is (229,6,16). Sum of RGB (Red+Green+Blue) = 229+6+16=251 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.24% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 229 - color contains mainly: red. Hex color #E50610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50610 is #1AF9EF. Grayscale: #4A4A4A. Windows color (decimal): -1767920 or 1050341. OLE color: 1050341.
HSL color Cylindrical-coordinate representation of color #E50610: hue angle of 357.31º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.10 |
| HSL | 357.31º | 0.95% | 0.46% | - |
| HSV(B) | 357.31º | 0.97% | 0.9% | - |
| XYZ | 32.47 | 16.83 | 2.03 | - |
| YUV | 73.82 | 95.38 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 16 | 0 | 0.97 | 0.93 | 0.10 | 357.31 | 0.95 | 0.46 |
| Hex | E5 | 6 | 10 | 0 | 61 | 5D | A | 165 | 5F | 2E |
| Octal | 345 | 6 | 20 | 0 | 141 | 135 | 12 | 545 | 137 | 56 |
| Binary | 11100101 | 110 | 10000 | 0 | 1100001 | 1011101 | 1010 | 101100101 | 1011111 | 101110 |
Color Harmonies of #E50610
Complementary color
Monochromatic Colors of #E50610
Black with #E50610
Text Example
Text Example
White with #E50610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50610; }
p { color: rgb(229,6,16); }
H1.HeaderClassName
{
color: #E50610;
}
.AnyTagClassName
{
color: #E50610;
}
</style>
background-color css
<style>
a { background-color: #E50610; }
a { background-color: rgb(229,6,16); }
div.DivClassName
{
background-color: #E50610;
}
.BgClassName
{
background-color: #E50610;
}
</style>
border-color css
<style>
span { border-color: #E50610; }
span { border-color: rgb(229,6,16); }
td.TdClassName
{
border-color: #E50610;
}
.TagClassName
{
border-color: #E50610;
}
</style>