Shades of Cardinal #C2212A
Tints of Cardinal #C2212A
RGB
CMYK
RGB Variations
Color information
#C2212A (or 0xC2212A) is known color: Cardinal. HEX triplet: C2, 21 and 2A. RGB value is (194,33,42). Sum of RGB (Red+Green+Blue) = 194+33+42=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C2212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2212A is #3DDED5. Grayscale: #525252. Windows color (decimal): -4054742 or 2761154. OLE color: 2761154.
HSL color Cylindrical-coordinate representation of color #C2212A: hue angle of 356.65º 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 #C2212A is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 42 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.24 |
| HSL | 356.65º | 0.71% | 0.45% | - |
| HSV(B) | 356.65º | 0.83% | 0.76% | - |
| XYZ | 23.21 | 12.72 | 3.42 | - |
| YUV | 82.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 42 | 0 | 0.83 | 0.78 | 0.24 | 356.65 | 0.71 | 0.45 |
| Hex | C2 | 21 | 2A | 0 | 53 | 4E | 18 | 165 | 47 | 2D |
| Octal | 302 | 41 | 52 | 0 | 123 | 116 | 30 | 545 | 107 | 55 |
| Binary | 11000010 | 100001 | 101010 | 0 | 1010011 | 1001110 | 11000 | 101100101 | 1000111 | 101101 |
Color Harmonies of #C2212A
Complementary color
Monochromatic Colors of #C2212A
Black with #C2212A
Text Example
Text Example
White with #C2212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2212A; }
p { color: rgb(194,33,42); }
H1.HeaderClassName
{
color: #C2212A;
}
.AnyTagClassName
{
color: #C2212A;
}
</style>
background-color css
<style>
a { background-color: #C2212A; }
a { background-color: rgb(194,33,42); }
div.DivClassName
{
background-color: #C2212A;
}
.BgClassName
{
background-color: #C2212A;
}
</style>
border-color css
<style>
span { border-color: #C2212A; }
span { border-color: rgb(194,33,42); }
td.TdClassName
{
border-color: #C2212A;
}
.TagClassName
{
border-color: #C2212A;
}
</style>