Shades of Venetian Red #D20420
Tints of Venetian Red #D20420
RGB
CMYK
RGB Variations
Color information
#D20420 (or 0xD20420) is known color: Venetian Red. HEX triplet: D2, 04 and 20. RGB value is (210,4,32). Sum of RGB (Red+Green+Blue) = 210+4+32=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D20420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20420 is #2DFBDF. Grayscale: #444444. Windows color (decimal): -3013600 or 2098386. OLE color: 2098386.
HSL color Cylindrical-coordinate representation of color #D20420: hue angle of 351.84º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20420 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.18 |
| HSL | 351.84º | 0.96% | 0.42% | - |
| HSV(B) | 351.84º | 0.98% | 0.82% | - |
| XYZ | 26.88 | 13.89 | 2.63 | - |
| YUV | 68.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 32 | 0 | 0.98 | 0.85 | 0.18 | 351.84 | 0.96 | 0.42 |
| Hex | D2 | 4 | 20 | 0 | 62 | 55 | 12 | 160 | 60 | 2A |
| Octal | 322 | 4 | 40 | 0 | 142 | 125 | 22 | 540 | 140 | 52 |
| Binary | 11010010 | 100 | 100000 | 0 | 1100010 | 1010101 | 10010 | 101100000 | 1100000 | 101010 |
Color Harmonies of #D20420
Complementary color
Monochromatic Colors of #D20420
Black with #D20420
Text Example
Text Example
White with #D20420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20420; }
p { color: rgb(210,4,32); }
H1.HeaderClassName
{
color: #D20420;
}
.AnyTagClassName
{
color: #D20420;
}
</style>
background-color css
<style>
a { background-color: #D20420; }
a { background-color: rgb(210,4,32); }
div.DivClassName
{
background-color: #D20420;
}
.BgClassName
{
background-color: #D20420;
}
</style>
border-color css
<style>
span { border-color: #D20420; }
span { border-color: rgb(210,4,32); }
td.TdClassName
{
border-color: #D20420;
}
.TagClassName
{
border-color: #D20420;
}
</style>