Shades of Venetian Red #DC060C
Tints of Venetian Red #DC060C
RGB
CMYK
RGB Variations
Color information
#DC060C (or 0xDC060C) is known color: Venetian Red. HEX triplet: DC, 06 and 0C. RGB value is (220,6,12). Sum of RGB (Red+Green+Blue) = 220+6+12=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC060C is #23F9F3. Grayscale: #464646. Windows color (decimal): -2357748 or 788188. OLE color: 788188.
HSL color Cylindrical-coordinate representation of color #DC060C: hue angle of 358.32º 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 #DC060C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.14 |
| HSL | 358.32º | 0.95% | 0.44% | - |
| HSV(B) | 358.32º | 0.97% | 0.86% | - |
| XYZ | 29.65 | 15.37 | 1.75 | - |
| YUV | 70.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 12 | 0 | 0.97 | 0.95 | 0.14 | 358.32 | 0.95 | 0.44 |
| Hex | DC | 6 | C | 0 | 61 | 5F | E | 166 | 5F | 2C |
| Octal | 334 | 6 | 14 | 0 | 141 | 137 | 16 | 546 | 137 | 54 |
| Binary | 11011100 | 110 | 1100 | 0 | 1100001 | 1011111 | 1110 | 101100110 | 1011111 | 101100 |
Color Harmonies of #DC060C
Complementary color
Monochromatic Colors of #DC060C
Black with #DC060C
Text Example
Text Example
White with #DC060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC060C; }
p { color: rgb(220,6,12); }
H1.HeaderClassName
{
color: #DC060C;
}
.AnyTagClassName
{
color: #DC060C;
}
</style>
background-color css
<style>
a { background-color: #DC060C; }
a { background-color: rgb(220,6,12); }
div.DivClassName
{
background-color: #DC060C;
}
.BgClassName
{
background-color: #DC060C;
}
</style>
border-color css
<style>
span { border-color: #DC060C; }
span { border-color: rgb(220,6,12); }
td.TdClassName
{
border-color: #DC060C;
}
.TagClassName
{
border-color: #DC060C;
}
</style>