Shades of Venetian Red #D20016
Tints of Venetian Red #D20016
RGB
CMYK
RGB Variations
Color information
#D20016 (or 0xD20016) is known color: Venetian Red. HEX triplet: D2, 00 and 16. RGB value is (210,0,22). Sum of RGB (Red+Green+Blue) = 210+0+22=232 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.52% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 210 - color contains mainly: red. Hex color #D20016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20016 is #2DFFE9. Grayscale: #414141. Windows color (decimal): -3014634 or 1442002. OLE color: 1442002.
HSL color Cylindrical-coordinate representation of color #D20016: hue angle of 353.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20016 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.90 | 0.18 |
| HSL | 353.71º | 1% | 0.41% | - |
| HSV(B) | 353.71º | 1% | 0.82% | - |
| XYZ | 26.72 | 13.76 | 2.01 | - |
| YUV | 65.3 | 103.57 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 22 | 0 | 1 | 0.90 | 0.18 | 353.71 | 1 | 0.41 |
| Hex | D2 | 0 | 16 | 0 | 64 | 5A | 12 | 162 | 64 | 29 |
| Octal | 322 | 0 | 26 | 0 | 144 | 132 | 22 | 542 | 144 | 51 |
| Binary | 11010010 | 0 | 10110 | 0 | 1100100 | 1011010 | 10010 | 101100010 | 1100100 | 101001 |
Color Harmonies of #D20016
Complementary color
Monochromatic Colors of #D20016
Black with #D20016
Text Example
Text Example
White with #D20016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20016; }
p { color: rgb(210,0,22); }
H1.HeaderClassName
{
color: #D20016;
}
.AnyTagClassName
{
color: #D20016;
}
</style>
background-color css
<style>
a { background-color: #D20016; }
a { background-color: rgb(210,0,22); }
div.DivClassName
{
background-color: #D20016;
}
.BgClassName
{
background-color: #D20016;
}
</style>
border-color css
<style>
span { border-color: #D20016; }
span { border-color: rgb(210,0,22); }
td.TdClassName
{
border-color: #D20016;
}
.TagClassName
{
border-color: #D20016;
}
</style>