Shades of Venetian Red #E50013
Tints of Venetian Red #E50013
RGB
CMYK
RGB Variations
Color information
#E50013 (or 0xE50013) is known color: Venetian Red. HEX triplet: E5, 00 and 13. RGB value is (229,0,19). Sum of RGB (Red+Green+Blue) = 229+0+19=248 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.34% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 229 - color contains mainly: red. Hex color #E50013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50013 is #1AFFEC. Grayscale: #464646. Windows color (decimal): -1769453 or 1245413. OLE color: 1245413.
HSL color Cylindrical-coordinate representation of color #E50013: hue angle of 355.02º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50013 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.92 | 0.10 |
| HSL | 355.02º | 1% | 0.45% | - |
| HSV(B) | 355.02º | 1% | 0.9% | - |
| XYZ | 32.43 | 16.71 | 2.13 | - |
| YUV | 70.64 | 98.87 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 19 | 0 | 1 | 0.92 | 0.10 | 355.02 | 1 | 0.45 |
| Hex | E5 | 0 | 13 | 0 | 64 | 5C | A | 163 | 64 | 2D |
| Octal | 345 | 0 | 23 | 0 | 144 | 134 | 12 | 543 | 144 | 55 |
| Binary | 11100101 | 0 | 10011 | 0 | 1100100 | 1011100 | 1010 | 101100011 | 1100100 | 101101 |
Color Harmonies of #E50013
Complementary color
Monochromatic Colors of #E50013
Black with #E50013
Text Example
Text Example
White with #E50013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50013; }
p { color: rgb(229,0,19); }
H1.HeaderClassName
{
color: #E50013;
}
.AnyTagClassName
{
color: #E50013;
}
</style>
background-color css
<style>
a { background-color: #E50013; }
a { background-color: rgb(229,0,19); }
div.DivClassName
{
background-color: #E50013;
}
.BgClassName
{
background-color: #E50013;
}
</style>
border-color css
<style>
span { border-color: #E50013; }
span { border-color: rgb(229,0,19); }
td.TdClassName
{
border-color: #E50013;
}
.TagClassName
{
border-color: #E50013;
}
</style>