Shades of Venetian Red #E60419
Tints of Venetian Red #E60419
RGB
CMYK
RGB Variations
Color information
#E60419 (or 0xE60419) is known color: Venetian Red. HEX triplet: E6, 04 and 19. RGB value is (230,4,25). Sum of RGB (Red+Green+Blue) = 230+4+25=259 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.80% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 230 - color contains mainly: red. Hex color #E60419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60419 is #19FBE6. Grayscale: #4A4A4A. Windows color (decimal): -1702887 or 1639654. OLE color: 1639654.
HSL color Cylindrical-coordinate representation of color #E60419: hue angle of 354.42º degrees, saturation: 0.97, 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 #E60419 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.10 |
| HSL | 354.42º | 0.97% | 0.46% | - |
| HSV(B) | 354.42º | 0.98% | 0.9% | - |
| XYZ | 32.85 | 16.98 | 2.47 | - |
| YUV | 73.97 | 100.37 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 25 | 0 | 0.98 | 0.89 | 0.10 | 354.42 | 0.97 | 0.46 |
| Hex | E6 | 4 | 19 | 0 | 62 | 59 | A | 162 | 61 | 2E |
| Octal | 346 | 4 | 31 | 0 | 142 | 131 | 12 | 542 | 141 | 56 |
| Binary | 11100110 | 100 | 11001 | 0 | 1100010 | 1011001 | 1010 | 101100010 | 1100001 | 101110 |
Color Harmonies of #E60419
Complementary color
Monochromatic Colors of #E60419
Black with #E60419
Text Example
Text Example
White with #E60419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60419; }
p { color: rgb(230,4,25); }
H1.HeaderClassName
{
color: #E60419;
}
.AnyTagClassName
{
color: #E60419;
}
</style>
background-color css
<style>
a { background-color: #E60419; }
a { background-color: rgb(230,4,25); }
div.DivClassName
{
background-color: #E60419;
}
.BgClassName
{
background-color: #E60419;
}
</style>
border-color css
<style>
span { border-color: #E60419; }
span { border-color: rgb(230,4,25); }
td.TdClassName
{
border-color: #E60419;
}
.TagClassName
{
border-color: #E60419;
}
</style>