Shades of Venetian Red #DC0416
Tints of Venetian Red #DC0416
RGB
CMYK
RGB Variations
Color information
#DC0416 (or 0xDC0416) is known color: Venetian Red. HEX triplet: DC, 04 and 16. RGB value is (220,4,22). Sum of RGB (Red+Green+Blue) = 220+4+22=246 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.43% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0416 is #23FBE9. Grayscale: #464646. Windows color (decimal): -2358250 or 1443036. OLE color: 1443036.
HSL color Cylindrical-coordinate representation of color #DC0416: hue angle of 355º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0416 is Cyan = 0, Magento = 0.98, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 22 | - |
| CMYK | 0 | 0.98 | 0.9 | 0.14 |
| HSL | 355º | 0.96% | 0.44% | - |
| HSV(B) | 355º | 0.98% | 0.86% | - |
| XYZ | 29.7 | 15.36 | 2.16 | - |
| YUV | 70.64 | 100.56 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 22 | 0 | 0.98 | 0.9 | 0.14 | 355 | 0.96 | 0.44 |
| Hex | DC | 4 | 16 | 0 | 62 | 5A | E | 163 | 60 | 2C |
| Octal | 334 | 4 | 26 | 0 | 142 | 132 | 16 | 543 | 140 | 54 |
| Binary | 11011100 | 100 | 10110 | 0 | 1100010 | 1011010 | 1110 | 101100011 | 1100000 | 101100 |
Color Harmonies of #DC0416
Complementary color
Monochromatic Colors of #DC0416
Black with #DC0416
Text Example
Text Example
White with #DC0416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0416; }
p { color: rgb(220,4,22); }
H1.HeaderClassName
{
color: #DC0416;
}
.AnyTagClassName
{
color: #DC0416;
}
</style>
background-color css
<style>
a { background-color: #DC0416; }
a { background-color: rgb(220,4,22); }
div.DivClassName
{
background-color: #DC0416;
}
.BgClassName
{
background-color: #DC0416;
}
</style>
border-color css
<style>
span { border-color: #DC0416; }
span { border-color: rgb(220,4,22); }
td.TdClassName
{
border-color: #DC0416;
}
.TagClassName
{
border-color: #DC0416;
}
</style>