Shades of Venetian Red #C60F1D
Tints of Venetian Red #C60F1D
RGB
CMYK
RGB Variations
Color information
#C60F1D (or 0xC60F1D) is known color: Venetian Red. HEX triplet: C6, 0F and 1D. RGB value is (198,15,29). Sum of RGB (Red+Green+Blue) = 198+15+29=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60F1D is #39F0E2. Grayscale: #474747. Windows color (decimal): -3797219 or 1904582. OLE color: 1904582.
HSL color Cylindrical-coordinate representation of color #C60F1D: hue angle of 355.41º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F1D is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 29 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.22 |
| HSL | 355.41º | 0.86% | 0.42% | - |
| HSV(B) | 355.41º | 0.92% | 0.78% | - |
| XYZ | 23.68 | 12.44 | 2.31 | - |
| YUV | 71.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 29 | 0 | 0.92 | 0.85 | 0.22 | 355.41 | 0.86 | 0.42 |
| Hex | C6 | F | 1D | 0 | 5C | 55 | 16 | 163 | 56 | 2A |
| Octal | 306 | 17 | 35 | 0 | 134 | 125 | 26 | 543 | 126 | 52 |
| Binary | 11000110 | 1111 | 11101 | 0 | 1011100 | 1010101 | 10110 | 101100011 | 1010110 | 101010 |
Color Harmonies of #C60F1D
Complementary color
Monochromatic Colors of #C60F1D
Black with #C60F1D
Text Example
Text Example
White with #C60F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F1D; }
p { color: rgb(198,15,29); }
H1.HeaderClassName
{
color: #C60F1D;
}
.AnyTagClassName
{
color: #C60F1D;
}
</style>
background-color css
<style>
a { background-color: #C60F1D; }
a { background-color: rgb(198,15,29); }
div.DivClassName
{
background-color: #C60F1D;
}
.BgClassName
{
background-color: #C60F1D;
}
</style>
border-color css
<style>
span { border-color: #C60F1D; }
span { border-color: rgb(198,15,29); }
td.TdClassName
{
border-color: #C60F1D;
}
.TagClassName
{
border-color: #C60F1D;
}
</style>