Shades of Venetian Red #E60714
Tints of Venetian Red #E60714
RGB
CMYK
RGB Variations
Color information
#E60714 (or 0xE60714) is known color: Venetian Red. HEX triplet: E6, 07 and 14. RGB value is (230,7,20). Sum of RGB (Red+Green+Blue) = 230+7+20=257 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.49% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 230 - color contains mainly: red. Hex color #E60714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60714 is #19F8EB. Grayscale: #4B4B4B. Windows color (decimal): -1702124 or 1312742. OLE color: 1312742.
HSL color Cylindrical-coordinate representation of color #E60714: hue angle of 356.5º 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 #E60714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.10 |
| HSL | 356.5º | 0.94% | 0.46% | - |
| HSV(B) | 356.5º | 0.97% | 0.9% | - |
| XYZ | 32.84 | 17.03 | 2.22 | - |
| YUV | 75.16 | 96.88 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 20 | 0 | 0.97 | 0.91 | 0.10 | 356.5 | 0.94 | 0.46 |
| Hex | E6 | 7 | 14 | 0 | 61 | 5B | A | 165 | 5E | 2E |
| Octal | 346 | 7 | 24 | 0 | 141 | 133 | 12 | 545 | 136 | 56 |
| Binary | 11100110 | 111 | 10100 | 0 | 1100001 | 1011011 | 1010 | 101100101 | 1011110 | 101110 |
Color Harmonies of #E60714
Complementary color
Monochromatic Colors of #E60714
Black with #E60714
Text Example
Text Example
White with #E60714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60714; }
p { color: rgb(230,7,20); }
H1.HeaderClassName
{
color: #E60714;
}
.AnyTagClassName
{
color: #E60714;
}
</style>
background-color css
<style>
a { background-color: #E60714; }
a { background-color: rgb(230,7,20); }
div.DivClassName
{
background-color: #E60714;
}
.BgClassName
{
background-color: #E60714;
}
</style>
border-color css
<style>
span { border-color: #E60714; }
span { border-color: rgb(230,7,20); }
td.TdClassName
{
border-color: #E60714;
}
.TagClassName
{
border-color: #E60714;
}
</style>