Shades of Venetian Red #D20D16
Tints of Venetian Red #D20D16
RGB
CMYK
RGB Variations
Color information
#D20D16 (or 0xD20D16) is known color: Venetian Red. HEX triplet: D2, 0D and 16. RGB value is (210,13,22). Sum of RGB (Red+Green+Blue) = 210+13+22=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20D16 is #2DF2E9. Grayscale: #494949. Windows color (decimal): -3011306 or 1445330. OLE color: 1445330.
HSL color Cylindrical-coordinate representation of color #D20D16: hue angle of 357.26º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D16 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 22 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.18 |
| HSL | 357.26º | 0.88% | 0.44% | - |
| HSV(B) | 357.26º | 0.94% | 0.82% | - |
| XYZ | 26.87 | 14.05 | 2.05 | - |
| YUV | 72.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 22 | 0 | 0.94 | 0.90 | 0.18 | 357.26 | 0.88 | 0.44 |
| Hex | D2 | D | 16 | 0 | 5E | 5A | 12 | 165 | 58 | 2C |
| Octal | 322 | 15 | 26 | 0 | 136 | 132 | 22 | 545 | 130 | 54 |
| Binary | 11010010 | 1101 | 10110 | 0 | 1011110 | 1011010 | 10010 | 101100101 | 1011000 | 101100 |
Color Harmonies of #D20D16
Complementary color
Monochromatic Colors of #D20D16
Black with #D20D16
Text Example
Text Example
White with #D20D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D16; }
p { color: rgb(210,13,22); }
H1.HeaderClassName
{
color: #D20D16;
}
.AnyTagClassName
{
color: #D20D16;
}
</style>
background-color css
<style>
a { background-color: #D20D16; }
a { background-color: rgb(210,13,22); }
div.DivClassName
{
background-color: #D20D16;
}
.BgClassName
{
background-color: #D20D16;
}
</style>
border-color css
<style>
span { border-color: #D20D16; }
span { border-color: rgb(210,13,22); }
td.TdClassName
{
border-color: #D20D16;
}
.TagClassName
{
border-color: #D20D16;
}
</style>