Shades of Cardinal #C22143
Tints of Cardinal #C22143
RGB
CMYK
RGB Variations
Color information
#C22143 (or 0xC22143) is known color: Cardinal. HEX triplet: C2, 21 and 43. RGB value is (194,33,67). Sum of RGB (Red+Green+Blue) = 194+33+67=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C22143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22143 is #3DDEBC. Grayscale: #555555. Windows color (decimal): -4054717 or 4399554. OLE color: 4399554.
HSL color Cylindrical-coordinate representation of color #C22143: hue angle of 347.33º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22143 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 67 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.24 |
| HSL | 347.33º | 0.71% | 0.45% | - |
| HSV(B) | 347.33º | 0.83% | 0.76% | - |
| XYZ | 23.81 | 12.96 | 6.56 | - |
| YUV | 85.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 67 | 0 | 0.83 | 0.65 | 0.24 | 347.33 | 0.71 | 0.45 |
| Hex | C2 | 21 | 43 | 0 | 53 | 41 | 18 | 15B | 47 | 2D |
| Octal | 302 | 41 | 103 | 0 | 123 | 101 | 30 | 533 | 107 | 55 |
| Binary | 11000010 | 100001 | 1000011 | 0 | 1010011 | 1000001 | 11000 | 101011011 | 1000111 | 101101 |
Color Harmonies of #C22143
Complementary color
Monochromatic Colors of #C22143
Black with #C22143
Text Example
Text Example
White with #C22143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22143; }
p { color: rgb(194,33,67); }
H1.HeaderClassName
{
color: #C22143;
}
.AnyTagClassName
{
color: #C22143;
}
</style>
background-color css
<style>
a { background-color: #C22143; }
a { background-color: rgb(194,33,67); }
div.DivClassName
{
background-color: #C22143;
}
.BgClassName
{
background-color: #C22143;
}
</style>
border-color css
<style>
span { border-color: #C22143; }
span { border-color: rgb(194,33,67); }
td.TdClassName
{
border-color: #C22143;
}
.TagClassName
{
border-color: #C22143;
}
</style>