Shades of Venetian Red #E60A0E
Tints of Venetian Red #E60A0E
RGB
CMYK
RGB Variations
Color information
#E60A0E (or 0xE60A0E) is known color: Venetian Red. HEX triplet: E6, 0A and 0E. RGB value is (230,10,14). Sum of RGB (Red+Green+Blue) = 230+10+14=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60A0E is #19F5F1. Grayscale: #4C4C4C. Windows color (decimal): -1701362 or 920294. OLE color: 920294.
HSL color Cylindrical-coordinate representation of color #E60A0E: hue angle of 358.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.10 |
| HSL | 358.91º | 0.92% | 0.47% | - |
| HSV(B) | 358.91º | 0.96% | 0.9% | - |
| XYZ | 32.82 | 17.07 | 1.98 | - |
| YUV | 76.24 | 92.89 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 14 | 0 | 0.96 | 0.94 | 0.10 | 358.91 | 0.92 | 0.47 |
| Hex | E6 | A | E | 0 | 60 | 5E | A | 167 | 5C | 2F |
| Octal | 346 | 12 | 16 | 0 | 140 | 136 | 12 | 547 | 134 | 57 |
| Binary | 11100110 | 1010 | 1110 | 0 | 1100000 | 1011110 | 1010 | 101100111 | 1011100 | 101111 |
Color Harmonies of #E60A0E
Complementary color
Monochromatic Colors of #E60A0E
Black with #E60A0E
Text Example
Text Example
White with #E60A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A0E; }
p { color: rgb(230,10,14); }
H1.HeaderClassName
{
color: #E60A0E;
}
.AnyTagClassName
{
color: #E60A0E;
}
</style>
background-color css
<style>
a { background-color: #E60A0E; }
a { background-color: rgb(230,10,14); }
div.DivClassName
{
background-color: #E60A0E;
}
.BgClassName
{
background-color: #E60A0E;
}
</style>
border-color css
<style>
span { border-color: #E60A0E; }
span { border-color: rgb(230,10,14); }
td.TdClassName
{
border-color: #E60A0E;
}
.TagClassName
{
border-color: #E60A0E;
}
</style>