Shades of Venetian Red #D00C16
Tints of Venetian Red #D00C16
RGB
CMYK
RGB Variations
Color information
#D00C16 (or 0xD00C16) is known color: Venetian Red. HEX triplet: D0, 0C and 16. RGB value is (208,12,22). Sum of RGB (Red+Green+Blue) = 208+12+22=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00C16 is #2FF3E9. Grayscale: #474747. Windows color (decimal): -3142634 or 1445072. OLE color: 1445072.
HSL color Cylindrical-coordinate representation of color #D00C16: hue angle of 356.94º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C16 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 22 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.18 |
| HSL | 356.94º | 0.89% | 0.43% | - |
| HSV(B) | 356.94º | 0.94% | 0.82% | - |
| XYZ | 26.29 | 13.73 | 2.02 | - |
| YUV | 71.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 22 | 0 | 0.94 | 0.89 | 0.18 | 356.94 | 0.89 | 0.43 |
| Hex | D0 | C | 16 | 0 | 5E | 59 | 12 | 165 | 59 | 2B |
| Octal | 320 | 14 | 26 | 0 | 136 | 131 | 22 | 545 | 131 | 53 |
| Binary | 11010000 | 1100 | 10110 | 0 | 1011110 | 1011001 | 10010 | 101100101 | 1011001 | 101011 |
Color Harmonies of #D00C16
Complementary color
Monochromatic Colors of #D00C16
Black with #D00C16
Text Example
Text Example
White with #D00C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C16; }
p { color: rgb(208,12,22); }
H1.HeaderClassName
{
color: #D00C16;
}
.AnyTagClassName
{
color: #D00C16;
}
</style>
background-color css
<style>
a { background-color: #D00C16; }
a { background-color: rgb(208,12,22); }
div.DivClassName
{
background-color: #D00C16;
}
.BgClassName
{
background-color: #D00C16;
}
</style>
border-color css
<style>
span { border-color: #D00C16; }
span { border-color: rgb(208,12,22); }
td.TdClassName
{
border-color: #D00C16;
}
.TagClassName
{
border-color: #D00C16;
}
</style>