Shades of Venetian Red #C60D15
Tints of Venetian Red #C60D15
RGB
CMYK
RGB Variations
Color information
#C60D15 (or 0xC60D15) is known color: Venetian Red. HEX triplet: C6, 0D and 15. RGB value is (198,13,21). Sum of RGB (Red+Green+Blue) = 198+13+21=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60D15 is #39F2EA. Grayscale: #454545. Windows color (decimal): -3797739 or 1379782. OLE color: 1379782.
HSL color Cylindrical-coordinate representation of color #C60D15: hue angle of 357.41º 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 #C60D15 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 21 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.22 |
| HSL | 357.41º | 0.88% | 0.41% | - |
| HSV(B) | 357.41º | 0.93% | 0.78% | - |
| XYZ | 23.57 | 12.35 | 1.85 | - |
| YUV | 69.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 21 | 0 | 0.93 | 0.89 | 0.22 | 357.41 | 0.88 | 0.41 |
| Hex | C6 | D | 15 | 0 | 5D | 59 | 16 | 165 | 58 | 29 |
| Octal | 306 | 15 | 25 | 0 | 135 | 131 | 26 | 545 | 130 | 51 |
| Binary | 11000110 | 1101 | 10101 | 0 | 1011101 | 1011001 | 10110 | 101100101 | 1011000 | 101001 |
Color Harmonies of #C60D15
Complementary color
Monochromatic Colors of #C60D15
Black with #C60D15
Text Example
Text Example
White with #C60D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D15; }
p { color: rgb(198,13,21); }
H1.HeaderClassName
{
color: #C60D15;
}
.AnyTagClassName
{
color: #C60D15;
}
</style>
background-color css
<style>
a { background-color: #C60D15; }
a { background-color: rgb(198,13,21); }
div.DivClassName
{
background-color: #C60D15;
}
.BgClassName
{
background-color: #C60D15;
}
</style>
border-color css
<style>
span { border-color: #C60D15; }
span { border-color: rgb(198,13,21); }
td.TdClassName
{
border-color: #C60D15;
}
.TagClassName
{
border-color: #C60D15;
}
</style>