Shades of Venetian Red #D10009
Tints of Venetian Red #D10009
RGB
CMYK
RGB Variations
Color information
#D10009 (or 0xD10009) is known color: Venetian Red. HEX triplet: D1, 00 and 09. RGB value is (209,0,9). Sum of RGB (Red+Green+Blue) = 209+0+9=218 (28% of max value = 765). Red value is 209 (82.03% from 255 or 95.87% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 209 - color contains mainly: red. Hex color #D10009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10009 is #2EFFF6. Grayscale: #3F3F3F. Windows color (decimal): -3080183 or 590033. OLE color: 590033.
HSL color Cylindrical-coordinate representation of color #D10009: hue angle of 357.42º 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 #D10009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.18 |
| HSL | 357.42º | 1% | 0.41% | - |
| HSV(B) | 357.42º | 1% | 0.82% | - |
| XYZ | 26.34 | 13.58 | 1.49 | - |
| YUV | 63.52 | 97.24 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 9 | 0 | 1 | 0.96 | 0.18 | 357.42 | 1 | 0.41 |
| Hex | D1 | 0 | 9 | 0 | 64 | 60 | 12 | 165 | 64 | 29 |
| Octal | 321 | 0 | 11 | 0 | 144 | 140 | 22 | 545 | 144 | 51 |
| Binary | 11010001 | 0 | 1001 | 0 | 1100100 | 1100000 | 10010 | 101100101 | 1100100 | 101001 |
Color Harmonies of #D10009
Complementary color
Monochromatic Colors of #D10009
Black with #D10009
Text Example
Text Example
White with #D10009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10009; }
p { color: rgb(209,0,9); }
H1.HeaderClassName
{
color: #D10009;
}
.AnyTagClassName
{
color: #D10009;
}
</style>
background-color css
<style>
a { background-color: #D10009; }
a { background-color: rgb(209,0,9); }
div.DivClassName
{
background-color: #D10009;
}
.BgClassName
{
background-color: #D10009;
}
</style>
border-color css
<style>
span { border-color: #D10009; }
span { border-color: rgb(209,0,9); }
td.TdClassName
{
border-color: #D10009;
}
.TagClassName
{
border-color: #D10009;
}
</style>