Shades of Venetian Red #DC060A
Tints of Venetian Red #DC060A
RGB
CMYK
RGB Variations
Color information
#DC060A (or 0xDC060A) is known color: Venetian Red. HEX triplet: DC, 06 and 0A. RGB value is (220,6,10). Sum of RGB (Red+Green+Blue) = 220+6+10=236 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.22% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 220 - color contains mainly: red. Hex color #DC060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC060A is #23F9F5. Grayscale: #464646. Windows color (decimal): -2357750 or 657116. OLE color: 657116.
HSL color Cylindrical-coordinate representation of color #DC060A: hue angle of 358.88º 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 #DC060A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.14 |
| HSL | 358.88º | 0.95% | 0.44% | - |
| HSV(B) | 358.88º | 0.97% | 0.86% | - |
| XYZ | 29.64 | 15.37 | 1.69 | - |
| YUV | 70.44 | 93.9 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 10 | 0 | 0.97 | 0.95 | 0.14 | 358.88 | 0.95 | 0.44 |
| Hex | DC | 6 | A | 0 | 61 | 5F | E | 167 | 5F | 2C |
| Octal | 334 | 6 | 12 | 0 | 141 | 137 | 16 | 547 | 137 | 54 |
| Binary | 11011100 | 110 | 1010 | 0 | 1100001 | 1011111 | 1110 | 101100111 | 1011111 | 101100 |
Color Harmonies of #DC060A
Complementary color
Monochromatic Colors of #DC060A
Black with #DC060A
Text Example
Text Example
White with #DC060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC060A; }
p { color: rgb(220,6,10); }
H1.HeaderClassName
{
color: #DC060A;
}
.AnyTagClassName
{
color: #DC060A;
}
</style>
background-color css
<style>
a { background-color: #DC060A; }
a { background-color: rgb(220,6,10); }
div.DivClassName
{
background-color: #DC060A;
}
.BgClassName
{
background-color: #DC060A;
}
</style>
border-color css
<style>
span { border-color: #DC060A; }
span { border-color: rgb(220,6,10); }
td.TdClassName
{
border-color: #DC060A;
}
.TagClassName
{
border-color: #DC060A;
}
</style>