Shades of Venetian Red #E60716
Tints of Venetian Red #E60716
RGB
CMYK
RGB Variations
Color information
#E60716 (or 0xE60716) is known color: Venetian Red. HEX triplet: E6, 07 and 16. RGB value is (230,7,22). Sum of RGB (Red+Green+Blue) = 230+7+22=259 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.80% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 230 - color contains mainly: red. Hex color #E60716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60716 is #19F8E9. Grayscale: #4B4B4B. Windows color (decimal): -1702122 or 1443814. OLE color: 1443814.
HSL color Cylindrical-coordinate representation of color #E60716: hue angle of 355.96º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60716 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 22 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.10 |
| HSL | 355.96º | 0.94% | 0.46% | - |
| HSV(B) | 355.96º | 0.97% | 0.9% | - |
| XYZ | 32.85 | 17.03 | 2.32 | - |
| YUV | 75.39 | 97.88 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 22 | 0 | 0.97 | 0.90 | 0.10 | 355.96 | 0.94 | 0.46 |
| Hex | E6 | 7 | 16 | 0 | 61 | 5A | A | 164 | 5E | 2E |
| Octal | 346 | 7 | 26 | 0 | 141 | 132 | 12 | 544 | 136 | 56 |
| Binary | 11100110 | 111 | 10110 | 0 | 1100001 | 1011010 | 1010 | 101100100 | 1011110 | 101110 |
Color Harmonies of #E60716
Complementary color
Monochromatic Colors of #E60716
Black with #E60716
Text Example
Text Example
White with #E60716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60716; }
p { color: rgb(230,7,22); }
H1.HeaderClassName
{
color: #E60716;
}
.AnyTagClassName
{
color: #E60716;
}
</style>
background-color css
<style>
a { background-color: #E60716; }
a { background-color: rgb(230,7,22); }
div.DivClassName
{
background-color: #E60716;
}
.BgClassName
{
background-color: #E60716;
}
</style>
border-color css
<style>
span { border-color: #E60716; }
span { border-color: rgb(230,7,22); }
td.TdClassName
{
border-color: #E60716;
}
.TagClassName
{
border-color: #E60716;
}
</style>