Shades of Venetian Red #C60913
Tints of Venetian Red #C60913
RGB
CMYK
RGB Variations
Color information
#C60913 (or 0xC60913) is known color: Venetian Red. HEX triplet: C6, 09 and 13. RGB value is (198,9,19). Sum of RGB (Red+Green+Blue) = 198+9+19=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C60913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60913 is #39F6EC. Grayscale: #424242. Windows color (decimal): -3798765 or 1247686. OLE color: 1247686.
HSL color Cylindrical-coordinate representation of color #C60913: hue angle of 356.83º 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 #C60913 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 19 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.22 |
| HSL | 356.83º | 0.91% | 0.41% | - |
| HSV(B) | 356.83º | 0.95% | 0.78% | - |
| XYZ | 23.5 | 12.25 | 1.74 | - |
| YUV | 66.65 | 101.12 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 19 | 0 | 0.95 | 0.90 | 0.22 | 356.83 | 0.91 | 0.41 |
| Hex | C6 | 9 | 13 | 0 | 5F | 5A | 16 | 165 | 5B | 29 |
| Octal | 306 | 11 | 23 | 0 | 137 | 132 | 26 | 545 | 133 | 51 |
| Binary | 11000110 | 1001 | 10011 | 0 | 1011111 | 1011010 | 10110 | 101100101 | 1011011 | 101001 |
Color Harmonies of #C60913
Complementary color
Monochromatic Colors of #C60913
Black with #C60913
Text Example
Text Example
White with #C60913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60913; }
p { color: rgb(198,9,19); }
H1.HeaderClassName
{
color: #C60913;
}
.AnyTagClassName
{
color: #C60913;
}
</style>
background-color css
<style>
a { background-color: #C60913; }
a { background-color: rgb(198,9,19); }
div.DivClassName
{
background-color: #C60913;
}
.BgClassName
{
background-color: #C60913;
}
</style>
border-color css
<style>
span { border-color: #C60913; }
span { border-color: rgb(198,9,19); }
td.TdClassName
{
border-color: #C60913;
}
.TagClassName
{
border-color: #C60913;
}
</style>