Shades of Venetian Red #D2000C
Tints of Venetian Red #D2000C
RGB
CMYK
RGB Variations
Color information
#D2000C (or 0xD2000C) is known color: Venetian Red. HEX triplet: D2, 00 and 0C. RGB value is (210,0,12). Sum of RGB (Red+Green+Blue) = 210+0+12=222 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.59% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 210 - color contains mainly: red. Hex color #D2000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2000C is #2DFFF3. Grayscale: #404040. Windows color (decimal): -3014644 or 786642. OLE color: 786642.
HSL color Cylindrical-coordinate representation of color #D2000C: hue angle of 356.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.94 | 0.18 |
| HSL | 356.57º | 1% | 0.41% | - |
| HSV(B) | 356.57º | 1% | 0.82% | - |
| XYZ | 26.64 | 13.73 | 1.59 | - |
| YUV | 64.16 | 98.57 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 12 | 0 | 1 | 0.94 | 0.18 | 356.57 | 1 | 0.41 |
| Hex | D2 | 0 | C | 0 | 64 | 5E | 12 | 165 | 64 | 29 |
| Octal | 322 | 0 | 14 | 0 | 144 | 136 | 22 | 545 | 144 | 51 |
| Binary | 11010010 | 0 | 1100 | 0 | 1100100 | 1011110 | 10010 | 101100101 | 1100100 | 101001 |
Color Harmonies of #D2000C
Complementary color
Monochromatic Colors of #D2000C
Black with #D2000C
Text Example
Text Example
White with #D2000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2000C; }
p { color: rgb(210,0,12); }
H1.HeaderClassName
{
color: #D2000C;
}
.AnyTagClassName
{
color: #D2000C;
}
</style>
background-color css
<style>
a { background-color: #D2000C; }
a { background-color: rgb(210,0,12); }
div.DivClassName
{
background-color: #D2000C;
}
.BgClassName
{
background-color: #D2000C;
}
</style>
border-color css
<style>
span { border-color: #D2000C; }
span { border-color: rgb(210,0,12); }
td.TdClassName
{
border-color: #D2000C;
}
.TagClassName
{
border-color: #D2000C;
}
</style>