Shades of Venetian Red #D20210
Tints of Venetian Red #D20210
RGB
CMYK
RGB Variations
Color information
#D20210 (or 0xD20210) is known color: Venetian Red. HEX triplet: D2, 02 and 10. RGB value is (210,2,16). Sum of RGB (Red+Green+Blue) = 210+2+16=228 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.11% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 210 - color contains mainly: red. Hex color #D20210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20210 is #2DFDEF. Grayscale: #414141. Windows color (decimal): -3014128 or 1049298. OLE color: 1049298.
HSL color Cylindrical-coordinate representation of color #D20210: hue angle of 355.96º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20210 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.18 |
| HSL | 355.96º | 0.98% | 0.42% | - |
| HSV(B) | 355.96º | 0.99% | 0.82% | - |
| XYZ | 26.69 | 13.78 | 1.74 | - |
| YUV | 65.79 | 99.91 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 16 | 0 | 0.99 | 0.92 | 0.18 | 355.96 | 0.98 | 0.42 |
| Hex | D2 | 2 | 10 | 0 | 63 | 5C | 12 | 164 | 62 | 2A |
| Octal | 322 | 2 | 20 | 0 | 143 | 134 | 22 | 544 | 142 | 52 |
| Binary | 11010010 | 10 | 10000 | 0 | 1100011 | 1011100 | 10010 | 101100100 | 1100010 | 101010 |
Color Harmonies of #D20210
Complementary color
Monochromatic Colors of #D20210
Black with #D20210
Text Example
Text Example
White with #D20210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20210; }
p { color: rgb(210,2,16); }
H1.HeaderClassName
{
color: #D20210;
}
.AnyTagClassName
{
color: #D20210;
}
</style>
background-color css
<style>
a { background-color: #D20210; }
a { background-color: rgb(210,2,16); }
div.DivClassName
{
background-color: #D20210;
}
.BgClassName
{
background-color: #D20210;
}
</style>
border-color css
<style>
span { border-color: #D20210; }
span { border-color: rgb(210,2,16); }
td.TdClassName
{
border-color: #D20210;
}
.TagClassName
{
border-color: #D20210;
}
</style>