Shades of Venetian Red #C60021
Tints of Venetian Red #C60021
RGB
CMYK
RGB Variations
Color information
#C60021 (or 0xC60021) is known color: Venetian Red. HEX triplet: C6, 00 and 21. RGB value is (198,0,33). Sum of RGB (Red+Green+Blue) = 198+0+33=231 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.71% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 198 - color contains mainly: red. Hex color #C60021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60021 is #39FFDE. Grayscale: #3F3F3F. Windows color (decimal): -3801055 or 2162886. OLE color: 2162886.
HSL color Cylindrical-coordinate representation of color #C60021: hue angle of 350º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60021 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.83 | 0.22 |
| HSL | 350º | 1% | 0.39% | - |
| HSV(B) | 350º | 1% | 0.78% | - |
| XYZ | 23.56 | 12.12 | 2.54 | - |
| YUV | 62.96 | 111.1 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 33 | 0 | 1 | 0.83 | 0.22 | 350 | 1 | 0.39 |
| Hex | C6 | 0 | 21 | 0 | 64 | 53 | 16 | 15E | 64 | 27 |
| Octal | 306 | 0 | 41 | 0 | 144 | 123 | 26 | 536 | 144 | 47 |
| Binary | 11000110 | 0 | 100001 | 0 | 1100100 | 1010011 | 10110 | 101011110 | 1100100 | 100111 |
Color Harmonies of #C60021
Complementary color
Monochromatic Colors of #C60021
Black with #C60021
Text Example
Text Example
White with #C60021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60021; }
p { color: rgb(198,0,33); }
H1.HeaderClassName
{
color: #C60021;
}
.AnyTagClassName
{
color: #C60021;
}
</style>
background-color css
<style>
a { background-color: #C60021; }
a { background-color: rgb(198,0,33); }
div.DivClassName
{
background-color: #C60021;
}
.BgClassName
{
background-color: #C60021;
}
</style>
border-color css
<style>
span { border-color: #C60021; }
span { border-color: rgb(198,0,33); }
td.TdClassName
{
border-color: #C60021;
}
.TagClassName
{
border-color: #C60021;
}
</style>