Shades of Venetian Red #E50515
Tints of Venetian Red #E50515
RGB
CMYK
RGB Variations
Color information
#E50515 (or 0xE50515) is known color: Venetian Red. HEX triplet: E5, 05 and 15. RGB value is (229,5,21). Sum of RGB (Red+Green+Blue) = 229+5+21=255 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.80% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 229 - color contains mainly: red. Hex color #E50515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50515 is #1AFAEA. Grayscale: #494949. Windows color (decimal): -1768171 or 1377765. OLE color: 1377765.
HSL color Cylindrical-coordinate representation of color #E50515: hue angle of 355.71º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50515 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.10 |
| HSL | 355.71º | 0.96% | 0.46% | - |
| HSV(B) | 355.71º | 0.98% | 0.9% | - |
| XYZ | 32.5 | 16.82 | 2.24 | - |
| YUV | 73.8 | 98.21 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 21 | 0 | 0.98 | 0.91 | 0.10 | 355.71 | 0.96 | 0.46 |
| Hex | E5 | 5 | 15 | 0 | 62 | 5B | A | 164 | 60 | 2E |
| Octal | 345 | 5 | 25 | 0 | 142 | 133 | 12 | 544 | 140 | 56 |
| Binary | 11100101 | 101 | 10101 | 0 | 1100010 | 1011011 | 1010 | 101100100 | 1100000 | 101110 |
Color Harmonies of #E50515
Complementary color
Monochromatic Colors of #E50515
Black with #E50515
Text Example
Text Example
White with #E50515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50515; }
p { color: rgb(229,5,21); }
H1.HeaderClassName
{
color: #E50515;
}
.AnyTagClassName
{
color: #E50515;
}
</style>
background-color css
<style>
a { background-color: #E50515; }
a { background-color: rgb(229,5,21); }
div.DivClassName
{
background-color: #E50515;
}
.BgClassName
{
background-color: #E50515;
}
</style>
border-color css
<style>
span { border-color: #E50515; }
span { border-color: rgb(229,5,21); }
td.TdClassName
{
border-color: #E50515;
}
.TagClassName
{
border-color: #E50515;
}
</style>