Shades of Venetian Red #E60415
Tints of Venetian Red #E60415
RGB
CMYK
RGB Variations
Color information
#E60415 (or 0xE60415) is known color: Venetian Red. HEX triplet: E6, 04 and 15. RGB value is (230,4,21). Sum of RGB (Red+Green+Blue) = 230+4+21=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60415 is #19FBEA. Grayscale: #494949. Windows color (decimal): -1702891 or 1377510. OLE color: 1377510.
HSL color Cylindrical-coordinate representation of color #E60415: hue angle of 355.49º 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 #E60415 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.10 |
| HSL | 355.49º | 0.97% | 0.46% | - |
| HSV(B) | 355.49º | 0.98% | 0.9% | - |
| XYZ | 32.81 | 16.96 | 2.25 | - |
| YUV | 73.51 | 98.37 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 21 | 0 | 0.98 | 0.91 | 0.10 | 355.49 | 0.97 | 0.46 |
| Hex | E6 | 4 | 15 | 0 | 62 | 5B | A | 163 | 61 | 2E |
| Octal | 346 | 4 | 25 | 0 | 142 | 133 | 12 | 543 | 141 | 56 |
| Binary | 11100110 | 100 | 10101 | 0 | 1100010 | 1011011 | 1010 | 101100011 | 1100001 | 101110 |
Color Harmonies of #E60415
Complementary color
Monochromatic Colors of #E60415
Black with #E60415
Text Example
Text Example
White with #E60415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60415; }
p { color: rgb(230,4,21); }
H1.HeaderClassName
{
color: #E60415;
}
.AnyTagClassName
{
color: #E60415;
}
</style>
background-color css
<style>
a { background-color: #E60415; }
a { background-color: rgb(230,4,21); }
div.DivClassName
{
background-color: #E60415;
}
.BgClassName
{
background-color: #E60415;
}
</style>
border-color css
<style>
span { border-color: #E60415; }
span { border-color: rgb(230,4,21); }
td.TdClassName
{
border-color: #E60415;
}
.TagClassName
{
border-color: #E60415;
}
</style>