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