Shades of Venetian Red #E80515
Tints of Venetian Red #E80515
RGB
CMYK
RGB Variations
Color information
#E80515 (or 0xE80515) is known color: Venetian Red. HEX triplet: E8, 05 and 15. RGB value is (232,5,21). Sum of RGB (Red+Green+Blue) = 232+5+21=258 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.92% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 232 - color contains mainly: red. Hex color #E80515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80515 is #17FAEA. Grayscale: #4A4A4A. Windows color (decimal): -1571563 or 1377768. OLE color: 1377768.
HSL color Cylindrical-coordinate representation of color #E80515: hue angle of 355.77º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80515 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.09 |
| HSL | 355.77º | 0.96% | 0.46% | - |
| HSV(B) | 355.77º | 0.98% | 0.91% | - |
| XYZ | 33.47 | 17.32 | 2.29 | - |
| YUV | 74.7 | 97.71 | 240.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 21 | 0 | 0.98 | 0.91 | 0.09 | 355.77 | 0.96 | 0.46 |
| Hex | E8 | 5 | 15 | 0 | 62 | 5B | 9 | 164 | 60 | 2E |
| Octal | 350 | 5 | 25 | 0 | 142 | 133 | 11 | 544 | 140 | 56 |
| Binary | 11101000 | 101 | 10101 | 0 | 1100010 | 1011011 | 1001 | 101100100 | 1100000 | 101110 |
Color Harmonies of #E80515
Complementary color
Monochromatic Colors of #E80515
Black with #E80515
Text Example
Text Example
White with #E80515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80515; }
p { color: rgb(232,5,21); }
H1.HeaderClassName
{
color: #E80515;
}
.AnyTagClassName
{
color: #E80515;
}
</style>
background-color css
<style>
a { background-color: #E80515; }
a { background-color: rgb(232,5,21); }
div.DivClassName
{
background-color: #E80515;
}
.BgClassName
{
background-color: #E80515;
}
</style>
border-color css
<style>
span { border-color: #E80515; }
span { border-color: rgb(232,5,21); }
td.TdClassName
{
border-color: #E80515;
}
.TagClassName
{
border-color: #E80515;
}
</style>