Shades of Cardinal #C22637
Tints of Cardinal #C22637
RGB
CMYK
RGB Variations
Color information
#C22637 (or 0xC22637) is known color: Cardinal. HEX triplet: C2, 26 and 37. RGB value is (194,38,55). Sum of RGB (Red+Green+Blue) = 194+38+55=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C22637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22637 is #3DD9C8. Grayscale: #565656. Windows color (decimal): -4053449 or 3614402. OLE color: 3614402.
HSL color Cylindrical-coordinate representation of color #C22637: hue angle of 353.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22637 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 55 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.24 |
| HSL | 353.46º | 0.67% | 0.45% | - |
| HSV(B) | 353.46º | 0.8% | 0.76% | - |
| XYZ | 23.63 | 13.13 | 4.9 | - |
| YUV | 86.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 55 | 0 | 0.80 | 0.72 | 0.24 | 353.46 | 0.67 | 0.45 |
| Hex | C2 | 26 | 37 | 0 | 50 | 48 | 18 | 161 | 43 | 2D |
| Octal | 302 | 46 | 67 | 0 | 120 | 110 | 30 | 541 | 103 | 55 |
| Binary | 11000010 | 100110 | 110111 | 0 | 1010000 | 1001000 | 11000 | 101100001 | 1000011 | 101101 |
Color Harmonies of #C22637
Complementary color
Monochromatic Colors of #C22637
Black with #C22637
Text Example
Text Example
White with #C22637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22637; }
p { color: rgb(194,38,55); }
H1.HeaderClassName
{
color: #C22637;
}
.AnyTagClassName
{
color: #C22637;
}
</style>
background-color css
<style>
a { background-color: #C22637; }
a { background-color: rgb(194,38,55); }
div.DivClassName
{
background-color: #C22637;
}
.BgClassName
{
background-color: #C22637;
}
</style>
border-color css
<style>
span { border-color: #C22637; }
span { border-color: rgb(194,38,55); }
td.TdClassName
{
border-color: #C22637;
}
.TagClassName
{
border-color: #C22637;
}
</style>