Shades of Venetian Red #E00C11
Tints of Venetian Red #E00C11
RGB
CMYK
RGB Variations
Color information
#E00C11 (or 0xE00C11) is known color: Venetian Red. HEX triplet: E0, 0C and 11. RGB value is (224,12,17). Sum of RGB (Red+Green+Blue) = 224+12+17=253 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.54% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C11 is #1FF3EE. Grayscale: #4C4C4C. Windows color (decimal): -2094063 or 1117408. OLE color: 1117408.
HSL color Cylindrical-coordinate representation of color #E00C11: hue angle of 358.58º 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 #E00C11 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 17 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.12 |
| HSL | 358.58º | 0.9% | 0.46% | - |
| HSV(B) | 358.58º | 0.95% | 0.88% | - |
| XYZ | 30.97 | 16.15 | 2.02 | - |
| YUV | 75.96 | 94.74 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 17 | 0 | 0.95 | 0.92 | 0.12 | 358.58 | 0.9 | 0.46 |
| Hex | E0 | C | 11 | 0 | 5F | 5C | C | 167 | 5A | 2E |
| Octal | 340 | 14 | 21 | 0 | 137 | 134 | 14 | 547 | 132 | 56 |
| Binary | 11100000 | 1100 | 10001 | 0 | 1011111 | 1011100 | 1100 | 101100111 | 1011010 | 101110 |
Color Harmonies of #E00C11
Complementary color
Monochromatic Colors of #E00C11
Black with #E00C11
Text Example
Text Example
White with #E00C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C11; }
p { color: rgb(224,12,17); }
H1.HeaderClassName
{
color: #E00C11;
}
.AnyTagClassName
{
color: #E00C11;
}
</style>
background-color css
<style>
a { background-color: #E00C11; }
a { background-color: rgb(224,12,17); }
div.DivClassName
{
background-color: #E00C11;
}
.BgClassName
{
background-color: #E00C11;
}
</style>
border-color css
<style>
span { border-color: #E00C11; }
span { border-color: rgb(224,12,17); }
td.TdClassName
{
border-color: #E00C11;
}
.TagClassName
{
border-color: #E00C11;
}
</style>