Shades of Venetian Red #E80115
Tints of Venetian Red #E80115
RGB
CMYK
RGB Variations
Color information
#E80115 (or 0xE80115) is known color: Venetian Red. HEX triplet: E8, 01 and 15. RGB value is (232,1,21). Sum of RGB (Red+Green+Blue) = 232+1+21=254 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.34% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 232 - color contains mainly: red. Hex color #E80115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80115 is #17FEEA. Grayscale: #484848. Windows color (decimal): -1572587 or 1376744. OLE color: 1376744.
HSL color Cylindrical-coordinate representation of color #E80115: hue angle of 354.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80115 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.09 |
| HSL | 354.81º | 0.99% | 0.46% | - |
| HSV(B) | 354.81º | 1% | 0.91% | - |
| XYZ | 33.42 | 17.23 | 2.27 | - |
| YUV | 72.35 | 99.03 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 21 | 0 | 1.00 | 0.91 | 0.09 | 354.81 | 0.99 | 0.46 |
| Hex | E8 | 1 | 15 | 0 | 64 | 5B | 9 | 163 | 63 | 2E |
| Octal | 350 | 1 | 25 | 0 | 144 | 133 | 11 | 543 | 143 | 56 |
| Binary | 11101000 | 1 | 10101 | 0 | 1100100 | 1011011 | 1001 | 101100011 | 1100011 | 101110 |
Color Harmonies of #E80115
Complementary color
Monochromatic Colors of #E80115
Black with #E80115
Text Example
Text Example
White with #E80115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80115; }
p { color: rgb(232,1,21); }
H1.HeaderClassName
{
color: #E80115;
}
.AnyTagClassName
{
color: #E80115;
}
</style>
background-color css
<style>
a { background-color: #E80115; }
a { background-color: rgb(232,1,21); }
div.DivClassName
{
background-color: #E80115;
}
.BgClassName
{
background-color: #E80115;
}
</style>
border-color css
<style>
span { border-color: #E80115; }
span { border-color: rgb(232,1,21); }
td.TdClassName
{
border-color: #E80115;
}
.TagClassName
{
border-color: #E80115;
}
</style>