Shades of Venetian Red #DC0211
Tints of Venetian Red #DC0211
RGB
CMYK
RGB Variations
Color information
#DC0211 (or 0xDC0211) is known color: Venetian Red. HEX triplet: DC, 02 and 11. RGB value is (220,2,17). Sum of RGB (Red+Green+Blue) = 220+2+17=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0211 is #23FDEE. Grayscale: #454545. Windows color (decimal): -2358767 or 1114844. OLE color: 1114844.
HSL color Cylindrical-coordinate representation of color #DC0211: hue angle of 355.87º 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 #DC0211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.14 |
| HSL | 355.87º | 0.98% | 0.44% | - |
| HSV(B) | 355.87º | 0.99% | 0.86% | - |
| XYZ | 29.64 | 15.3 | 1.92 | - |
| YUV | 68.89 | 98.72 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 17 | 0 | 0.99 | 0.92 | 0.14 | 355.87 | 0.98 | 0.44 |
| Hex | DC | 2 | 11 | 0 | 63 | 5C | E | 164 | 62 | 2C |
| Octal | 334 | 2 | 21 | 0 | 143 | 134 | 16 | 544 | 142 | 54 |
| Binary | 11011100 | 10 | 10001 | 0 | 1100011 | 1011100 | 1110 | 101100100 | 1100010 | 101100 |
Color Harmonies of #DC0211
Complementary color
Monochromatic Colors of #DC0211
Black with #DC0211
Text Example
Text Example
White with #DC0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0211; }
p { color: rgb(220,2,17); }
H1.HeaderClassName
{
color: #DC0211;
}
.AnyTagClassName
{
color: #DC0211;
}
</style>
background-color css
<style>
a { background-color: #DC0211; }
a { background-color: rgb(220,2,17); }
div.DivClassName
{
background-color: #DC0211;
}
.BgClassName
{
background-color: #DC0211;
}
</style>
border-color css
<style>
span { border-color: #DC0211; }
span { border-color: rgb(220,2,17); }
td.TdClassName
{
border-color: #DC0211;
}
.TagClassName
{
border-color: #DC0211;
}
</style>