Shades of Cardinal #C22442
Tints of Cardinal #C22442
RGB
CMYK
RGB Variations
Color information
#C22442 (or 0xC22442) is known color: Cardinal. HEX triplet: C2, 24 and 42. RGB value is (194,36,66). Sum of RGB (Red+Green+Blue) = 194+36+66=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C22442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22442 is #3DDBBD. Grayscale: #565656. Windows color (decimal): -4053950 or 4334786. OLE color: 4334786.
HSL color Cylindrical-coordinate representation of color #C22442: hue angle of 348.61º 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 #C22442 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 66 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.24 |
| HSL | 348.61º | 0.69% | 0.45% | - |
| HSV(B) | 348.61º | 0.81% | 0.76% | - |
| XYZ | 23.86 | 13.12 | 6.43 | - |
| YUV | 86.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 66 | 0 | 0.81 | 0.66 | 0.24 | 348.61 | 0.69 | 0.45 |
| Hex | C2 | 24 | 42 | 0 | 51 | 42 | 18 | 15D | 45 | 2D |
| Octal | 302 | 44 | 102 | 0 | 121 | 102 | 30 | 535 | 105 | 55 |
| Binary | 11000010 | 100100 | 1000010 | 0 | 1010001 | 1000010 | 11000 | 101011101 | 1000101 | 101101 |
Color Harmonies of #C22442
Complementary color
Monochromatic Colors of #C22442
Black with #C22442
Text Example
Text Example
White with #C22442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22442; }
p { color: rgb(194,36,66); }
H1.HeaderClassName
{
color: #C22442;
}
.AnyTagClassName
{
color: #C22442;
}
</style>
background-color css
<style>
a { background-color: #C22442; }
a { background-color: rgb(194,36,66); }
div.DivClassName
{
background-color: #C22442;
}
.BgClassName
{
background-color: #C22442;
}
</style>
border-color css
<style>
span { border-color: #C22442; }
span { border-color: rgb(194,36,66); }
td.TdClassName
{
border-color: #C22442;
}
.TagClassName
{
border-color: #C22442;
}
</style>