Shades of Cardinal #C2212C
Tints of Cardinal #C2212C
RGB
CMYK
RGB Variations
Color information
#C2212C (or 0xC2212C) is known color: Cardinal. HEX triplet: C2, 21 and 2C. RGB value is (194,33,44). Sum of RGB (Red+Green+Blue) = 194+33+44=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2212C is #3DDED3. Grayscale: #525252. Windows color (decimal): -4054740 or 2892226. OLE color: 2892226.
HSL color Cylindrical-coordinate representation of color #C2212C: hue angle of 355.9º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2212C is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 44 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.24 |
| HSL | 355.9º | 0.71% | 0.45% | - |
| HSV(B) | 355.9º | 0.83% | 0.76% | - |
| XYZ | 23.25 | 12.74 | 3.62 | - |
| YUV | 82.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 44 | 0 | 0.83 | 0.77 | 0.24 | 355.9 | 0.71 | 0.45 |
| Hex | C2 | 21 | 2C | 0 | 53 | 4D | 18 | 164 | 47 | 2D |
| Octal | 302 | 41 | 54 | 0 | 123 | 115 | 30 | 544 | 107 | 55 |
| Binary | 11000010 | 100001 | 101100 | 0 | 1010011 | 1001101 | 11000 | 101100100 | 1000111 | 101101 |
Color Harmonies of #C2212C
Complementary color
Monochromatic Colors of #C2212C
Black with #C2212C
Text Example
Text Example
White with #C2212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2212C; }
p { color: rgb(194,33,44); }
H1.HeaderClassName
{
color: #C2212C;
}
.AnyTagClassName
{
color: #C2212C;
}
</style>
background-color css
<style>
a { background-color: #C2212C; }
a { background-color: rgb(194,33,44); }
div.DivClassName
{
background-color: #C2212C;
}
.BgClassName
{
background-color: #C2212C;
}
</style>
border-color css
<style>
span { border-color: #C2212C; }
span { border-color: rgb(194,33,44); }
td.TdClassName
{
border-color: #C2212C;
}
.TagClassName
{
border-color: #C2212C;
}
</style>