Shades of Cardinal #C22332
Tints of Cardinal #C22332
RGB
CMYK
RGB Variations
Color information
#C22332 (or 0xC22332) is known color: Cardinal. HEX triplet: C2, 23 and 32. RGB value is (194,35,50). Sum of RGB (Red+Green+Blue) = 194+35+50=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C22332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22332 is #3DDCCD. Grayscale: #545454. Windows color (decimal): -4054222 or 3285954. OLE color: 3285954.
HSL color Cylindrical-coordinate representation of color #C22332: hue angle of 354.34º degrees, saturation: 0.69, 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 #C22332 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 50 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.24 |
| HSL | 354.34º | 0.69% | 0.45% | - |
| HSV(B) | 354.34º | 0.82% | 0.76% | - |
| XYZ | 23.42 | 12.9 | 4.27 | - |
| YUV | 84.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 50 | 0 | 0.82 | 0.74 | 0.24 | 354.34 | 0.69 | 0.45 |
| Hex | C2 | 23 | 32 | 0 | 52 | 4A | 18 | 162 | 45 | 2D |
| Octal | 302 | 43 | 62 | 0 | 122 | 112 | 30 | 542 | 105 | 55 |
| Binary | 11000010 | 100011 | 110010 | 0 | 1010010 | 1001010 | 11000 | 101100010 | 1000101 | 101101 |
Color Harmonies of #C22332
Complementary color
Monochromatic Colors of #C22332
Black with #C22332
Text Example
Text Example
White with #C22332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22332; }
p { color: rgb(194,35,50); }
H1.HeaderClassName
{
color: #C22332;
}
.AnyTagClassName
{
color: #C22332;
}
</style>
background-color css
<style>
a { background-color: #C22332; }
a { background-color: rgb(194,35,50); }
div.DivClassName
{
background-color: #C22332;
}
.BgClassName
{
background-color: #C22332;
}
</style>
border-color css
<style>
span { border-color: #C22332; }
span { border-color: rgb(194,35,50); }
td.TdClassName
{
border-color: #C22332;
}
.TagClassName
{
border-color: #C22332;
}
</style>