Shades of Venetian Red #C21216
Tints of Venetian Red #C21216
RGB
CMYK
RGB Variations
Color information
#C21216 (or 0xC21216) is known color: Venetian Red. HEX triplet: C2, 12 and 16. RGB value is (194,18,22). Sum of RGB (Red+Green+Blue) = 194+18+22=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C21216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21216 is #3DEDE9. Grayscale: #474747. Windows color (decimal): -4058602 or 1446594. OLE color: 1446594.
HSL color Cylindrical-coordinate representation of color #C21216: hue angle of 358.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21216 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 22 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.24 |
| HSL | 358.64º | 0.83% | 0.42% | - |
| HSV(B) | 358.64º | 0.91% | 0.76% | - |
| XYZ | 22.61 | 11.96 | 1.88 | - |
| YUV | 71.08 | 100.31 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 22 | 0 | 0.91 | 0.89 | 0.24 | 358.64 | 0.83 | 0.42 |
| Hex | C2 | 12 | 16 | 0 | 5B | 59 | 18 | 167 | 53 | 2A |
| Octal | 302 | 22 | 26 | 0 | 133 | 131 | 30 | 547 | 123 | 52 |
| Binary | 11000010 | 10010 | 10110 | 0 | 1011011 | 1011001 | 11000 | 101100111 | 1010011 | 101010 |
Color Harmonies of #C21216
Complementary color
Monochromatic Colors of #C21216
Black with #C21216
Text Example
Text Example
White with #C21216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21216; }
p { color: rgb(194,18,22); }
H1.HeaderClassName
{
color: #C21216;
}
.AnyTagClassName
{
color: #C21216;
}
</style>
background-color css
<style>
a { background-color: #C21216; }
a { background-color: rgb(194,18,22); }
div.DivClassName
{
background-color: #C21216;
}
.BgClassName
{
background-color: #C21216;
}
</style>
border-color css
<style>
span { border-color: #C21216; }
span { border-color: rgb(194,18,22); }
td.TdClassName
{
border-color: #C21216;
}
.TagClassName
{
border-color: #C21216;
}
</style>