Shades of Venetian Red #DC0610
Tints of Venetian Red #DC0610
RGB
CMYK
RGB Variations
Color information
#DC0610 (or 0xDC0610) is known color: Venetian Red. HEX triplet: DC, 06 and 10. RGB value is (220,6,16). Sum of RGB (Red+Green+Blue) = 220+6+16=242 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.91% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0610 is #23F9EF. Grayscale: #474747. Windows color (decimal): -2357744 or 1050332. OLE color: 1050332.
HSL color Cylindrical-coordinate representation of color #DC0610: hue angle of 357.2º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.14 |
| HSL | 357.2º | 0.95% | 0.44% | - |
| HSV(B) | 357.2º | 0.97% | 0.86% | - |
| XYZ | 29.67 | 15.38 | 1.9 | - |
| YUV | 71.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 16 | 0 | 0.97 | 0.93 | 0.14 | 357.2 | 0.95 | 0.44 |
| Hex | DC | 6 | 10 | 0 | 61 | 5D | E | 165 | 5F | 2C |
| Octal | 334 | 6 | 20 | 0 | 141 | 135 | 16 | 545 | 137 | 54 |
| Binary | 11011100 | 110 | 10000 | 0 | 1100001 | 1011101 | 1110 | 101100101 | 1011111 | 101100 |
Color Harmonies of #DC0610
Complementary color
Monochromatic Colors of #DC0610
Black with #DC0610
Text Example
Text Example
White with #DC0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0610; }
p { color: rgb(220,6,16); }
H1.HeaderClassName
{
color: #DC0610;
}
.AnyTagClassName
{
color: #DC0610;
}
</style>
background-color css
<style>
a { background-color: #DC0610; }
a { background-color: rgb(220,6,16); }
div.DivClassName
{
background-color: #DC0610;
}
.BgClassName
{
background-color: #DC0610;
}
</style>
border-color css
<style>
span { border-color: #DC0610; }
span { border-color: rgb(220,6,16); }
td.TdClassName
{
border-color: #DC0610;
}
.TagClassName
{
border-color: #DC0610;
}
</style>