Shades of Venetian Red #C60113
Tints of Venetian Red #C60113
RGB
CMYK
RGB Variations
Color information
#C60113 (or 0xC60113) is known color: Venetian Red. HEX triplet: C6, 01 and 13. RGB value is (198,1,19). Sum of RGB (Red+Green+Blue) = 198+1+19=218 (28% of max value = 765). Red value is 198 (77.73% from 255 or 90.83% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 198 - color contains mainly: red. Hex color #C60113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60113 is #39FEEC. Grayscale: #3E3E3E. Windows color (decimal): -3800813 or 1245638. OLE color: 1245638.
HSL color Cylindrical-coordinate representation of color #C60113: hue angle of 354.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60113 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.22 |
| HSL | 354.52º | 0.99% | 0.39% | - |
| HSV(B) | 354.52º | 0.99% | 0.78% | - |
| XYZ | 23.42 | 12.07 | 1.71 | - |
| YUV | 61.96 | 103.77 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 19 | 0 | 0.99 | 0.90 | 0.22 | 354.52 | 0.99 | 0.39 |
| Hex | C6 | 1 | 13 | 0 | 63 | 5A | 16 | 163 | 63 | 27 |
| Octal | 306 | 1 | 23 | 0 | 143 | 132 | 26 | 543 | 143 | 47 |
| Binary | 11000110 | 1 | 10011 | 0 | 1100011 | 1011010 | 10110 | 101100011 | 1100011 | 100111 |
Color Harmonies of #C60113
Complementary color
Monochromatic Colors of #C60113
Black with #C60113
Text Example
Text Example
White with #C60113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60113; }
p { color: rgb(198,1,19); }
H1.HeaderClassName
{
color: #C60113;
}
.AnyTagClassName
{
color: #C60113;
}
</style>
background-color css
<style>
a { background-color: #C60113; }
a { background-color: rgb(198,1,19); }
div.DivClassName
{
background-color: #C60113;
}
.BgClassName
{
background-color: #C60113;
}
</style>
border-color css
<style>
span { border-color: #C60113; }
span { border-color: rgb(198,1,19); }
td.TdClassName
{
border-color: #C60113;
}
.TagClassName
{
border-color: #C60113;
}
</style>