Shades of Venetian Red #C60921
Tints of Venetian Red #C60921
RGB
CMYK
RGB Variations
Color information
#C60921 (or 0xC60921) is known color: Venetian Red. HEX triplet: C6, 09 and 21. RGB value is (198,9,33). Sum of RGB (Red+Green+Blue) = 198+9+33=240 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.5% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 198 - color contains mainly: red. Hex color #C60921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60921 is #39F6DE. Grayscale: #444444. Windows color (decimal): -3798751 or 2165190. OLE color: 2165190.
HSL color Cylindrical-coordinate representation of color #C60921: hue angle of 352.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60921 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 33 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.22 |
| HSL | 352.38º | 0.91% | 0.41% | - |
| HSV(B) | 352.38º | 0.95% | 0.78% | - |
| XYZ | 23.66 | 12.31 | 2.57 | - |
| YUV | 68.25 | 108.12 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 33 | 0 | 0.95 | 0.83 | 0.22 | 352.38 | 0.91 | 0.41 |
| Hex | C6 | 9 | 21 | 0 | 5F | 53 | 16 | 160 | 5B | 29 |
| Octal | 306 | 11 | 41 | 0 | 137 | 123 | 26 | 540 | 133 | 51 |
| Binary | 11000110 | 1001 | 100001 | 0 | 1011111 | 1010011 | 10110 | 101100000 | 1011011 | 101001 |
Color Harmonies of #C60921
Complementary color
Monochromatic Colors of #C60921
Black with #C60921
Text Example
Text Example
White with #C60921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60921; }
p { color: rgb(198,9,33); }
H1.HeaderClassName
{
color: #C60921;
}
.AnyTagClassName
{
color: #C60921;
}
</style>
background-color css
<style>
a { background-color: #C60921; }
a { background-color: rgb(198,9,33); }
div.DivClassName
{
background-color: #C60921;
}
.BgClassName
{
background-color: #C60921;
}
</style>
border-color css
<style>
span { border-color: #C60921; }
span { border-color: rgb(198,9,33); }
td.TdClassName
{
border-color: #C60921;
}
.TagClassName
{
border-color: #C60921;
}
</style>