Shades of Venetian Red #DC0710
Tints of Venetian Red #DC0710
RGB
CMYK
RGB Variations
Color information
#DC0710 (or 0xDC0710) is known color: Venetian Red. HEX triplet: DC, 07 and 10. RGB value is (220,7,16). Sum of RGB (Red+Green+Blue) = 220+7+16=243 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.53% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0710 is #23F8EF. Grayscale: #474747. Windows color (decimal): -2357488 or 1050588. OLE color: 1050588.
HSL color Cylindrical-coordinate representation of color #DC0710: hue angle of 357.46º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.14 |
| HSL | 357.46º | 0.94% | 0.45% | - |
| HSV(B) | 357.46º | 0.97% | 0.86% | - |
| XYZ | 29.68 | 15.41 | 1.9 | - |
| YUV | 71.71 | 96.57 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 16 | 0 | 0.97 | 0.93 | 0.14 | 357.46 | 0.94 | 0.45 |
| Hex | DC | 7 | 10 | 0 | 61 | 5D | E | 165 | 5E | 2D |
| Octal | 334 | 7 | 20 | 0 | 141 | 135 | 16 | 545 | 136 | 55 |
| Binary | 11011100 | 111 | 10000 | 0 | 1100001 | 1011101 | 1110 | 101100101 | 1011110 | 101101 |
Color Harmonies of #DC0710
Complementary color
Monochromatic Colors of #DC0710
Black with #DC0710
Text Example
Text Example
White with #DC0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0710; }
p { color: rgb(220,7,16); }
H1.HeaderClassName
{
color: #DC0710;
}
.AnyTagClassName
{
color: #DC0710;
}
</style>
background-color css
<style>
a { background-color: #DC0710; }
a { background-color: rgb(220,7,16); }
div.DivClassName
{
background-color: #DC0710;
}
.BgClassName
{
background-color: #DC0710;
}
</style>
border-color css
<style>
span { border-color: #DC0710; }
span { border-color: rgb(220,7,16); }
td.TdClassName
{
border-color: #DC0710;
}
.TagClassName
{
border-color: #DC0710;
}
</style>