Shades of Venetian Red #C60D1B
Tints of Venetian Red #C60D1B
RGB
CMYK
RGB Variations
Color information
#C60D1B (or 0xC60D1B) is known color: Venetian Red. HEX triplet: C6, 0D and 1B. RGB value is (198,13,27). Sum of RGB (Red+Green+Blue) = 198+13+27=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D1B is #39F2E4. Grayscale: #464646. Windows color (decimal): -3797733 or 1772998. OLE color: 1772998.
HSL color Cylindrical-coordinate representation of color #C60D1B: hue angle of 355.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D1B is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.22 |
| HSL | 355.46º | 0.88% | 0.41% | - |
| HSV(B) | 355.46º | 0.93% | 0.78% | - |
| XYZ | 23.63 | 12.37 | 2.18 | - |
| YUV | 69.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 27 | 0 | 0.93 | 0.86 | 0.22 | 355.46 | 0.88 | 0.41 |
| Hex | C6 | D | 1B | 0 | 5D | 56 | 16 | 163 | 58 | 29 |
| Octal | 306 | 15 | 33 | 0 | 135 | 126 | 26 | 543 | 130 | 51 |
| Binary | 11000110 | 1101 | 11011 | 0 | 1011101 | 1010110 | 10110 | 101100011 | 1011000 | 101001 |
Color Harmonies of #C60D1B
Complementary color
Monochromatic Colors of #C60D1B
Black with #C60D1B
Text Example
Text Example
White with #C60D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D1B; }
p { color: rgb(198,13,27); }
H1.HeaderClassName
{
color: #C60D1B;
}
.AnyTagClassName
{
color: #C60D1B;
}
</style>
background-color css
<style>
a { background-color: #C60D1B; }
a { background-color: rgb(198,13,27); }
div.DivClassName
{
background-color: #C60D1B;
}
.BgClassName
{
background-color: #C60D1B;
}
</style>
border-color css
<style>
span { border-color: #C60D1B; }
span { border-color: rgb(198,13,27); }
td.TdClassName
{
border-color: #C60D1B;
}
.TagClassName
{
border-color: #C60D1B;
}
</style>