Shades of Venetian Red #C60613
Tints of Venetian Red #C60613
RGB
CMYK
RGB Variations
Color information
#C60613 (or 0xC60613) is known color: Venetian Red. HEX triplet: C6, 06 and 13. RGB value is (198,6,19). Sum of RGB (Red+Green+Blue) = 198+6+19=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C60613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60613 is #39F9EC. Grayscale: #414141. Windows color (decimal): -3799533 or 1246918. OLE color: 1246918.
HSL color Cylindrical-coordinate representation of color #C60613: hue angle of 355.94º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60613 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 19 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.22 |
| HSL | 355.94º | 0.94% | 0.4% | - |
| HSV(B) | 355.94º | 0.97% | 0.78% | - |
| XYZ | 23.47 | 12.18 | 1.73 | - |
| YUV | 64.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 19 | 0 | 0.97 | 0.90 | 0.22 | 355.94 | 0.94 | 0.4 |
| Hex | C6 | 6 | 13 | 0 | 61 | 5A | 16 | 164 | 5E | 28 |
| Octal | 306 | 6 | 23 | 0 | 141 | 132 | 26 | 544 | 136 | 50 |
| Binary | 11000110 | 110 | 10011 | 0 | 1100001 | 1011010 | 10110 | 101100100 | 1011110 | 101000 |
Color Harmonies of #C60613
Complementary color
Monochromatic Colors of #C60613
Black with #C60613
Text Example
Text Example
White with #C60613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60613; }
p { color: rgb(198,6,19); }
H1.HeaderClassName
{
color: #C60613;
}
.AnyTagClassName
{
color: #C60613;
}
</style>
background-color css
<style>
a { background-color: #C60613; }
a { background-color: rgb(198,6,19); }
div.DivClassName
{
background-color: #C60613;
}
.BgClassName
{
background-color: #C60613;
}
</style>
border-color css
<style>
span { border-color: #C60613; }
span { border-color: rgb(198,6,19); }
td.TdClassName
{
border-color: #C60613;
}
.TagClassName
{
border-color: #C60613;
}
</style>