Shades of Venetian Red #D20C19
Tints of Venetian Red #D20C19
RGB
CMYK
RGB Variations
Color information
#D20C19 (or 0xD20C19) is known color: Venetian Red. HEX triplet: D2, 0C and 19. RGB value is (210,12,25). Sum of RGB (Red+Green+Blue) = 210+12+25=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20C19 is #2DF3E6. Grayscale: #484848. Windows color (decimal): -3011559 or 1641682. OLE color: 1641682.
HSL color Cylindrical-coordinate representation of color #D20C19: hue angle of 356.06º degrees, saturation: 0.89, 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 #D20C19 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 25 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.18 |
| HSL | 356.06º | 0.89% | 0.44% | - |
| HSV(B) | 356.06º | 0.94% | 0.82% | - |
| XYZ | 26.89 | 14.03 | 2.21 | - |
| YUV | 72.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 25 | 0 | 0.94 | 0.88 | 0.18 | 356.06 | 0.89 | 0.44 |
| Hex | D2 | C | 19 | 0 | 5E | 58 | 12 | 164 | 59 | 2C |
| Octal | 322 | 14 | 31 | 0 | 136 | 130 | 22 | 544 | 131 | 54 |
| Binary | 11010010 | 1100 | 11001 | 0 | 1011110 | 1011000 | 10010 | 101100100 | 1011001 | 101100 |
Color Harmonies of #D20C19
Complementary color
Monochromatic Colors of #D20C19
Black with #D20C19
Text Example
Text Example
White with #D20C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C19; }
p { color: rgb(210,12,25); }
H1.HeaderClassName
{
color: #D20C19;
}
.AnyTagClassName
{
color: #D20C19;
}
</style>
background-color css
<style>
a { background-color: #D20C19; }
a { background-color: rgb(210,12,25); }
div.DivClassName
{
background-color: #D20C19;
}
.BgClassName
{
background-color: #D20C19;
}
</style>
border-color css
<style>
span { border-color: #D20C19; }
span { border-color: rgb(210,12,25); }
td.TdClassName
{
border-color: #D20C19;
}
.TagClassName
{
border-color: #D20C19;
}
</style>