Shades of Venetian Red #D70C11
Tints of Venetian Red #D70C11
RGB
CMYK
RGB Variations
Color information
#D70C11 (or 0xD70C11) is known color: Venetian Red. HEX triplet: D7, 0C and 11. RGB value is (215,12,17). Sum of RGB (Red+Green+Blue) = 215+12+17=244 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.11% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C11 is #28F3EE. Grayscale: #494949. Windows color (decimal): -2683887 or 1117399. OLE color: 1117399.
HSL color Cylindrical-coordinate representation of color #D70C11: hue angle of 358.52º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 17 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.16 |
| HSL | 358.52º | 0.89% | 0.45% | - |
| HSV(B) | 358.52º | 0.94% | 0.84% | - |
| XYZ | 28.26 | 14.75 | 1.89 | - |
| YUV | 73.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 17 | 0 | 0.94 | 0.92 | 0.16 | 358.52 | 0.89 | 0.45 |
| Hex | D7 | C | 11 | 0 | 5E | 5C | 10 | 167 | 59 | 2D |
| Octal | 327 | 14 | 21 | 0 | 136 | 134 | 20 | 547 | 131 | 55 |
| Binary | 11010111 | 1100 | 10001 | 0 | 1011110 | 1011100 | 10000 | 101100111 | 1011001 | 101101 |
Color Harmonies of #D70C11
Complementary color
Monochromatic Colors of #D70C11
Black with #D70C11
Text Example
Text Example
White with #D70C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C11; }
p { color: rgb(215,12,17); }
H1.HeaderClassName
{
color: #D70C11;
}
.AnyTagClassName
{
color: #D70C11;
}
</style>
background-color css
<style>
a { background-color: #D70C11; }
a { background-color: rgb(215,12,17); }
div.DivClassName
{
background-color: #D70C11;
}
.BgClassName
{
background-color: #D70C11;
}
</style>
border-color css
<style>
span { border-color: #D70C11; }
span { border-color: rgb(215,12,17); }
td.TdClassName
{
border-color: #D70C11;
}
.TagClassName
{
border-color: #D70C11;
}
</style>