Shades of Venetian Red #C60B0E
Tints of Venetian Red #C60B0E
RGB
CMYK
RGB Variations
Color information
#C60B0E (or 0xC60B0E) is known color: Venetian Red. HEX triplet: C6, 0B and 0E. RGB value is (198,11,14). Sum of RGB (Red+Green+Blue) = 198+11+14=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60B0E is #39F4F1. Grayscale: #434343. Windows color (decimal): -3798258 or 920518. OLE color: 920518.
HSL color Cylindrical-coordinate representation of color #C60B0E: hue angle of 359.04º 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 #C60B0E is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 14 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.22 |
| HSL | 359.04º | 0.89% | 0.41% | - |
| HSV(B) | 359.04º | 0.94% | 0.78% | - |
| XYZ | 23.49 | 12.28 | 1.55 | - |
| YUV | 67.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 14 | 0 | 0.94 | 0.93 | 0.22 | 359.04 | 0.89 | 0.41 |
| Hex | C6 | B | E | 0 | 5E | 5D | 16 | 167 | 59 | 29 |
| Octal | 306 | 13 | 16 | 0 | 136 | 135 | 26 | 547 | 131 | 51 |
| Binary | 11000110 | 1011 | 1110 | 0 | 1011110 | 1011101 | 10110 | 101100111 | 1011001 | 101001 |
Color Harmonies of #C60B0E
Complementary color
Monochromatic Colors of #C60B0E
Black with #C60B0E
Text Example
Text Example
White with #C60B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B0E; }
p { color: rgb(198,11,14); }
H1.HeaderClassName
{
color: #C60B0E;
}
.AnyTagClassName
{
color: #C60B0E;
}
</style>
background-color css
<style>
a { background-color: #C60B0E; }
a { background-color: rgb(198,11,14); }
div.DivClassName
{
background-color: #C60B0E;
}
.BgClassName
{
background-color: #C60B0E;
}
</style>
border-color css
<style>
span { border-color: #C60B0E; }
span { border-color: rgb(198,11,14); }
td.TdClassName
{
border-color: #C60B0E;
}
.TagClassName
{
border-color: #C60B0E;
}
</style>