Shades of Venetian Red #D20D15
Tints of Venetian Red #D20D15
RGB
CMYK
RGB Variations
Color information
#D20D15 (or 0xD20D15) is known color: Venetian Red. HEX triplet: D2, 0D and 15. RGB value is (210,13,21). Sum of RGB (Red+Green+Blue) = 210+13+21=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20D15 is #2DF2EA. Grayscale: #484848. Windows color (decimal): -3011307 or 1379794. OLE color: 1379794.
HSL color Cylindrical-coordinate representation of color #D20D15: hue angle of 357.56º 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 #D20D15 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 21 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.18 |
| HSL | 357.56º | 0.88% | 0.44% | - |
| HSV(B) | 357.56º | 0.94% | 0.82% | - |
| XYZ | 26.86 | 14.04 | 2 | - |
| YUV | 72.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 21 | 0 | 0.94 | 0.90 | 0.18 | 357.56 | 0.88 | 0.44 |
| Hex | D2 | D | 15 | 0 | 5E | 5A | 12 | 166 | 58 | 2C |
| Octal | 322 | 15 | 25 | 0 | 136 | 132 | 22 | 546 | 130 | 54 |
| Binary | 11010010 | 1101 | 10101 | 0 | 1011110 | 1011010 | 10010 | 101100110 | 1011000 | 101100 |
Color Harmonies of #D20D15
Complementary color
Monochromatic Colors of #D20D15
Black with #D20D15
Text Example
Text Example
White with #D20D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D15; }
p { color: rgb(210,13,21); }
H1.HeaderClassName
{
color: #D20D15;
}
.AnyTagClassName
{
color: #D20D15;
}
</style>
background-color css
<style>
a { background-color: #D20D15; }
a { background-color: rgb(210,13,21); }
div.DivClassName
{
background-color: #D20D15;
}
.BgClassName
{
background-color: #D20D15;
}
</style>
border-color css
<style>
span { border-color: #D20D15; }
span { border-color: rgb(210,13,21); }
td.TdClassName
{
border-color: #D20D15;
}
.TagClassName
{
border-color: #D20D15;
}
</style>