Shades of Cardinal #C21C48
Tints of Cardinal #C21C48
RGB
CMYK
RGB Variations
Color information
#C21C48 (or 0xC21C48) is known color: Cardinal. HEX triplet: C2, 1C and 48. RGB value is (194,28,72). Sum of RGB (Red+Green+Blue) = 194+28+72=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C48 is #3DE3B7. Grayscale: #525252. Windows color (decimal): -4055992 or 4725954. OLE color: 4725954.
HSL color Cylindrical-coordinate representation of color #C21C48: hue angle of 344.1º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C48 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 72 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.24 |
| HSL | 344.1º | 0.75% | 0.44% | - |
| HSV(B) | 344.1º | 0.86% | 0.76% | - |
| XYZ | 23.83 | 12.77 | 7.34 | - |
| YUV | 82.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 72 | 0 | 0.86 | 0.63 | 0.24 | 344.1 | 0.75 | 0.44 |
| Hex | C2 | 1C | 48 | 0 | 56 | 3F | 18 | 158 | 4B | 2C |
| Octal | 302 | 34 | 110 | 0 | 126 | 77 | 30 | 530 | 113 | 54 |
| Binary | 11000010 | 11100 | 1001000 | 0 | 1010110 | 111111 | 11000 | 101011000 | 1001011 | 101100 |
Color Harmonies of #C21C48
Complementary color
Monochromatic Colors of #C21C48
Black with #C21C48
Text Example
Text Example
White with #C21C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C48; }
p { color: rgb(194,28,72); }
H1.HeaderClassName
{
color: #C21C48;
}
.AnyTagClassName
{
color: #C21C48;
}
</style>
background-color css
<style>
a { background-color: #C21C48; }
a { background-color: rgb(194,28,72); }
div.DivClassName
{
background-color: #C21C48;
}
.BgClassName
{
background-color: #C21C48;
}
</style>
border-color css
<style>
span { border-color: #C21C48; }
span { border-color: rgb(194,28,72); }
td.TdClassName
{
border-color: #C21C48;
}
.TagClassName
{
border-color: #C21C48;
}
</style>