Shades of Venetian Red #E50713
Tints of Venetian Red #E50713
RGB
CMYK
RGB Variations
Color information
#E50713 (or 0xE50713) is known color: Venetian Red. HEX triplet: E5, 07 and 13. RGB value is (229,7,19). Sum of RGB (Red+Green+Blue) = 229+7+19=255 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.80% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 229 - color contains mainly: red. Hex color #E50713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50713 is #1AF8EC. Grayscale: #4A4A4A. Windows color (decimal): -1767661 or 1247205. OLE color: 1247205.
HSL color Cylindrical-coordinate representation of color #E50713: hue angle of 356.76º degrees, saturation: 0.94, 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 #E50713 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.10 |
| HSL | 356.76º | 0.94% | 0.46% | - |
| HSV(B) | 356.76º | 0.97% | 0.9% | - |
| XYZ | 32.51 | 16.86 | 2.16 | - |
| YUV | 74.75 | 96.55 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 19 | 0 | 0.97 | 0.92 | 0.10 | 356.76 | 0.94 | 0.46 |
| Hex | E5 | 7 | 13 | 0 | 61 | 5C | A | 165 | 5E | 2E |
| Octal | 345 | 7 | 23 | 0 | 141 | 134 | 12 | 545 | 136 | 56 |
| Binary | 11100101 | 111 | 10011 | 0 | 1100001 | 1011100 | 1010 | 101100101 | 1011110 | 101110 |
Color Harmonies of #E50713
Complementary color
Monochromatic Colors of #E50713
Black with #E50713
Text Example
Text Example
White with #E50713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50713; }
p { color: rgb(229,7,19); }
H1.HeaderClassName
{
color: #E50713;
}
.AnyTagClassName
{
color: #E50713;
}
</style>
background-color css
<style>
a { background-color: #E50713; }
a { background-color: rgb(229,7,19); }
div.DivClassName
{
background-color: #E50713;
}
.BgClassName
{
background-color: #E50713;
}
</style>
border-color css
<style>
span { border-color: #E50713; }
span { border-color: rgb(229,7,19); }
td.TdClassName
{
border-color: #E50713;
}
.TagClassName
{
border-color: #E50713;
}
</style>