Shades of Venetian Red #E60912
Tints of Venetian Red #E60912
RGB
CMYK
RGB Variations
Color information
#E60912 (or 0xE60912) is known color: Venetian Red. HEX triplet: E6, 09 and 12. RGB value is (230,9,18). Sum of RGB (Red+Green+Blue) = 230+9+18=257 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.49% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 230 - color contains mainly: red. Hex color #E60912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60912 is #19F6ED. Grayscale: #4C4C4C. Windows color (decimal): -1701614 or 1182182. OLE color: 1182182.
HSL color Cylindrical-coordinate representation of color #E60912: hue angle of 357.56º 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 #E60912 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.10 |
| HSL | 357.56º | 0.92% | 0.47% | - |
| HSV(B) | 357.56º | 0.96% | 0.9% | - |
| XYZ | 32.84 | 17.06 | 2.13 | - |
| YUV | 76.11 | 95.22 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 18 | 0 | 0.96 | 0.92 | 0.10 | 357.56 | 0.92 | 0.47 |
| Hex | E6 | 9 | 12 | 0 | 60 | 5C | A | 166 | 5C | 2F |
| Octal | 346 | 11 | 22 | 0 | 140 | 134 | 12 | 546 | 134 | 57 |
| Binary | 11100110 | 1001 | 10010 | 0 | 1100000 | 1011100 | 1010 | 101100110 | 1011100 | 101111 |
Color Harmonies of #E60912
Complementary color
Monochromatic Colors of #E60912
Black with #E60912
Text Example
Text Example
White with #E60912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60912; }
p { color: rgb(230,9,18); }
H1.HeaderClassName
{
color: #E60912;
}
.AnyTagClassName
{
color: #E60912;
}
</style>
background-color css
<style>
a { background-color: #E60912; }
a { background-color: rgb(230,9,18); }
div.DivClassName
{
background-color: #E60912;
}
.BgClassName
{
background-color: #E60912;
}
</style>
border-color css
<style>
span { border-color: #E60912; }
span { border-color: rgb(230,9,18); }
td.TdClassName
{
border-color: #E60912;
}
.TagClassName
{
border-color: #E60912;
}
</style>