Shades of Venetian Red #D9000C
Tints of Venetian Red #D9000C
RGB
CMYK
RGB Variations
Color information
#D9000C (or 0xD9000C) is known color: Venetian Red. HEX triplet: D9, 00 and 0C. RGB value is (217,0,12). Sum of RGB (Red+Green+Blue) = 217+0+12=229 (30% of max value = 765). Red value is 217 (85.16% from 255 or 94.76% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 217 - color contains mainly: red. Hex color #D9000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9000C is #26FFF3. Grayscale: #424242. Windows color (decimal): -2555892 or 786649. OLE color: 786649.
HSL color Cylindrical-coordinate representation of color #D9000C: hue angle of 356.68º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.94 | 0.15 |
| HSL | 356.68º | 1% | 0.43% | - |
| HSV(B) | 356.68º | 1% | 0.85% | - |
| XYZ | 28.68 | 14.78 | 1.69 | - |
| YUV | 66.25 | 97.39 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 12 | 0 | 1 | 0.94 | 0.15 | 356.68 | 1 | 0.43 |
| Hex | D9 | 0 | C | 0 | 64 | 5E | F | 165 | 64 | 2B |
| Octal | 331 | 0 | 14 | 0 | 144 | 136 | 17 | 545 | 144 | 53 |
| Binary | 11011001 | 0 | 1100 | 0 | 1100100 | 1011110 | 1111 | 101100101 | 1100100 | 101011 |
Color Harmonies of #D9000C
Complementary color
Monochromatic Colors of #D9000C
Black with #D9000C
Text Example
Text Example
White with #D9000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9000C; }
p { color: rgb(217,0,12); }
H1.HeaderClassName
{
color: #D9000C;
}
.AnyTagClassName
{
color: #D9000C;
}
</style>
background-color css
<style>
a { background-color: #D9000C; }
a { background-color: rgb(217,0,12); }
div.DivClassName
{
background-color: #D9000C;
}
.BgClassName
{
background-color: #D9000C;
}
</style>
border-color css
<style>
span { border-color: #D9000C; }
span { border-color: rgb(217,0,12); }
td.TdClassName
{
border-color: #D9000C;
}
.TagClassName
{
border-color: #D9000C;
}
</style>