Shades of Venetian Red #DD0009
Tints of Venetian Red #DD0009
RGB
CMYK
RGB Variations
Color information
#DD0009 (or 0xDD0009) is known color: Venetian Red. HEX triplet: DD, 00 and 09. RGB value is (221,0,9). Sum of RGB (Red+Green+Blue) = 221+0+9=230 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.09% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0009 is #22FFF6. Grayscale: #434343. Windows color (decimal): -2293751 or 590045. OLE color: 590045.
HSL color Cylindrical-coordinate representation of color #DD0009: hue angle of 357.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.13 |
| HSL | 357.56º | 1% | 0.43% | - |
| HSV(B) | 357.56º | 1% | 0.87% | - |
| XYZ | 29.87 | 15.39 | 1.66 | - |
| YUV | 67.11 | 95.22 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 9 | 0 | 1 | 0.96 | 0.13 | 357.56 | 1 | 0.43 |
| Hex | DD | 0 | 9 | 0 | 64 | 60 | D | 166 | 64 | 2B |
| Octal | 335 | 0 | 11 | 0 | 144 | 140 | 15 | 546 | 144 | 53 |
| Binary | 11011101 | 0 | 1001 | 0 | 1100100 | 1100000 | 1101 | 101100110 | 1100100 | 101011 |
Color Harmonies of #DD0009
Complementary color
Monochromatic Colors of #DD0009
Black with #DD0009
Text Example
Text Example
White with #DD0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0009; }
p { color: rgb(221,0,9); }
H1.HeaderClassName
{
color: #DD0009;
}
.AnyTagClassName
{
color: #DD0009;
}
</style>
background-color css
<style>
a { background-color: #DD0009; }
a { background-color: rgb(221,0,9); }
div.DivClassName
{
background-color: #DD0009;
}
.BgClassName
{
background-color: #DD0009;
}
</style>
border-color css
<style>
span { border-color: #DD0009; }
span { border-color: rgb(221,0,9); }
td.TdClassName
{
border-color: #DD0009;
}
.TagClassName
{
border-color: #DD0009;
}
</style>