Shades of Venetian Red #DC0204
Tints of Venetian Red #DC0204
RGB
CMYK
RGB Variations
Color information
#DC0204 (or 0xDC0204) is known color: Venetian Red. HEX triplet: DC, 02 and 04. RGB value is (220,2,4). Sum of RGB (Red+Green+Blue) = 220+2+4=226 (29% of max value = 765). Red value is 220 (86.33% from 255 or 97.35% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0204 is #23FDFB. Grayscale: #434343. Windows color (decimal): -2358780 or 262876. OLE color: 262876.
HSL color Cylindrical-coordinate representation of color #DC0204: hue angle of 359.45º 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 #DC0204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.14 |
| HSL | 359.45º | 0.98% | 0.44% | - |
| HSV(B) | 359.45º | 0.99% | 0.86% | - |
| XYZ | 29.56 | 15.27 | 1.5 | - |
| YUV | 67.41 | 92.22 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 4 | 0 | 0.99 | 0.98 | 0.14 | 359.45 | 0.98 | 0.44 |
| Hex | DC | 2 | 4 | 0 | 63 | 62 | E | 167 | 62 | 2C |
| Octal | 334 | 2 | 4 | 0 | 143 | 142 | 16 | 547 | 142 | 54 |
| Binary | 11011100 | 10 | 100 | 0 | 1100011 | 1100010 | 1110 | 101100111 | 1100010 | 101100 |
Color Harmonies of #DC0204
Complementary color
Monochromatic Colors of #DC0204
Black with #DC0204
Text Example
Text Example
White with #DC0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0204; }
p { color: rgb(220,2,4); }
H1.HeaderClassName
{
color: #DC0204;
}
.AnyTagClassName
{
color: #DC0204;
}
</style>
background-color css
<style>
a { background-color: #DC0204; }
a { background-color: rgb(220,2,4); }
div.DivClassName
{
background-color: #DC0204;
}
.BgClassName
{
background-color: #DC0204;
}
</style>
border-color css
<style>
span { border-color: #DC0204; }
span { border-color: rgb(220,2,4); }
td.TdClassName
{
border-color: #DC0204;
}
.TagClassName
{
border-color: #DC0204;
}
</style>