Shades of Venetian Red #E80015
Tints of Venetian Red #E80015
RGB
CMYK
RGB Variations
Color information
#E80015 (or 0xE80015) is known color: Venetian Red. HEX triplet: E8, 00 and 15. RGB value is (232,0,21). Sum of RGB (Red+Green+Blue) = 232+0+21=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E80015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80015 is #17FFEA. Grayscale: #474747. Windows color (decimal): -1572843 or 1376488. OLE color: 1376488.
HSL color Cylindrical-coordinate representation of color #E80015: hue angle of 354.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.91 | 0.09 |
| HSL | 354.57º | 1% | 0.45% | - |
| HSV(B) | 354.57º | 1% | 0.91% | - |
| XYZ | 33.41 | 17.21 | 2.27 | - |
| YUV | 71.76 | 99.36 | 242.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 21 | 0 | 1 | 0.91 | 0.09 | 354.57 | 1 | 0.45 |
| Hex | E8 | 0 | 15 | 0 | 64 | 5B | 9 | 163 | 64 | 2D |
| Octal | 350 | 0 | 25 | 0 | 144 | 133 | 11 | 543 | 144 | 55 |
| Binary | 11101000 | 0 | 10101 | 0 | 1100100 | 1011011 | 1001 | 101100011 | 1100100 | 101101 |
Color Harmonies of #E80015
Complementary color
Monochromatic Colors of #E80015
Black with #E80015
Text Example
Text Example
White with #E80015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80015; }
p { color: rgb(232,0,21); }
H1.HeaderClassName
{
color: #E80015;
}
.AnyTagClassName
{
color: #E80015;
}
</style>
background-color css
<style>
a { background-color: #E80015; }
a { background-color: rgb(232,0,21); }
div.DivClassName
{
background-color: #E80015;
}
.BgClassName
{
background-color: #E80015;
}
</style>
border-color css
<style>
span { border-color: #E80015; }
span { border-color: rgb(232,0,21); }
td.TdClassName
{
border-color: #E80015;
}
.TagClassName
{
border-color: #E80015;
}
</style>