Shades of Venetian Red #C21112
Tints of Venetian Red #C21112
RGB
CMYK
RGB Variations
Color information
#C21112 (or 0xC21112) is known color: Venetian Red. HEX triplet: C2, 11 and 12. RGB value is (194,17,18). Sum of RGB (Red+Green+Blue) = 194+17+18=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C21112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21112 is #3DEEED. Grayscale: #464646. Windows color (decimal): -4058862 or 1184194. OLE color: 1184194.
HSL color Cylindrical-coordinate representation of color #C21112: hue angle of 359.66º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21112 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.24 |
| HSL | 359.66º | 0.84% | 0.41% | - |
| HSV(B) | 359.66º | 0.91% | 0.76% | - |
| XYZ | 22.56 | 11.91 | 1.68 | - |
| YUV | 70.04 | 98.64 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 18 | 0 | 0.91 | 0.91 | 0.24 | 359.66 | 0.84 | 0.41 |
| Hex | C2 | 11 | 12 | 0 | 5B | 5B | 18 | 168 | 54 | 29 |
| Octal | 302 | 21 | 22 | 0 | 133 | 133 | 30 | 550 | 124 | 51 |
| Binary | 11000010 | 10001 | 10010 | 0 | 1011011 | 1011011 | 11000 | 101101000 | 1010100 | 101001 |
Color Harmonies of #C21112
Complementary color
Monochromatic Colors of #C21112
Black with #C21112
Text Example
Text Example
White with #C21112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21112; }
p { color: rgb(194,17,18); }
H1.HeaderClassName
{
color: #C21112;
}
.AnyTagClassName
{
color: #C21112;
}
</style>
background-color css
<style>
a { background-color: #C21112; }
a { background-color: rgb(194,17,18); }
div.DivClassName
{
background-color: #C21112;
}
.BgClassName
{
background-color: #C21112;
}
</style>
border-color css
<style>
span { border-color: #C21112; }
span { border-color: rgb(194,17,18); }
td.TdClassName
{
border-color: #C21112;
}
.TagClassName
{
border-color: #C21112;
}
</style>