Shades of Cardinal #C21449
Tints of Cardinal #C21449
RGB
CMYK
RGB Variations
Color information
#C21449 (or 0xC21449) is known color: Cardinal. HEX triplet: C2, 14 and 49. RGB value is (194,20,73). Sum of RGB (Red+Green+Blue) = 194+20+73=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C21449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21449 is #3DEBB6. Grayscale: #4E4E4E. Windows color (decimal): -4058039 or 4789442. OLE color: 4789442.
HSL color Cylindrical-coordinate representation of color #C21449: hue angle of 341.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21449 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 73 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.24 |
| HSL | 341.72º | 0.81% | 0.42% | - |
| HSV(B) | 341.72º | 0.9% | 0.76% | - |
| XYZ | 23.7 | 12.45 | 7.46 | - |
| YUV | 78.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 73 | 0 | 0.90 | 0.62 | 0.24 | 341.72 | 0.81 | 0.42 |
| Hex | C2 | 14 | 49 | 0 | 5A | 3E | 18 | 156 | 51 | 2A |
| Octal | 302 | 24 | 111 | 0 | 132 | 76 | 30 | 526 | 121 | 52 |
| Binary | 11000010 | 10100 | 1001001 | 0 | 1011010 | 111110 | 11000 | 101010110 | 1010001 | 101010 |
Color Harmonies of #C21449
Complementary color
Monochromatic Colors of #C21449
Black with #C21449
Text Example
Text Example
White with #C21449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21449; }
p { color: rgb(194,20,73); }
H1.HeaderClassName
{
color: #C21449;
}
.AnyTagClassName
{
color: #C21449;
}
</style>
background-color css
<style>
a { background-color: #C21449; }
a { background-color: rgb(194,20,73); }
div.DivClassName
{
background-color: #C21449;
}
.BgClassName
{
background-color: #C21449;
}
</style>
border-color css
<style>
span { border-color: #C21449; }
span { border-color: rgb(194,20,73); }
td.TdClassName
{
border-color: #C21449;
}
.TagClassName
{
border-color: #C21449;
}
</style>