Shades of Venetian Red #CD060C
Tints of Venetian Red #CD060C
RGB
CMYK
RGB Variations
Color information
#CD060C (or 0xCD060C) is known color: Venetian Red. HEX triplet: CD, 06 and 0C. RGB value is (205,6,12). Sum of RGB (Red+Green+Blue) = 205+6+12=223 (29% of max value = 765). Red value is 205 (80.47% from 255 or 91.93% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 205 - color contains mainly: red. Hex color #CD060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD060C is #32F9F3. Grayscale: #424242. Windows color (decimal): -3340788 or 788173. OLE color: 788173.
HSL color Cylindrical-coordinate representation of color #CD060C: hue angle of 358.19º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.20 |
| HSL | 358.19º | 0.94% | 0.41% | - |
| HSV(B) | 358.19º | 0.97% | 0.8% | - |
| XYZ | 25.31 | 13.14 | 1.55 | - |
| YUV | 66.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 12 | 0 | 0.97 | 0.94 | 0.20 | 358.19 | 0.94 | 0.41 |
| Hex | CD | 6 | C | 0 | 61 | 5E | 14 | 166 | 5E | 29 |
| Octal | 315 | 6 | 14 | 0 | 141 | 136 | 24 | 546 | 136 | 51 |
| Binary | 11001101 | 110 | 1100 | 0 | 1100001 | 1011110 | 10100 | 101100110 | 1011110 | 101001 |
Color Harmonies of #CD060C
Complementary color
Monochromatic Colors of #CD060C
Black with #CD060C
Text Example
Text Example
White with #CD060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD060C; }
p { color: rgb(205,6,12); }
H1.HeaderClassName
{
color: #CD060C;
}
.AnyTagClassName
{
color: #CD060C;
}
</style>
background-color css
<style>
a { background-color: #CD060C; }
a { background-color: rgb(205,6,12); }
div.DivClassName
{
background-color: #CD060C;
}
.BgClassName
{
background-color: #CD060C;
}
</style>
border-color css
<style>
span { border-color: #CD060C; }
span { border-color: rgb(205,6,12); }
td.TdClassName
{
border-color: #CD060C;
}
.TagClassName
{
border-color: #CD060C;
}
</style>