Shades of Venetian Red #D20C0D
Tints of Venetian Red #D20C0D
RGB
CMYK
RGB Variations
Color information
#D20C0D (or 0xD20C0D) is known color: Venetian Red. HEX triplet: D2, 0C and 0D. RGB value is (210,12,13). Sum of RGB (Red+Green+Blue) = 210+12+13=235 (31% of max value = 765). Red value is 210 (82.42% from 255 or 89.36% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20C0D is #2DF3F2. Grayscale: #474747. Windows color (decimal): -3011571 or 855250. OLE color: 855250.
HSL color Cylindrical-coordinate representation of color #D20C0D: hue angle of 359.7º 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 #D20C0D is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 13 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.18 |
| HSL | 359.7º | 0.89% | 0.44% | - |
| HSV(B) | 359.7º | 0.94% | 0.82% | - |
| XYZ | 26.78 | 13.99 | 1.67 | - |
| YUV | 71.32 | 95.1 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 13 | 0 | 0.94 | 0.94 | 0.18 | 359.7 | 0.89 | 0.44 |
| Hex | D2 | C | D | 0 | 5E | 5E | 12 | 168 | 59 | 2C |
| Octal | 322 | 14 | 15 | 0 | 136 | 136 | 22 | 550 | 131 | 54 |
| Binary | 11010010 | 1100 | 1101 | 0 | 1011110 | 1011110 | 10010 | 101101000 | 1011001 | 101100 |
Color Harmonies of #D20C0D
Complementary color
Monochromatic Colors of #D20C0D
Black with #D20C0D
Text Example
Text Example
White with #D20C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C0D; }
p { color: rgb(210,12,13); }
H1.HeaderClassName
{
color: #D20C0D;
}
.AnyTagClassName
{
color: #D20C0D;
}
</style>
background-color css
<style>
a { background-color: #D20C0D; }
a { background-color: rgb(210,12,13); }
div.DivClassName
{
background-color: #D20C0D;
}
.BgClassName
{
background-color: #D20C0D;
}
</style>
border-color css
<style>
span { border-color: #D20C0D; }
span { border-color: rgb(210,12,13); }
td.TdClassName
{
border-color: #D20C0D;
}
.TagClassName
{
border-color: #D20C0D;
}
</style>