Shades of Cardinal #C21448
Tints of Cardinal #C21448
RGB
CMYK
RGB Variations
Color information
#C21448 (or 0xC21448) is known color: Cardinal. HEX triplet: C2, 14 and 48. RGB value is (194,20,72). Sum of RGB (Red+Green+Blue) = 194+20+72=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C21448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21448 is #3DEBB7. Grayscale: #4D4D4D. Windows color (decimal): -4058040 or 4723906. OLE color: 4723906.
HSL color Cylindrical-coordinate representation of color #C21448: hue angle of 342.07º 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 #C21448 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 72 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.24 |
| HSL | 342.07º | 0.81% | 0.42% | - |
| HSV(B) | 342.07º | 0.9% | 0.76% | - |
| XYZ | 23.67 | 12.44 | 7.28 | - |
| YUV | 77.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 72 | 0 | 0.90 | 0.63 | 0.24 | 342.07 | 0.81 | 0.42 |
| Hex | C2 | 14 | 48 | 0 | 5A | 3F | 18 | 156 | 51 | 2A |
| Octal | 302 | 24 | 110 | 0 | 132 | 77 | 30 | 526 | 121 | 52 |
| Binary | 11000010 | 10100 | 1001000 | 0 | 1011010 | 111111 | 11000 | 101010110 | 1010001 | 101010 |
Color Harmonies of #C21448
Complementary color
Monochromatic Colors of #C21448
Black with #C21448
Text Example
Text Example
White with #C21448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21448; }
p { color: rgb(194,20,72); }
H1.HeaderClassName
{
color: #C21448;
}
.AnyTagClassName
{
color: #C21448;
}
</style>
background-color css
<style>
a { background-color: #C21448; }
a { background-color: rgb(194,20,72); }
div.DivClassName
{
background-color: #C21448;
}
.BgClassName
{
background-color: #C21448;
}
</style>
border-color css
<style>
span { border-color: #C21448; }
span { border-color: rgb(194,20,72); }
td.TdClassName
{
border-color: #C21448;
}
.TagClassName
{
border-color: #C21448;
}
</style>