Shades of Venetian Red #C21416
Tints of Venetian Red #C21416
RGB
CMYK
RGB Variations
Color information
#C21416 (or 0xC21416) is known color: Venetian Red. HEX triplet: C2, 14 and 16. RGB value is (194,20,22). Sum of RGB (Red+Green+Blue) = 194+20+22=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C21416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21416 is #3DEBE9. Grayscale: #484848. Windows color (decimal): -4058090 or 1447106. OLE color: 1447106.
HSL color Cylindrical-coordinate representation of color #C21416: hue angle of 359.31º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 22 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.24 |
| HSL | 359.31º | 0.81% | 0.42% | - |
| HSV(B) | 359.31º | 0.9% | 0.76% | - |
| XYZ | 22.64 | 12.03 | 1.89 | - |
| YUV | 72.25 | 99.65 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 22 | 0 | 0.90 | 0.89 | 0.24 | 359.31 | 0.81 | 0.42 |
| Hex | C2 | 14 | 16 | 0 | 5A | 59 | 18 | 167 | 51 | 2A |
| Octal | 302 | 24 | 26 | 0 | 132 | 131 | 30 | 547 | 121 | 52 |
| Binary | 11000010 | 10100 | 10110 | 0 | 1011010 | 1011001 | 11000 | 101100111 | 1010001 | 101010 |
Color Harmonies of #C21416
Complementary color
Monochromatic Colors of #C21416
Black with #C21416
Text Example
Text Example
White with #C21416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21416; }
p { color: rgb(194,20,22); }
H1.HeaderClassName
{
color: #C21416;
}
.AnyTagClassName
{
color: #C21416;
}
</style>
background-color css
<style>
a { background-color: #C21416; }
a { background-color: rgb(194,20,22); }
div.DivClassName
{
background-color: #C21416;
}
.BgClassName
{
background-color: #C21416;
}
</style>
border-color css
<style>
span { border-color: #C21416; }
span { border-color: rgb(194,20,22); }
td.TdClassName
{
border-color: #C21416;
}
.TagClassName
{
border-color: #C21416;
}
</style>