Shades of Venetian Red #E10C0E
Tints of Venetian Red #E10C0E
RGB
CMYK
RGB Variations
Color information
#E10C0E (or 0xE10C0E) is known color: Venetian Red. HEX triplet: E1, 0C and 0E. RGB value is (225,12,14). Sum of RGB (Red+Green+Blue) = 225+12+14=251 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.64% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C0E is #1EF3F1. Grayscale: #4C4C4C. Windows color (decimal): -2028530 or 920801. OLE color: 920801.
HSL color Cylindrical-coordinate representation of color #E10C0E: hue angle of 359.44º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C0E is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 14 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.12 |
| HSL | 359.44º | 0.9% | 0.46% | - |
| HSV(B) | 359.44º | 0.95% | 0.88% | - |
| XYZ | 31.26 | 16.3 | 1.91 | - |
| YUV | 75.92 | 93.07 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 14 | 0 | 0.95 | 0.94 | 0.12 | 359.44 | 0.9 | 0.46 |
| Hex | E1 | C | E | 0 | 5F | 5E | C | 167 | 5A | 2E |
| Octal | 341 | 14 | 16 | 0 | 137 | 136 | 14 | 547 | 132 | 56 |
| Binary | 11100001 | 1100 | 1110 | 0 | 1011111 | 1011110 | 1100 | 101100111 | 1011010 | 101110 |
Color Harmonies of #E10C0E
Complementary color
Monochromatic Colors of #E10C0E
Black with #E10C0E
Text Example
Text Example
White with #E10C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C0E; }
p { color: rgb(225,12,14); }
H1.HeaderClassName
{
color: #E10C0E;
}
.AnyTagClassName
{
color: #E10C0E;
}
</style>
background-color css
<style>
a { background-color: #E10C0E; }
a { background-color: rgb(225,12,14); }
div.DivClassName
{
background-color: #E10C0E;
}
.BgClassName
{
background-color: #E10C0E;
}
</style>
border-color css
<style>
span { border-color: #E10C0E; }
span { border-color: rgb(225,12,14); }
td.TdClassName
{
border-color: #E10C0E;
}
.TagClassName
{
border-color: #E10C0E;
}
</style>