Shades of Venetian Red #DC0209
Tints of Venetian Red #DC0209
RGB
CMYK
RGB Variations
Color information
#DC0209 (or 0xDC0209) is known color: Venetian Red. HEX triplet: DC, 02 and 09. RGB value is (220,2,9). Sum of RGB (Red+Green+Blue) = 220+2+9=231 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.24% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0209 is #23FDF6. Grayscale: #444444. Windows color (decimal): -2358775 or 590556. OLE color: 590556.
HSL color Cylindrical-coordinate representation of color #DC0209: hue angle of 358.07º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0209 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.14 |
| HSL | 358.07º | 0.98% | 0.44% | - |
| HSV(B) | 358.07º | 0.99% | 0.86% | - |
| XYZ | 29.59 | 15.28 | 1.65 | - |
| YUV | 67.98 | 94.72 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 9 | 0 | 0.99 | 0.96 | 0.14 | 358.07 | 0.98 | 0.44 |
| Hex | DC | 2 | 9 | 0 | 63 | 60 | E | 166 | 62 | 2C |
| Octal | 334 | 2 | 11 | 0 | 143 | 140 | 16 | 546 | 142 | 54 |
| Binary | 11011100 | 10 | 1001 | 0 | 1100011 | 1100000 | 1110 | 101100110 | 1100010 | 101100 |
Color Harmonies of #DC0209
Complementary color
Monochromatic Colors of #DC0209
Black with #DC0209
Text Example
Text Example
White with #DC0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0209; }
p { color: rgb(220,2,9); }
H1.HeaderClassName
{
color: #DC0209;
}
.AnyTagClassName
{
color: #DC0209;
}
</style>
background-color css
<style>
a { background-color: #DC0209; }
a { background-color: rgb(220,2,9); }
div.DivClassName
{
background-color: #DC0209;
}
.BgClassName
{
background-color: #DC0209;
}
</style>
border-color css
<style>
span { border-color: #DC0209; }
span { border-color: rgb(220,2,9); }
td.TdClassName
{
border-color: #DC0209;
}
.TagClassName
{
border-color: #DC0209;
}
</style>