Shades of Cardinal #C22837
Tints of Cardinal #C22837
RGB
CMYK
RGB Variations
Color information
#C22837 (or 0xC22837) is known color: Cardinal. HEX triplet: C2, 28 and 37. RGB value is (194,40,55). Sum of RGB (Red+Green+Blue) = 194+40+55=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C22837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22837 is #3DD7C8. Grayscale: #575757. Windows color (decimal): -4052937 or 3614914. OLE color: 3614914.
HSL color Cylindrical-coordinate representation of color #C22837: hue angle of 354.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22837 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 55 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.24 |
| HSL | 354.16º | 0.66% | 0.46% | - |
| HSV(B) | 354.16º | 0.79% | 0.76% | - |
| XYZ | 23.7 | 13.26 | 4.93 | - |
| YUV | 87.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 55 | 0 | 0.79 | 0.72 | 0.24 | 354.16 | 0.66 | 0.46 |
| Hex | C2 | 28 | 37 | 0 | 4F | 48 | 18 | 162 | 42 | 2E |
| Octal | 302 | 50 | 67 | 0 | 117 | 110 | 30 | 542 | 102 | 56 |
| Binary | 11000010 | 101000 | 110111 | 0 | 1001111 | 1001000 | 11000 | 101100010 | 1000010 | 101110 |
Color Harmonies of #C22837
Complementary color
Monochromatic Colors of #C22837
Black with #C22837
Text Example
Text Example
White with #C22837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22837; }
p { color: rgb(194,40,55); }
H1.HeaderClassName
{
color: #C22837;
}
.AnyTagClassName
{
color: #C22837;
}
</style>
background-color css
<style>
a { background-color: #C22837; }
a { background-color: rgb(194,40,55); }
div.DivClassName
{
background-color: #C22837;
}
.BgClassName
{
background-color: #C22837;
}
</style>
border-color css
<style>
span { border-color: #C22837; }
span { border-color: rgb(194,40,55); }
td.TdClassName
{
border-color: #C22837;
}
.TagClassName
{
border-color: #C22837;
}
</style>