Shades of Venetian Red #E10C0F
Tints of Venetian Red #E10C0F
RGB
CMYK
RGB Variations
Color information
#E10C0F (or 0xE10C0F) is known color: Venetian Red. HEX triplet: E1, 0C and 0F. RGB value is (225,12,15). Sum of RGB (Red+Green+Blue) = 225+12+15=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C0F is #1EF3F0. Grayscale: #4C4C4C. Windows color (decimal): -2028529 or 986337. OLE color: 986337.
HSL color Cylindrical-coordinate representation of color #E10C0F: hue angle of 359.15º 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 #E10C0F is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 15 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.12 |
| HSL | 359.15º | 0.9% | 0.46% | - |
| HSV(B) | 359.15º | 0.95% | 0.88% | - |
| XYZ | 31.27 | 16.3 | 1.95 | - |
| YUV | 76.03 | 93.57 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 15 | 0 | 0.95 | 0.93 | 0.12 | 359.15 | 0.9 | 0.46 |
| Hex | E1 | C | F | 0 | 5F | 5D | C | 167 | 5A | 2E |
| Octal | 341 | 14 | 17 | 0 | 137 | 135 | 14 | 547 | 132 | 56 |
| Binary | 11100001 | 1100 | 1111 | 0 | 1011111 | 1011101 | 1100 | 101100111 | 1011010 | 101110 |
Color Harmonies of #E10C0F
Complementary color
Monochromatic Colors of #E10C0F
Black with #E10C0F
Text Example
Text Example
White with #E10C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C0F; }
p { color: rgb(225,12,15); }
H1.HeaderClassName
{
color: #E10C0F;
}
.AnyTagClassName
{
color: #E10C0F;
}
</style>
background-color css
<style>
a { background-color: #E10C0F; }
a { background-color: rgb(225,12,15); }
div.DivClassName
{
background-color: #E10C0F;
}
.BgClassName
{
background-color: #E10C0F;
}
</style>
border-color css
<style>
span { border-color: #E10C0F; }
span { border-color: rgb(225,12,15); }
td.TdClassName
{
border-color: #E10C0F;
}
.TagClassName
{
border-color: #E10C0F;
}
</style>