Shades of Cardinal #C2222C
Tints of Cardinal #C2222C
RGB
CMYK
RGB Variations
Color information
#C2222C (or 0xC2222C) is known color: Cardinal. HEX triplet: C2, 22 and 2C. RGB value is (194,34,44). Sum of RGB (Red+Green+Blue) = 194+34+44=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2222C is #3DDDD3. Grayscale: #535353. Windows color (decimal): -4054484 or 2892482. OLE color: 2892482.
HSL color Cylindrical-coordinate representation of color #C2222C: hue angle of 356.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2222C is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 44 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.24 |
| HSL | 356.25º | 0.7% | 0.45% | - |
| HSV(B) | 356.25º | 0.82% | 0.76% | - |
| XYZ | 23.27 | 12.8 | 3.63 | - |
| YUV | 82.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 44 | 0 | 0.82 | 0.77 | 0.24 | 356.25 | 0.7 | 0.45 |
| Hex | C2 | 22 | 2C | 0 | 52 | 4D | 18 | 164 | 46 | 2D |
| Octal | 302 | 42 | 54 | 0 | 122 | 115 | 30 | 544 | 106 | 55 |
| Binary | 11000010 | 100010 | 101100 | 0 | 1010010 | 1001101 | 11000 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C2222C
Complementary color
Monochromatic Colors of #C2222C
Black with #C2222C
Text Example
Text Example
White with #C2222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2222C; }
p { color: rgb(194,34,44); }
H1.HeaderClassName
{
color: #C2222C;
}
.AnyTagClassName
{
color: #C2222C;
}
</style>
background-color css
<style>
a { background-color: #C2222C; }
a { background-color: rgb(194,34,44); }
div.DivClassName
{
background-color: #C2222C;
}
.BgClassName
{
background-color: #C2222C;
}
</style>
border-color css
<style>
span { border-color: #C2222C; }
span { border-color: rgb(194,34,44); }
td.TdClassName
{
border-color: #C2222C;
}
.TagClassName
{
border-color: #C2222C;
}
</style>