Shades of Venetian Red #C60128
Tints of Venetian Red #C60128
RGB
CMYK
RGB Variations
Color information
#C60128 (or 0xC60128) is known color: Venetian Red. HEX triplet: C6, 01 and 28. RGB value is (198,1,40). Sum of RGB (Red+Green+Blue) = 198+1+40=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C60128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60128 is #39FED7. Grayscale: #404040. Windows color (decimal): -3800792 or 2621894. OLE color: 2621894.
HSL color Cylindrical-coordinate representation of color #C60128: hue angle of 348.12º 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 #C60128 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.22 |
| HSL | 348.12º | 0.99% | 0.39% | - |
| HSV(B) | 348.12º | 0.99% | 0.78% | - |
| XYZ | 23.68 | 12.18 | 3.11 | - |
| YUV | 64.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 40 | 0 | 0.99 | 0.80 | 0.22 | 348.12 | 0.99 | 0.39 |
| Hex | C6 | 1 | 28 | 0 | 63 | 50 | 16 | 15C | 63 | 27 |
| Octal | 306 | 1 | 50 | 0 | 143 | 120 | 26 | 534 | 143 | 47 |
| Binary | 11000110 | 1 | 101000 | 0 | 1100011 | 1010000 | 10110 | 101011100 | 1100011 | 100111 |
Color Harmonies of #C60128
Complementary color
Monochromatic Colors of #C60128
Black with #C60128
Text Example
Text Example
White with #C60128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60128; }
p { color: rgb(198,1,40); }
H1.HeaderClassName
{
color: #C60128;
}
.AnyTagClassName
{
color: #C60128;
}
</style>
background-color css
<style>
a { background-color: #C60128; }
a { background-color: rgb(198,1,40); }
div.DivClassName
{
background-color: #C60128;
}
.BgClassName
{
background-color: #C60128;
}
</style>
border-color css
<style>
span { border-color: #C60128; }
span { border-color: rgb(198,1,40); }
td.TdClassName
{
border-color: #C60128;
}
.TagClassName
{
border-color: #C60128;
}
</style>