Shades of Venetian Red #DC0009
Tints of Venetian Red #DC0009
RGB
CMYK
RGB Variations
Color information
#DC0009 (or 0xDC0009) is known color: Venetian Red. HEX triplet: DC, 00 and 09. RGB value is (220,0,9). Sum of RGB (Red+Green+Blue) = 220+0+9=229 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.07% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0009 is #23FFF6. Grayscale: #424242. Windows color (decimal): -2359287 or 590044. OLE color: 590044.
HSL color Cylindrical-coordinate representation of color #DC0009: hue angle of 357.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.14 |
| HSL | 357.55º | 1% | 0.43% | - |
| HSV(B) | 357.55º | 1% | 0.86% | - |
| XYZ | 29.56 | 15.24 | 1.64 | - |
| YUV | 66.81 | 95.39 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 9 | 0 | 1 | 0.96 | 0.14 | 357.55 | 1 | 0.43 |
| Hex | DC | 0 | 9 | 0 | 64 | 60 | E | 166 | 64 | 2B |
| Octal | 334 | 0 | 11 | 0 | 144 | 140 | 16 | 546 | 144 | 53 |
| Binary | 11011100 | 0 | 1001 | 0 | 1100100 | 1100000 | 1110 | 101100110 | 1100100 | 101011 |
Color Harmonies of #DC0009
Complementary color
Monochromatic Colors of #DC0009
Black with #DC0009
Text Example
Text Example
White with #DC0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0009; }
p { color: rgb(220,0,9); }
H1.HeaderClassName
{
color: #DC0009;
}
.AnyTagClassName
{
color: #DC0009;
}
</style>
background-color css
<style>
a { background-color: #DC0009; }
a { background-color: rgb(220,0,9); }
div.DivClassName
{
background-color: #DC0009;
}
.BgClassName
{
background-color: #DC0009;
}
</style>
border-color css
<style>
span { border-color: #DC0009; }
span { border-color: rgb(220,0,9); }
td.TdClassName
{
border-color: #DC0009;
}
.TagClassName
{
border-color: #DC0009;
}
</style>