Shades of Venetian Red #DC0216
Tints of Venetian Red #DC0216
RGB
CMYK
RGB Variations
Color information
#DC0216 (or 0xDC0216) is known color: Venetian Red. HEX triplet: DC, 02 and 16. RGB value is (220,2,22). Sum of RGB (Red+Green+Blue) = 220+2+22=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0216 is #23FDE9. Grayscale: #454545. Windows color (decimal): -2358762 or 1442524. OLE color: 1442524.
HSL color Cylindrical-coordinate representation of color #DC0216: hue angle of 354.5º 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 #DC0216 is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 22 | - |
| CMYK | 0 | 0.99 | 0.9 | 0.14 |
| HSL | 354.5º | 0.98% | 0.44% | - |
| HSV(B) | 354.5º | 0.99% | 0.86% | - |
| XYZ | 29.68 | 15.32 | 2.15 | - |
| YUV | 69.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 22 | 0 | 0.99 | 0.9 | 0.14 | 354.5 | 0.98 | 0.44 |
| Hex | DC | 2 | 16 | 0 | 63 | 5A | E | 162 | 62 | 2C |
| Octal | 334 | 2 | 26 | 0 | 143 | 132 | 16 | 542 | 142 | 54 |
| Binary | 11011100 | 10 | 10110 | 0 | 1100011 | 1011010 | 1110 | 101100010 | 1100010 | 101100 |
Color Harmonies of #DC0216
Complementary color
Monochromatic Colors of #DC0216
Black with #DC0216
Text Example
Text Example
White with #DC0216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0216; }
p { color: rgb(220,2,22); }
H1.HeaderClassName
{
color: #DC0216;
}
.AnyTagClassName
{
color: #DC0216;
}
</style>
background-color css
<style>
a { background-color: #DC0216; }
a { background-color: rgb(220,2,22); }
div.DivClassName
{
background-color: #DC0216;
}
.BgClassName
{
background-color: #DC0216;
}
</style>
border-color css
<style>
span { border-color: #DC0216; }
span { border-color: rgb(220,2,22); }
td.TdClassName
{
border-color: #DC0216;
}
.TagClassName
{
border-color: #DC0216;
}
</style>