Shades of Cardinal #C22044
Tints of Cardinal #C22044
RGB
CMYK
RGB Variations
Color information
#C22044 (or 0xC22044) is known color: Cardinal. HEX triplet: C2, 20 and 44. RGB value is (194,32,68). Sum of RGB (Red+Green+Blue) = 194+32+68=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C22044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22044 is #3DDFBB. Grayscale: #545454. Windows color (decimal): -4054972 or 4464834. OLE color: 4464834.
HSL color Cylindrical-coordinate representation of color #C22044: hue angle of 346.67º 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 #C22044 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 68 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.24 |
| HSL | 346.67º | 0.72% | 0.44% | - |
| HSV(B) | 346.67º | 0.84% | 0.76% | - |
| XYZ | 23.81 | 12.92 | 6.71 | - |
| YUV | 84.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 68 | 0 | 0.84 | 0.65 | 0.24 | 346.67 | 0.72 | 0.44 |
| Hex | C2 | 20 | 44 | 0 | 54 | 41 | 18 | 15B | 48 | 2C |
| Octal | 302 | 40 | 104 | 0 | 124 | 101 | 30 | 533 | 110 | 54 |
| Binary | 11000010 | 100000 | 1000100 | 0 | 1010100 | 1000001 | 11000 | 101011011 | 1001000 | 101100 |
Color Harmonies of #C22044
Complementary color
Monochromatic Colors of #C22044
Black with #C22044
Text Example
Text Example
White with #C22044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22044; }
p { color: rgb(194,32,68); }
H1.HeaderClassName
{
color: #C22044;
}
.AnyTagClassName
{
color: #C22044;
}
</style>
background-color css
<style>
a { background-color: #C22044; }
a { background-color: rgb(194,32,68); }
div.DivClassName
{
background-color: #C22044;
}
.BgClassName
{
background-color: #C22044;
}
</style>
border-color css
<style>
span { border-color: #C22044; }
span { border-color: rgb(194,32,68); }
td.TdClassName
{
border-color: #C22044;
}
.TagClassName
{
border-color: #C22044;
}
</style>