Shades of Cardinal #C22435
Tints of Cardinal #C22435
RGB
CMYK
RGB Variations
Color information
#C22435 (or 0xC22435) is known color: Cardinal. HEX triplet: C2, 24 and 35. RGB value is (194,36,53). Sum of RGB (Red+Green+Blue) = 194+36+53=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C22435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22435 is #3DDBCA. Grayscale: #555555. Windows color (decimal): -4053963 or 3482818. OLE color: 3482818.
HSL color Cylindrical-coordinate representation of color #C22435: hue angle of 353.54º 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 #C22435 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 53 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.24 |
| HSL | 353.54º | 0.69% | 0.45% | - |
| HSV(B) | 353.54º | 0.81% | 0.76% | - |
| XYZ | 23.52 | 12.99 | 4.64 | - |
| YUV | 85.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 53 | 0 | 0.81 | 0.73 | 0.24 | 353.54 | 0.69 | 0.45 |
| Hex | C2 | 24 | 35 | 0 | 51 | 49 | 18 | 162 | 45 | 2D |
| Octal | 302 | 44 | 65 | 0 | 121 | 111 | 30 | 542 | 105 | 55 |
| Binary | 11000010 | 100100 | 110101 | 0 | 1010001 | 1001001 | 11000 | 101100010 | 1000101 | 101101 |
Color Harmonies of #C22435
Complementary color
Monochromatic Colors of #C22435
Black with #C22435
Text Example
Text Example
White with #C22435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22435; }
p { color: rgb(194,36,53); }
H1.HeaderClassName
{
color: #C22435;
}
.AnyTagClassName
{
color: #C22435;
}
</style>
background-color css
<style>
a { background-color: #C22435; }
a { background-color: rgb(194,36,53); }
div.DivClassName
{
background-color: #C22435;
}
.BgClassName
{
background-color: #C22435;
}
</style>
border-color css
<style>
span { border-color: #C22435; }
span { border-color: rgb(194,36,53); }
td.TdClassName
{
border-color: #C22435;
}
.TagClassName
{
border-color: #C22435;
}
</style>