Shades of Venetian Red #C60121
Tints of Venetian Red #C60121
RGB
CMYK
RGB Variations
Color information
#C60121 (or 0xC60121) is known color: Venetian Red. HEX triplet: C6, 01 and 21. RGB value is (198,1,33). Sum of RGB (Red+Green+Blue) = 198+1+33=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C60121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60121 is #39FEDE. Grayscale: #3F3F3F. Windows color (decimal): -3800799 or 2163142. OLE color: 2163142.
HSL color Cylindrical-coordinate representation of color #C60121: hue angle of 350.25º 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 #C60121 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.22 |
| HSL | 350.25º | 0.99% | 0.39% | - |
| HSV(B) | 350.25º | 0.99% | 0.78% | - |
| XYZ | 23.57 | 12.14 | 2.54 | - |
| YUV | 63.55 | 110.77 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 33 | 0 | 0.99 | 0.83 | 0.22 | 350.25 | 0.99 | 0.39 |
| Hex | C6 | 1 | 21 | 0 | 63 | 53 | 16 | 15E | 63 | 27 |
| Octal | 306 | 1 | 41 | 0 | 143 | 123 | 26 | 536 | 143 | 47 |
| Binary | 11000110 | 1 | 100001 | 0 | 1100011 | 1010011 | 10110 | 101011110 | 1100011 | 100111 |
Color Harmonies of #C60121
Complementary color
Monochromatic Colors of #C60121
Black with #C60121
Text Example
Text Example
White with #C60121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60121; }
p { color: rgb(198,1,33); }
H1.HeaderClassName
{
color: #C60121;
}
.AnyTagClassName
{
color: #C60121;
}
</style>
background-color css
<style>
a { background-color: #C60121; }
a { background-color: rgb(198,1,33); }
div.DivClassName
{
background-color: #C60121;
}
.BgClassName
{
background-color: #C60121;
}
</style>
border-color css
<style>
span { border-color: #C60121; }
span { border-color: rgb(198,1,33); }
td.TdClassName
{
border-color: #C60121;
}
.TagClassName
{
border-color: #C60121;
}
</style>