Shades of Venetian Red #DC0110
Tints of Venetian Red #DC0110
RGB
CMYK
RGB Variations
Color information
#DC0110 (or 0xDC0110) is known color: Venetian Red. HEX triplet: DC, 01 and 10. RGB value is (220,1,16). Sum of RGB (Red+Green+Blue) = 220+1+16=237 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.83% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0110 is #23FEEF. Grayscale: #444444. Windows color (decimal): -2359024 or 1049052. OLE color: 1049052.
HSL color Cylindrical-coordinate representation of color #DC0110: hue angle of 355.89º 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 #DC0110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.14 |
| HSL | 355.89º | 0.99% | 0.43% | - |
| HSV(B) | 355.89º | 1% | 0.86% | - |
| XYZ | 29.62 | 15.27 | 1.88 | - |
| YUV | 68.19 | 98.55 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 16 | 0 | 1.00 | 0.93 | 0.14 | 355.89 | 0.99 | 0.43 |
| Hex | DC | 1 | 10 | 0 | 64 | 5D | E | 164 | 63 | 2B |
| Octal | 334 | 1 | 20 | 0 | 144 | 135 | 16 | 544 | 143 | 53 |
| Binary | 11011100 | 1 | 10000 | 0 | 1100100 | 1011101 | 1110 | 101100100 | 1100011 | 101011 |
Color Harmonies of #DC0110
Complementary color
Monochromatic Colors of #DC0110
Black with #DC0110
Text Example
Text Example
White with #DC0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0110; }
p { color: rgb(220,1,16); }
H1.HeaderClassName
{
color: #DC0110;
}
.AnyTagClassName
{
color: #DC0110;
}
</style>
background-color css
<style>
a { background-color: #DC0110; }
a { background-color: rgb(220,1,16); }
div.DivClassName
{
background-color: #DC0110;
}
.BgClassName
{
background-color: #DC0110;
}
</style>
border-color css
<style>
span { border-color: #DC0110; }
span { border-color: rgb(220,1,16); }
td.TdClassName
{
border-color: #DC0110;
}
.TagClassName
{
border-color: #DC0110;
}
</style>