Shades of Venetian Red #E60715
Tints of Venetian Red #E60715
RGB
CMYK
RGB Variations
Color information
#E60715 (or 0xE60715) is known color: Venetian Red. HEX triplet: E6, 07 and 15. RGB value is (230,7,21). Sum of RGB (Red+Green+Blue) = 230+7+21=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E60715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60715 is #19F8EA. Grayscale: #4B4B4B. Windows color (decimal): -1702123 or 1378278. OLE color: 1378278.
HSL color Cylindrical-coordinate representation of color #E60715: hue angle of 356.23º 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 #E60715 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 21 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.10 |
| HSL | 356.23º | 0.94% | 0.46% | - |
| HSV(B) | 356.23º | 0.97% | 0.9% | - |
| XYZ | 32.84 | 17.03 | 2.27 | - |
| YUV | 75.27 | 97.38 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 21 | 0 | 0.97 | 0.91 | 0.10 | 356.23 | 0.94 | 0.46 |
| Hex | E6 | 7 | 15 | 0 | 61 | 5B | A | 164 | 5E | 2E |
| Octal | 346 | 7 | 25 | 0 | 141 | 133 | 12 | 544 | 136 | 56 |
| Binary | 11100110 | 111 | 10101 | 0 | 1100001 | 1011011 | 1010 | 101100100 | 1011110 | 101110 |
Color Harmonies of #E60715
Complementary color
Monochromatic Colors of #E60715
Black with #E60715
Text Example
Text Example
White with #E60715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60715; }
p { color: rgb(230,7,21); }
H1.HeaderClassName
{
color: #E60715;
}
.AnyTagClassName
{
color: #E60715;
}
</style>
background-color css
<style>
a { background-color: #E60715; }
a { background-color: rgb(230,7,21); }
div.DivClassName
{
background-color: #E60715;
}
.BgClassName
{
background-color: #E60715;
}
</style>
border-color css
<style>
span { border-color: #E60715; }
span { border-color: rgb(230,7,21); }
td.TdClassName
{
border-color: #E60715;
}
.TagClassName
{
border-color: #E60715;
}
</style>