Shades of Venetian Red #D20D17
Tints of Venetian Red #D20D17
RGB
CMYK
RGB Variations
Color information
#D20D17 (or 0xD20D17) is known color: Venetian Red. HEX triplet: D2, 0D and 17. RGB value is (210,13,23). Sum of RGB (Red+Green+Blue) = 210+13+23=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20D17 is #2DF2E8. Grayscale: #494949. Windows color (decimal): -3011305 or 1510866. OLE color: 1510866.
HSL color Cylindrical-coordinate representation of color #D20D17: hue angle of 356.95º 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 #D20D17 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 23 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.18 |
| HSL | 356.95º | 0.88% | 0.44% | - |
| HSV(B) | 356.95º | 0.94% | 0.82% | - |
| XYZ | 26.88 | 14.05 | 2.11 | - |
| YUV | 73.04 | 99.77 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 23 | 0 | 0.94 | 0.89 | 0.18 | 356.95 | 0.88 | 0.44 |
| Hex | D2 | D | 17 | 0 | 5E | 59 | 12 | 165 | 58 | 2C |
| Octal | 322 | 15 | 27 | 0 | 136 | 131 | 22 | 545 | 130 | 54 |
| Binary | 11010010 | 1101 | 10111 | 0 | 1011110 | 1011001 | 10010 | 101100101 | 1011000 | 101100 |
Color Harmonies of #D20D17
Complementary color
Monochromatic Colors of #D20D17
Black with #D20D17
Text Example
Text Example
White with #D20D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D17; }
p { color: rgb(210,13,23); }
H1.HeaderClassName
{
color: #D20D17;
}
.AnyTagClassName
{
color: #D20D17;
}
</style>
background-color css
<style>
a { background-color: #D20D17; }
a { background-color: rgb(210,13,23); }
div.DivClassName
{
background-color: #D20D17;
}
.BgClassName
{
background-color: #D20D17;
}
</style>
border-color css
<style>
span { border-color: #D20D17; }
span { border-color: rgb(210,13,23); }
td.TdClassName
{
border-color: #D20D17;
}
.TagClassName
{
border-color: #D20D17;
}
</style>