Shades of Venetian Red #DC0104
Tints of Venetian Red #DC0104
RGB
CMYK
RGB Variations
Color information
#DC0104 (or 0xDC0104) is known color: Venetian Red. HEX triplet: DC, 01 and 04. RGB value is (220,1,4). Sum of RGB (Red+Green+Blue) = 220+1+4=225 (29% of max value = 765). Red value is 220 (86.33% from 255 or 97.78% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0104 is #23FEFB. Grayscale: #434343. Windows color (decimal): -2359036 or 262620. OLE color: 262620.
HSL color Cylindrical-coordinate representation of color #DC0104: hue angle of 359.18º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.14 |
| HSL | 359.18º | 0.99% | 0.43% | - |
| HSV(B) | 359.18º | 1% | 0.86% | - |
| XYZ | 29.55 | 15.25 | 1.5 | - |
| YUV | 66.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 4 | 0 | 1.00 | 0.98 | 0.14 | 359.18 | 0.99 | 0.43 |
| Hex | DC | 1 | 4 | 0 | 64 | 62 | E | 167 | 63 | 2B |
| Octal | 334 | 1 | 4 | 0 | 144 | 142 | 16 | 547 | 143 | 53 |
| Binary | 11011100 | 1 | 100 | 0 | 1100100 | 1100010 | 1110 | 101100111 | 1100011 | 101011 |
Color Harmonies of #DC0104
Complementary color
Monochromatic Colors of #DC0104
Black with #DC0104
Text Example
Text Example
White with #DC0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0104; }
p { color: rgb(220,1,4); }
H1.HeaderClassName
{
color: #DC0104;
}
.AnyTagClassName
{
color: #DC0104;
}
</style>
background-color css
<style>
a { background-color: #DC0104; }
a { background-color: rgb(220,1,4); }
div.DivClassName
{
background-color: #DC0104;
}
.BgClassName
{
background-color: #DC0104;
}
</style>
border-color css
<style>
span { border-color: #DC0104; }
span { border-color: rgb(220,1,4); }
td.TdClassName
{
border-color: #DC0104;
}
.TagClassName
{
border-color: #DC0104;
}
</style>