Shades of Venetian Red #D2020C
Tints of Venetian Red #D2020C
RGB
CMYK
RGB Variations
Color information
#D2020C (or 0xD2020C) is known color: Venetian Red. HEX triplet: D2, 02 and 0C. RGB value is (210,2,12). Sum of RGB (Red+Green+Blue) = 210+2+12=224 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.75% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 210 - color contains mainly: red. Hex color #D2020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2020C is #2DFDF3. Grayscale: #414141. Windows color (decimal): -3014132 or 787154. OLE color: 787154.
HSL color Cylindrical-coordinate representation of color #D2020C: hue angle of 357.12º 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 #D2020C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.18 |
| HSL | 357.12º | 0.98% | 0.42% | - |
| HSV(B) | 357.12º | 0.99% | 0.82% | - |
| XYZ | 26.67 | 13.77 | 1.6 | - |
| YUV | 65.33 | 97.91 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 12 | 0 | 0.99 | 0.94 | 0.18 | 357.12 | 0.98 | 0.42 |
| Hex | D2 | 2 | C | 0 | 63 | 5E | 12 | 165 | 62 | 2A |
| Octal | 322 | 2 | 14 | 0 | 143 | 136 | 22 | 545 | 142 | 52 |
| Binary | 11010010 | 10 | 1100 | 0 | 1100011 | 1011110 | 10010 | 101100101 | 1100010 | 101010 |
Color Harmonies of #D2020C
Complementary color
Monochromatic Colors of #D2020C
Black with #D2020C
Text Example
Text Example
White with #D2020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2020C; }
p { color: rgb(210,2,12); }
H1.HeaderClassName
{
color: #D2020C;
}
.AnyTagClassName
{
color: #D2020C;
}
</style>
background-color css
<style>
a { background-color: #D2020C; }
a { background-color: rgb(210,2,12); }
div.DivClassName
{
background-color: #D2020C;
}
.BgClassName
{
background-color: #D2020C;
}
</style>
border-color css
<style>
span { border-color: #D2020C; }
span { border-color: rgb(210,2,12); }
td.TdClassName
{
border-color: #D2020C;
}
.TagClassName
{
border-color: #D2020C;
}
</style>