Shades of Venetian Red #C60B15
Tints of Venetian Red #C60B15
RGB
CMYK
RGB Variations
Color information
#C60B15 (or 0xC60B15) is known color: Venetian Red. HEX triplet: C6, 0B and 15. RGB value is (198,11,21). Sum of RGB (Red+Green+Blue) = 198+11+21=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60B15 is #39F4EA. Grayscale: #444444. Windows color (decimal): -3798251 or 1379270. OLE color: 1379270.
HSL color Cylindrical-coordinate representation of color #C60B15: hue angle of 356.79º 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 #C60B15 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 21 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.22 |
| HSL | 356.79º | 0.89% | 0.41% | - |
| HSV(B) | 356.79º | 0.94% | 0.78% | - |
| XYZ | 23.54 | 12.3 | 1.84 | - |
| YUV | 68.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 21 | 0 | 0.94 | 0.89 | 0.22 | 356.79 | 0.89 | 0.41 |
| Hex | C6 | B | 15 | 0 | 5E | 59 | 16 | 165 | 59 | 29 |
| Octal | 306 | 13 | 25 | 0 | 136 | 131 | 26 | 545 | 131 | 51 |
| Binary | 11000110 | 1011 | 10101 | 0 | 1011110 | 1011001 | 10110 | 101100101 | 1011001 | 101001 |
Color Harmonies of #C60B15
Complementary color
Monochromatic Colors of #C60B15
Black with #C60B15
Text Example
Text Example
White with #C60B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B15; }
p { color: rgb(198,11,21); }
H1.HeaderClassName
{
color: #C60B15;
}
.AnyTagClassName
{
color: #C60B15;
}
</style>
background-color css
<style>
a { background-color: #C60B15; }
a { background-color: rgb(198,11,21); }
div.DivClassName
{
background-color: #C60B15;
}
.BgClassName
{
background-color: #C60B15;
}
</style>
border-color css
<style>
span { border-color: #C60B15; }
span { border-color: rgb(198,11,21); }
td.TdClassName
{
border-color: #C60B15;
}
.TagClassName
{
border-color: #C60B15;
}
</style>