Shades of Venetian Red #E60019
Tints of Venetian Red #E60019
RGB
CMYK
RGB Variations
Color information
#E60019 (or 0xE60019) is known color: Venetian Red. HEX triplet: E6, 00 and 19. RGB value is (230,0,25). Sum of RGB (Red+Green+Blue) = 230+0+25=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60019 is #19FFE6. Grayscale: #474747. Windows color (decimal): -1703911 or 1638630. OLE color: 1638630.
HSL color Cylindrical-coordinate representation of color #E60019: hue angle of 353.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.89 | 0.10 |
| HSL | 353.48º | 1% | 0.45% | - |
| HSV(B) | 353.48º | 1% | 0.9% | - |
| XYZ | 32.81 | 16.89 | 2.45 | - |
| YUV | 71.62 | 101.7 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 25 | 0 | 1 | 0.89 | 0.10 | 353.48 | 1 | 0.45 |
| Hex | E6 | 0 | 19 | 0 | 64 | 59 | A | 161 | 64 | 2D |
| Octal | 346 | 0 | 31 | 0 | 144 | 131 | 12 | 541 | 144 | 55 |
| Binary | 11100110 | 0 | 11001 | 0 | 1100100 | 1011001 | 1010 | 101100001 | 1100100 | 101101 |
Color Harmonies of #E60019
Complementary color
Monochromatic Colors of #E60019
Black with #E60019
Text Example
Text Example
White with #E60019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60019; }
p { color: rgb(230,0,25); }
H1.HeaderClassName
{
color: #E60019;
}
.AnyTagClassName
{
color: #E60019;
}
</style>
background-color css
<style>
a { background-color: #E60019; }
a { background-color: rgb(230,0,25); }
div.DivClassName
{
background-color: #E60019;
}
.BgClassName
{
background-color: #E60019;
}
</style>
border-color css
<style>
span { border-color: #E60019; }
span { border-color: rgb(230,0,25); }
td.TdClassName
{
border-color: #E60019;
}
.TagClassName
{
border-color: #E60019;
}
</style>