Shades of Venetian Red #E60514
Tints of Venetian Red #E60514
RGB
CMYK
RGB Variations
Color information
#E60514 (or 0xE60514) is known color: Venetian Red. HEX triplet: E6, 05 and 14. RGB value is (230,5,20). Sum of RGB (Red+Green+Blue) = 230+5+20=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60514 is #19FAEB. Grayscale: #4A4A4A. Windows color (decimal): -1702636 or 1312230. OLE color: 1312230.
HSL color Cylindrical-coordinate representation of color #E60514: hue angle of 356º 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 #E60514 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.10 |
| HSL | 356º | 0.96% | 0.46% | - |
| HSV(B) | 356º | 0.98% | 0.9% | - |
| XYZ | 32.81 | 16.98 | 2.21 | - |
| YUV | 73.99 | 97.54 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 20 | 0 | 0.98 | 0.91 | 0.10 | 356 | 0.96 | 0.46 |
| Hex | E6 | 5 | 14 | 0 | 62 | 5B | A | 164 | 60 | 2E |
| Octal | 346 | 5 | 24 | 0 | 142 | 133 | 12 | 544 | 140 | 56 |
| Binary | 11100110 | 101 | 10100 | 0 | 1100010 | 1011011 | 1010 | 101100100 | 1100000 | 101110 |
Color Harmonies of #E60514
Complementary color
Monochromatic Colors of #E60514
Black with #E60514
Text Example
Text Example
White with #E60514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60514; }
p { color: rgb(230,5,20); }
H1.HeaderClassName
{
color: #E60514;
}
.AnyTagClassName
{
color: #E60514;
}
</style>
background-color css
<style>
a { background-color: #E60514; }
a { background-color: rgb(230,5,20); }
div.DivClassName
{
background-color: #E60514;
}
.BgClassName
{
background-color: #E60514;
}
</style>
border-color css
<style>
span { border-color: #E60514; }
span { border-color: rgb(230,5,20); }
td.TdClassName
{
border-color: #E60514;
}
.TagClassName
{
border-color: #E60514;
}
</style>