Shades of Venetian Red #C8060C
Tints of Venetian Red #C8060C
RGB
CMYK
RGB Variations
Color information
#C8060C (or 0xC8060C) is known color: Venetian Red. HEX triplet: C8, 06 and 0C. RGB value is (200,6,12). Sum of RGB (Red+Green+Blue) = 200+6+12=218 (28% of max value = 765). Red value is 200 (78.52% from 255 or 91.74% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 200 - color contains mainly: red. Hex color #C8060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8060C is #37F9F3. Grayscale: #404040. Windows color (decimal): -3668468 or 788168. OLE color: 788168.
HSL color Cylindrical-coordinate representation of color #C8060C: hue angle of 358.14º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.22 |
| HSL | 358.14º | 0.94% | 0.4% | - |
| HSV(B) | 358.14º | 0.97% | 0.78% | - |
| XYZ | 23.95 | 12.44 | 1.49 | - |
| YUV | 64.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 12 | 0 | 0.97 | 0.94 | 0.22 | 358.14 | 0.94 | 0.4 |
| Hex | C8 | 6 | C | 0 | 61 | 5E | 16 | 166 | 5E | 28 |
| Octal | 310 | 6 | 14 | 0 | 141 | 136 | 26 | 546 | 136 | 50 |
| Binary | 11001000 | 110 | 1100 | 0 | 1100001 | 1011110 | 10110 | 101100110 | 1011110 | 101000 |
Color Harmonies of #C8060C
Complementary color
Monochromatic Colors of #C8060C
Black with #C8060C
Text Example
Text Example
White with #C8060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8060C; }
p { color: rgb(200,6,12); }
H1.HeaderClassName
{
color: #C8060C;
}
.AnyTagClassName
{
color: #C8060C;
}
</style>
background-color css
<style>
a { background-color: #C8060C; }
a { background-color: rgb(200,6,12); }
div.DivClassName
{
background-color: #C8060C;
}
.BgClassName
{
background-color: #C8060C;
}
</style>
border-color css
<style>
span { border-color: #C8060C; }
span { border-color: rgb(200,6,12); }
td.TdClassName
{
border-color: #C8060C;
}
.TagClassName
{
border-color: #C8060C;
}
</style>