Shades of Venetian Red #C21114
Tints of Venetian Red #C21114
RGB
CMYK
RGB Variations
Color information
#C21114 (or 0xC21114) is known color: Venetian Red. HEX triplet: C2, 11 and 14. RGB value is (194,17,20). Sum of RGB (Red+Green+Blue) = 194+17+20=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C21114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21114 is #3DEEEB. Grayscale: #464646. Windows color (decimal): -4058860 or 1315266. OLE color: 1315266.
HSL color Cylindrical-coordinate representation of color #C21114: hue angle of 358.98º 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 #C21114 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 20 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.24 |
| HSL | 358.98º | 0.84% | 0.41% | - |
| HSV(B) | 358.98º | 0.91% | 0.76% | - |
| XYZ | 22.57 | 11.92 | 1.77 | - |
| YUV | 70.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 20 | 0 | 0.91 | 0.90 | 0.24 | 358.98 | 0.84 | 0.41 |
| Hex | C2 | 11 | 14 | 0 | 5B | 5A | 18 | 167 | 54 | 29 |
| Octal | 302 | 21 | 24 | 0 | 133 | 132 | 30 | 547 | 124 | 51 |
| Binary | 11000010 | 10001 | 10100 | 0 | 1011011 | 1011010 | 11000 | 101100111 | 1010100 | 101001 |
Color Harmonies of #C21114
Complementary color
Monochromatic Colors of #C21114
Black with #C21114
Text Example
Text Example
White with #C21114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21114; }
p { color: rgb(194,17,20); }
H1.HeaderClassName
{
color: #C21114;
}
.AnyTagClassName
{
color: #C21114;
}
</style>
background-color css
<style>
a { background-color: #C21114; }
a { background-color: rgb(194,17,20); }
div.DivClassName
{
background-color: #C21114;
}
.BgClassName
{
background-color: #C21114;
}
</style>
border-color css
<style>
span { border-color: #C21114; }
span { border-color: rgb(194,17,20); }
td.TdClassName
{
border-color: #C21114;
}
.TagClassName
{
border-color: #C21114;
}
</style>