Shades of Venetian Red #C2121B
Tints of Venetian Red #C2121B
RGB
CMYK
RGB Variations
Color information
#C2121B (or 0xC2121B) is known color: Venetian Red. HEX triplet: C2, 12 and 1B. RGB value is (194,18,27). Sum of RGB (Red+Green+Blue) = 194+18+27=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2121B is #3DEDE4. Grayscale: #474747. Windows color (decimal): -4058597 or 1774274. OLE color: 1774274.
HSL color Cylindrical-coordinate representation of color #C2121B: hue angle of 356.93º 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 #C2121B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.24 |
| HSL | 356.93º | 0.83% | 0.42% | - |
| HSV(B) | 356.93º | 0.91% | 0.76% | - |
| XYZ | 22.66 | 11.98 | 2.16 | - |
| YUV | 71.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 27 | 0 | 0.91 | 0.86 | 0.24 | 356.93 | 0.83 | 0.42 |
| Hex | C2 | 12 | 1B | 0 | 5B | 56 | 18 | 165 | 53 | 2A |
| Octal | 302 | 22 | 33 | 0 | 133 | 126 | 30 | 545 | 123 | 52 |
| Binary | 11000010 | 10010 | 11011 | 0 | 1011011 | 1010110 | 11000 | 101100101 | 1010011 | 101010 |
Color Harmonies of #C2121B
Complementary color
Monochromatic Colors of #C2121B
Black with #C2121B
Text Example
Text Example
White with #C2121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2121B; }
p { color: rgb(194,18,27); }
H1.HeaderClassName
{
color: #C2121B;
}
.AnyTagClassName
{
color: #C2121B;
}
</style>
background-color css
<style>
a { background-color: #C2121B; }
a { background-color: rgb(194,18,27); }
div.DivClassName
{
background-color: #C2121B;
}
.BgClassName
{
background-color: #C2121B;
}
</style>
border-color css
<style>
span { border-color: #C2121B; }
span { border-color: rgb(194,18,27); }
td.TdClassName
{
border-color: #C2121B;
}
.TagClassName
{
border-color: #C2121B;
}
</style>