Shades of Venetian Red #E60219
Tints of Venetian Red #E60219
RGB
CMYK
RGB Variations
Color information
#E60219 (or 0xE60219) is known color: Venetian Red. HEX triplet: E6, 02 and 19. RGB value is (230,2,25). Sum of RGB (Red+Green+Blue) = 230+2+25=257 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.49% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 230 - color contains mainly: red. Hex color #E60219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60219 is #19FDE6. Grayscale: #484848. Windows color (decimal): -1703399 or 1639142. OLE color: 1639142.
HSL color Cylindrical-coordinate representation of color #E60219: hue angle of 353.95º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60219 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.10 |
| HSL | 353.95º | 0.98% | 0.45% | - |
| HSV(B) | 353.95º | 0.99% | 0.9% | - |
| XYZ | 32.83 | 16.94 | 2.46 | - |
| YUV | 72.79 | 101.04 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 25 | 0 | 0.99 | 0.89 | 0.10 | 353.95 | 0.98 | 0.45 |
| Hex | E6 | 2 | 19 | 0 | 63 | 59 | A | 162 | 62 | 2D |
| Octal | 346 | 2 | 31 | 0 | 143 | 131 | 12 | 542 | 142 | 55 |
| Binary | 11100110 | 10 | 11001 | 0 | 1100011 | 1011001 | 1010 | 101100010 | 1100010 | 101101 |
Color Harmonies of #E60219
Complementary color
Monochromatic Colors of #E60219
Black with #E60219
Text Example
Text Example
White with #E60219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60219; }
p { color: rgb(230,2,25); }
H1.HeaderClassName
{
color: #E60219;
}
.AnyTagClassName
{
color: #E60219;
}
</style>
background-color css
<style>
a { background-color: #E60219; }
a { background-color: rgb(230,2,25); }
div.DivClassName
{
background-color: #E60219;
}
.BgClassName
{
background-color: #E60219;
}
</style>
border-color css
<style>
span { border-color: #E60219; }
span { border-color: rgb(230,2,25); }
td.TdClassName
{
border-color: #E60219;
}
.TagClassName
{
border-color: #E60219;
}
</style>