Shades of Venetian Red #C60C0D
Tints of Venetian Red #C60C0D
RGB
CMYK
RGB Variations
Color information
#C60C0D (or 0xC60C0D) is known color: Venetian Red. HEX triplet: C6, 0C and 0D. RGB value is (198,12,13). Sum of RGB (Red+Green+Blue) = 198+12+13=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C60C0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60C0D is #39F3F2. Grayscale: #434343. Windows color (decimal): -3798003 or 855238. OLE color: 855238.
HSL color Cylindrical-coordinate representation of color #C60C0D: hue angle of 359.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60C0D is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 12 | 13 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.22 |
| HSL | 359.68º | 0.89% | 0.41% | - |
| HSV(B) | 359.68º | 0.94% | 0.78% | - |
| XYZ | 23.49 | 12.3 | 1.52 | - |
| YUV | 67.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 13 | 0 | 0.94 | 0.93 | 0.22 | 359.68 | 0.89 | 0.41 |
| Hex | C6 | C | D | 0 | 5E | 5D | 16 | 168 | 59 | 29 |
| Octal | 306 | 14 | 15 | 0 | 136 | 135 | 26 | 550 | 131 | 51 |
| Binary | 11000110 | 1100 | 1101 | 0 | 1011110 | 1011101 | 10110 | 101101000 | 1011001 | 101001 |
Color Harmonies of #C60C0D
Complementary color
Monochromatic Colors of #C60C0D
Black with #C60C0D
Text Example
Text Example
White with #C60C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60C0D; }
p { color: rgb(198,12,13); }
H1.HeaderClassName
{
color: #C60C0D;
}
.AnyTagClassName
{
color: #C60C0D;
}
</style>
background-color css
<style>
a { background-color: #C60C0D; }
a { background-color: rgb(198,12,13); }
div.DivClassName
{
background-color: #C60C0D;
}
.BgClassName
{
background-color: #C60C0D;
}
</style>
border-color css
<style>
span { border-color: #C60C0D; }
span { border-color: rgb(198,12,13); }
td.TdClassName
{
border-color: #C60C0D;
}
.TagClassName
{
border-color: #C60C0D;
}
</style>