Shades of Venetian Red #DC0206
Tints of Venetian Red #DC0206
RGB
CMYK
RGB Variations
Color information
#DC0206 (or 0xDC0206) is known color: Venetian Red. HEX triplet: DC, 02 and 06. RGB value is (220,2,6). Sum of RGB (Red+Green+Blue) = 220+2+6=228 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.49% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0206 is #23FDF9. Grayscale: #434343. Windows color (decimal): -2358778 or 393948. OLE color: 393948.
HSL color Cylindrical-coordinate representation of color #DC0206: hue angle of 358.9º 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 #DC0206 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.14 |
| HSL | 358.9º | 0.98% | 0.44% | - |
| HSV(B) | 358.9º | 0.99% | 0.86% | - |
| XYZ | 29.57 | 15.27 | 1.56 | - |
| YUV | 67.64 | 93.22 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 6 | 0 | 0.99 | 0.97 | 0.14 | 358.9 | 0.98 | 0.44 |
| Hex | DC | 2 | 6 | 0 | 63 | 61 | E | 167 | 62 | 2C |
| Octal | 334 | 2 | 6 | 0 | 143 | 141 | 16 | 547 | 142 | 54 |
| Binary | 11011100 | 10 | 110 | 0 | 1100011 | 1100001 | 1110 | 101100111 | 1100010 | 101100 |
Color Harmonies of #DC0206
Complementary color
Monochromatic Colors of #DC0206
Black with #DC0206
Text Example
Text Example
White with #DC0206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0206; }
p { color: rgb(220,2,6); }
H1.HeaderClassName
{
color: #DC0206;
}
.AnyTagClassName
{
color: #DC0206;
}
</style>
background-color css
<style>
a { background-color: #DC0206; }
a { background-color: rgb(220,2,6); }
div.DivClassName
{
background-color: #DC0206;
}
.BgClassName
{
background-color: #DC0206;
}
</style>
border-color css
<style>
span { border-color: #DC0206; }
span { border-color: rgb(220,2,6); }
td.TdClassName
{
border-color: #DC0206;
}
.TagClassName
{
border-color: #DC0206;
}
</style>