Shades of Venetian Red #E00C10
Tints of Venetian Red #E00C10
RGB
CMYK
RGB Variations
Color information
#E00C10 (or 0xE00C10) is known color: Venetian Red. HEX triplet: E0, 0C and 10. RGB value is (224,12,16). Sum of RGB (Red+Green+Blue) = 224+12+16=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C10 is #1FF3EF. Grayscale: #4C4C4C. Windows color (decimal): -2094064 or 1051872. OLE color: 1051872.
HSL color Cylindrical-coordinate representation of color #E00C10: hue angle of 358.87º 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 #E00C10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 16 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.12 |
| HSL | 358.87º | 0.9% | 0.46% | - |
| HSV(B) | 358.87º | 0.95% | 0.88% | - |
| XYZ | 30.97 | 16.15 | 1.97 | - |
| YUV | 75.84 | 94.24 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 16 | 0 | 0.95 | 0.93 | 0.12 | 358.87 | 0.9 | 0.46 |
| Hex | E0 | C | 10 | 0 | 5F | 5D | C | 167 | 5A | 2E |
| Octal | 340 | 14 | 20 | 0 | 137 | 135 | 14 | 547 | 132 | 56 |
| Binary | 11100000 | 1100 | 10000 | 0 | 1011111 | 1011101 | 1100 | 101100111 | 1011010 | 101110 |
Color Harmonies of #E00C10
Complementary color
Monochromatic Colors of #E00C10
Black with #E00C10
Text Example
Text Example
White with #E00C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C10; }
p { color: rgb(224,12,16); }
H1.HeaderClassName
{
color: #E00C10;
}
.AnyTagClassName
{
color: #E00C10;
}
</style>
background-color css
<style>
a { background-color: #E00C10; }
a { background-color: rgb(224,12,16); }
div.DivClassName
{
background-color: #E00C10;
}
.BgClassName
{
background-color: #E00C10;
}
</style>
border-color css
<style>
span { border-color: #E00C10; }
span { border-color: rgb(224,12,16); }
td.TdClassName
{
border-color: #E00C10;
}
.TagClassName
{
border-color: #E00C10;
}
</style>