Shades of Venetian Red #D60C16
Tints of Venetian Red #D60C16
RGB
CMYK
RGB Variations
Color information
#D60C16 (or 0xD60C16) is known color: Venetian Red. HEX triplet: D6, 0C and 16. RGB value is (214,12,22). Sum of RGB (Red+Green+Blue) = 214+12+22=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60C16 is #29F3E9. Grayscale: #494949. Windows color (decimal): -2749418 or 1445078. OLE color: 1445078.
HSL color Cylindrical-coordinate representation of color #D60C16: hue angle of 357.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C16 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 22 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.16 |
| HSL | 357.03º | 0.89% | 0.44% | - |
| HSV(B) | 357.03º | 0.94% | 0.84% | - |
| XYZ | 28.01 | 14.62 | 2.1 | - |
| YUV | 73.54 | 98.92 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 22 | 0 | 0.94 | 0.90 | 0.16 | 357.03 | 0.89 | 0.44 |
| Hex | D6 | C | 16 | 0 | 5E | 5A | 10 | 165 | 59 | 2C |
| Octal | 326 | 14 | 26 | 0 | 136 | 132 | 20 | 545 | 131 | 54 |
| Binary | 11010110 | 1100 | 10110 | 0 | 1011110 | 1011010 | 10000 | 101100101 | 1011001 | 101100 |
Color Harmonies of #D60C16
Complementary color
Monochromatic Colors of #D60C16
Black with #D60C16
Text Example
Text Example
White with #D60C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C16; }
p { color: rgb(214,12,22); }
H1.HeaderClassName
{
color: #D60C16;
}
.AnyTagClassName
{
color: #D60C16;
}
</style>
background-color css
<style>
a { background-color: #D60C16; }
a { background-color: rgb(214,12,22); }
div.DivClassName
{
background-color: #D60C16;
}
.BgClassName
{
background-color: #D60C16;
}
</style>
border-color css
<style>
span { border-color: #D60C16; }
span { border-color: rgb(214,12,22); }
td.TdClassName
{
border-color: #D60C16;
}
.TagClassName
{
border-color: #D60C16;
}
</style>