Shades of Venetian Red #D20E17
Tints of Venetian Red #D20E17
RGB
CMYK
RGB Variations
Color information
#D20E17 (or 0xD20E17) is known color: Venetian Red. HEX triplet: D2, 0E and 17. RGB value is (210,14,23). Sum of RGB (Red+Green+Blue) = 210+14+23=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20E17 is #2DF1E8. Grayscale: #494949. Windows color (decimal): -3011049 or 1511122. OLE color: 1511122.
HSL color Cylindrical-coordinate representation of color #D20E17: hue angle of 357.24º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E17 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 23 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.18 |
| HSL | 357.24º | 0.88% | 0.44% | - |
| HSV(B) | 357.24º | 0.93% | 0.82% | - |
| XYZ | 26.89 | 14.08 | 2.11 | - |
| YUV | 73.63 | 99.43 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 23 | 0 | 0.93 | 0.89 | 0.18 | 357.24 | 0.88 | 0.44 |
| Hex | D2 | E | 17 | 0 | 5D | 59 | 12 | 165 | 58 | 2C |
| Octal | 322 | 16 | 27 | 0 | 135 | 131 | 22 | 545 | 130 | 54 |
| Binary | 11010010 | 1110 | 10111 | 0 | 1011101 | 1011001 | 10010 | 101100101 | 1011000 | 101100 |
Color Harmonies of #D20E17
Complementary color
Monochromatic Colors of #D20E17
Black with #D20E17
Text Example
Text Example
White with #D20E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E17; }
p { color: rgb(210,14,23); }
H1.HeaderClassName
{
color: #D20E17;
}
.AnyTagClassName
{
color: #D20E17;
}
</style>
background-color css
<style>
a { background-color: #D20E17; }
a { background-color: rgb(210,14,23); }
div.DivClassName
{
background-color: #D20E17;
}
.BgClassName
{
background-color: #D20E17;
}
</style>
border-color css
<style>
span { border-color: #D20E17; }
span { border-color: rgb(210,14,23); }
td.TdClassName
{
border-color: #D20E17;
}
.TagClassName
{
border-color: #D20E17;
}
</style>