Shades of Venetian Red #C60321
Tints of Venetian Red #C60321
RGB
CMYK
RGB Variations
Color information
#C60321 (or 0xC60321) is known color: Venetian Red. HEX triplet: C6, 03 and 21. RGB value is (198,3,33). Sum of RGB (Red+Green+Blue) = 198+3+33=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C60321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60321 is #39FCDE. Grayscale: #404040. Windows color (decimal): -3800287 or 2163654. OLE color: 2163654.
HSL color Cylindrical-coordinate representation of color #C60321: hue angle of 350.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60321 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.22 |
| HSL | 350.77º | 0.97% | 0.39% | - |
| HSV(B) | 350.77º | 0.98% | 0.78% | - |
| XYZ | 23.6 | 12.18 | 2.55 | - |
| YUV | 64.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 33 | 0 | 0.98 | 0.83 | 0.22 | 350.77 | 0.97 | 0.39 |
| Hex | C6 | 3 | 21 | 0 | 62 | 53 | 16 | 15F | 61 | 27 |
| Octal | 306 | 3 | 41 | 0 | 142 | 123 | 26 | 537 | 141 | 47 |
| Binary | 11000110 | 11 | 100001 | 0 | 1100010 | 1010011 | 10110 | 101011111 | 1100001 | 100111 |
Color Harmonies of #C60321
Complementary color
Monochromatic Colors of #C60321
Black with #C60321
Text Example
Text Example
White with #C60321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60321; }
p { color: rgb(198,3,33); }
H1.HeaderClassName
{
color: #C60321;
}
.AnyTagClassName
{
color: #C60321;
}
</style>
background-color css
<style>
a { background-color: #C60321; }
a { background-color: rgb(198,3,33); }
div.DivClassName
{
background-color: #C60321;
}
.BgClassName
{
background-color: #C60321;
}
</style>
border-color css
<style>
span { border-color: #C60321; }
span { border-color: rgb(198,3,33); }
td.TdClassName
{
border-color: #C60321;
}
.TagClassName
{
border-color: #C60321;
}
</style>