Shades of Venetian Red #D0000C
Tints of Venetian Red #D0000C
RGB
CMYK
RGB Variations
Color information
#D0000C (or 0xD0000C) is known color: Venetian Red. HEX triplet: D0, 00 and 0C. RGB value is (208,0,12). Sum of RGB (Red+Green+Blue) = 208+0+12=220 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.55% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 208 - color contains mainly: red. Hex color #D0000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0000C is #2FFFF3. Grayscale: #3F3F3F. Windows color (decimal): -3145716 or 786640. OLE color: 786640.
HSL color Cylindrical-coordinate representation of color #D0000C: hue angle of 356.54º 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 #D0000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.94 | 0.18 |
| HSL | 356.54º | 1% | 0.41% | - |
| HSV(B) | 356.54º | 1% | 0.82% | - |
| XYZ | 26.08 | 13.44 | 1.57 | - |
| YUV | 63.56 | 98.91 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 12 | 0 | 1 | 0.94 | 0.18 | 356.54 | 1 | 0.41 |
| Hex | D0 | 0 | C | 0 | 64 | 5E | 12 | 165 | 64 | 29 |
| Octal | 320 | 0 | 14 | 0 | 144 | 136 | 22 | 545 | 144 | 51 |
| Binary | 11010000 | 0 | 1100 | 0 | 1100100 | 1011110 | 10010 | 101100101 | 1100100 | 101001 |
Color Harmonies of #D0000C
Complementary color
Monochromatic Colors of #D0000C
Black with #D0000C
Text Example
Text Example
White with #D0000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0000C; }
p { color: rgb(208,0,12); }
H1.HeaderClassName
{
color: #D0000C;
}
.AnyTagClassName
{
color: #D0000C;
}
</style>
background-color css
<style>
a { background-color: #D0000C; }
a { background-color: rgb(208,0,12); }
div.DivClassName
{
background-color: #D0000C;
}
.BgClassName
{
background-color: #D0000C;
}
</style>
border-color css
<style>
span { border-color: #D0000C; }
span { border-color: rgb(208,0,12); }
td.TdClassName
{
border-color: #D0000C;
}
.TagClassName
{
border-color: #D0000C;
}
</style>