Shades of Venetian Red #D00009
Tints of Venetian Red #D00009
RGB
CMYK
RGB Variations
Color information
#D00009 (or 0xD00009) is known color: Venetian Red. HEX triplet: D0, 00 and 09. RGB value is (208,0,9). Sum of RGB (Red+Green+Blue) = 208+0+9=217 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.85% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 208 - color contains mainly: red. Hex color #D00009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00009 is #2FFFF6. Grayscale: #3F3F3F. Windows color (decimal): -3145719 or 590032. OLE color: 590032.
HSL color Cylindrical-coordinate representation of color #D00009: hue angle of 357.4º 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 #D00009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.18 |
| HSL | 357.4º | 1% | 0.41% | - |
| HSV(B) | 357.4º | 1% | 0.82% | - |
| XYZ | 26.06 | 13.43 | 1.48 | - |
| YUV | 63.22 | 97.41 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 9 | 0 | 1 | 0.96 | 0.18 | 357.4 | 1 | 0.41 |
| Hex | D0 | 0 | 9 | 0 | 64 | 60 | 12 | 165 | 64 | 29 |
| Octal | 320 | 0 | 11 | 0 | 144 | 140 | 22 | 545 | 144 | 51 |
| Binary | 11010000 | 0 | 1001 | 0 | 1100100 | 1100000 | 10010 | 101100101 | 1100100 | 101001 |
Color Harmonies of #D00009
Complementary color
Monochromatic Colors of #D00009
Black with #D00009
Text Example
Text Example
White with #D00009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00009; }
p { color: rgb(208,0,9); }
H1.HeaderClassName
{
color: #D00009;
}
.AnyTagClassName
{
color: #D00009;
}
</style>
background-color css
<style>
a { background-color: #D00009; }
a { background-color: rgb(208,0,9); }
div.DivClassName
{
background-color: #D00009;
}
.BgClassName
{
background-color: #D00009;
}
</style>
border-color css
<style>
span { border-color: #D00009; }
span { border-color: rgb(208,0,9); }
td.TdClassName
{
border-color: #D00009;
}
.TagClassName
{
border-color: #D00009;
}
</style>