Shades of Venetian Red #C60911
Tints of Venetian Red #C60911
RGB
CMYK
RGB Variations
Color information
#C60911 (or 0xC60911) is known color: Venetian Red. HEX triplet: C6, 09 and 11. RGB value is (198,9,17). Sum of RGB (Red+Green+Blue) = 198+9+17=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C60911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60911 is #39F6EE. Grayscale: #424242. Windows color (decimal): -3798767 or 1116614. OLE color: 1116614.
HSL color Cylindrical-coordinate representation of color #C60911: hue angle of 357.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60911 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 17 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.22 |
| HSL | 357.46º | 0.91% | 0.41% | - |
| HSV(B) | 357.46º | 0.95% | 0.78% | - |
| XYZ | 23.49 | 12.24 | 1.66 | - |
| YUV | 66.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 17 | 0 | 0.95 | 0.91 | 0.22 | 357.46 | 0.91 | 0.41 |
| Hex | C6 | 9 | 11 | 0 | 5F | 5B | 16 | 165 | 5B | 29 |
| Octal | 306 | 11 | 21 | 0 | 137 | 133 | 26 | 545 | 133 | 51 |
| Binary | 11000110 | 1001 | 10001 | 0 | 1011111 | 1011011 | 10110 | 101100101 | 1011011 | 101001 |
Color Harmonies of #C60911
Complementary color
Monochromatic Colors of #C60911
Black with #C60911
Text Example
Text Example
White with #C60911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60911; }
p { color: rgb(198,9,17); }
H1.HeaderClassName
{
color: #C60911;
}
.AnyTagClassName
{
color: #C60911;
}
</style>
background-color css
<style>
a { background-color: #C60911; }
a { background-color: rgb(198,9,17); }
div.DivClassName
{
background-color: #C60911;
}
.BgClassName
{
background-color: #C60911;
}
</style>
border-color css
<style>
span { border-color: #C60911; }
span { border-color: rgb(198,9,17); }
td.TdClassName
{
border-color: #C60911;
}
.TagClassName
{
border-color: #C60911;
}
</style>