Shades of Venetian Red #E80215
Tints of Venetian Red #E80215
RGB
CMYK
RGB Variations
Color information
#E80215 (or 0xE80215) is known color: Venetian Red. HEX triplet: E8, 02 and 15. RGB value is (232,2,21). Sum of RGB (Red+Green+Blue) = 232+2+21=255 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.98% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 232 - color contains mainly: red. Hex color #E80215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80215 is #17FDEA. Grayscale: #494949. Windows color (decimal): -1572331 or 1377000. OLE color: 1377000.
HSL color Cylindrical-coordinate representation of color #E80215: hue angle of 355.04º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80215 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.09 |
| HSL | 355.04º | 0.98% | 0.46% | - |
| HSV(B) | 355.04º | 0.99% | 0.91% | - |
| XYZ | 33.44 | 17.25 | 2.28 | - |
| YUV | 72.94 | 98.7 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 21 | 0 | 0.99 | 0.91 | 0.09 | 355.04 | 0.98 | 0.46 |
| Hex | E8 | 2 | 15 | 0 | 63 | 5B | 9 | 163 | 62 | 2E |
| Octal | 350 | 2 | 25 | 0 | 143 | 133 | 11 | 543 | 142 | 56 |
| Binary | 11101000 | 10 | 10101 | 0 | 1100011 | 1011011 | 1001 | 101100011 | 1100010 | 101110 |
Color Harmonies of #E80215
Complementary color
Monochromatic Colors of #E80215
Black with #E80215
Text Example
Text Example
White with #E80215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80215; }
p { color: rgb(232,2,21); }
H1.HeaderClassName
{
color: #E80215;
}
.AnyTagClassName
{
color: #E80215;
}
</style>
background-color css
<style>
a { background-color: #E80215; }
a { background-color: rgb(232,2,21); }
div.DivClassName
{
background-color: #E80215;
}
.BgClassName
{
background-color: #E80215;
}
</style>
border-color css
<style>
span { border-color: #E80215; }
span { border-color: rgb(232,2,21); }
td.TdClassName
{
border-color: #E80215;
}
.TagClassName
{
border-color: #E80215;
}
</style>