Shades of Cardinal #C22439
Tints of Cardinal #C22439
RGB
CMYK
RGB Variations
Color information
#C22439 (or 0xC22439) is known color: Cardinal. HEX triplet: C2, 24 and 39. RGB value is (194,36,57). Sum of RGB (Red+Green+Blue) = 194+36+57=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C22439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22439 is #3DDBC6. Grayscale: #555555. Windows color (decimal): -4053959 or 3744962. OLE color: 3744962.
HSL color Cylindrical-coordinate representation of color #C22439: hue angle of 352.03º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22439 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 57 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.24 |
| HSL | 352.03º | 0.69% | 0.45% | - |
| HSV(B) | 352.03º | 0.81% | 0.76% | - |
| XYZ | 23.62 | 13.03 | 5.14 | - |
| YUV | 85.64 | 111.85 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 57 | 0 | 0.81 | 0.71 | 0.24 | 352.03 | 0.69 | 0.45 |
| Hex | C2 | 24 | 39 | 0 | 51 | 47 | 18 | 160 | 45 | 2D |
| Octal | 302 | 44 | 71 | 0 | 121 | 107 | 30 | 540 | 105 | 55 |
| Binary | 11000010 | 100100 | 111001 | 0 | 1010001 | 1000111 | 11000 | 101100000 | 1000101 | 101101 |
Color Harmonies of #C22439
Complementary color
Monochromatic Colors of #C22439
Black with #C22439
Text Example
Text Example
White with #C22439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22439; }
p { color: rgb(194,36,57); }
H1.HeaderClassName
{
color: #C22439;
}
.AnyTagClassName
{
color: #C22439;
}
</style>
background-color css
<style>
a { background-color: #C22439; }
a { background-color: rgb(194,36,57); }
div.DivClassName
{
background-color: #C22439;
}
.BgClassName
{
background-color: #C22439;
}
</style>
border-color css
<style>
span { border-color: #C22439; }
span { border-color: rgb(194,36,57); }
td.TdClassName
{
border-color: #C22439;
}
.TagClassName
{
border-color: #C22439;
}
</style>