Shades of Cardinal #C22032
Tints of Cardinal #C22032
RGB
CMYK
RGB Variations
Color information
#C22032 (or 0xC22032) is known color: Cardinal. HEX triplet: C2, 20 and 32. RGB value is (194,32,50). Sum of RGB (Red+Green+Blue) = 194+32+50=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C22032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22032 is #3DDFCD. Grayscale: #525252. Windows color (decimal): -4054990 or 3285186. OLE color: 3285186.
HSL color Cylindrical-coordinate representation of color #C22032: hue angle of 353.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22032 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 50 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.24 |
| HSL | 353.33º | 0.72% | 0.44% | - |
| HSV(B) | 353.33º | 0.84% | 0.76% | - |
| XYZ | 23.34 | 12.73 | 4.25 | - |
| YUV | 82.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 50 | 0 | 0.84 | 0.74 | 0.24 | 353.33 | 0.72 | 0.44 |
| Hex | C2 | 20 | 32 | 0 | 54 | 4A | 18 | 161 | 48 | 2C |
| Octal | 302 | 40 | 62 | 0 | 124 | 112 | 30 | 541 | 110 | 54 |
| Binary | 11000010 | 100000 | 110010 | 0 | 1010100 | 1001010 | 11000 | 101100001 | 1001000 | 101100 |
Color Harmonies of #C22032
Complementary color
Monochromatic Colors of #C22032
Black with #C22032
Text Example
Text Example
White with #C22032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22032; }
p { color: rgb(194,32,50); }
H1.HeaderClassName
{
color: #C22032;
}
.AnyTagClassName
{
color: #C22032;
}
</style>
background-color css
<style>
a { background-color: #C22032; }
a { background-color: rgb(194,32,50); }
div.DivClassName
{
background-color: #C22032;
}
.BgClassName
{
background-color: #C22032;
}
</style>
border-color css
<style>
span { border-color: #C22032; }
span { border-color: rgb(194,32,50); }
td.TdClassName
{
border-color: #C22032;
}
.TagClassName
{
border-color: #C22032;
}
</style>