Shades of Cardinal #C21248
Tints of Cardinal #C21248
RGB
CMYK
RGB Variations
Color information
#C21248 (or 0xC21248) is known color: Cardinal. HEX triplet: C2, 12 and 48. RGB value is (194,18,72). Sum of RGB (Red+Green+Blue) = 194+18+72=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C21248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21248 is #3DEDB7. Grayscale: #4C4C4C. Windows color (decimal): -4058552 or 4723394. OLE color: 4723394.
HSL color Cylindrical-coordinate representation of color #C21248: hue angle of 341.59º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21248 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 72 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.24 |
| HSL | 341.59º | 0.83% | 0.42% | - |
| HSV(B) | 341.59º | 0.91% | 0.76% | - |
| XYZ | 23.63 | 12.37 | 7.27 | - |
| YUV | 76.78 | 125.31 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 72 | 0 | 0.91 | 0.63 | 0.24 | 341.59 | 0.83 | 0.42 |
| Hex | C2 | 12 | 48 | 0 | 5B | 3F | 18 | 156 | 53 | 2A |
| Octal | 302 | 22 | 110 | 0 | 133 | 77 | 30 | 526 | 123 | 52 |
| Binary | 11000010 | 10010 | 1001000 | 0 | 1011011 | 111111 | 11000 | 101010110 | 1010011 | 101010 |
Color Harmonies of #C21248
Complementary color
Monochromatic Colors of #C21248
Black with #C21248
Text Example
Text Example
White with #C21248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21248; }
p { color: rgb(194,18,72); }
H1.HeaderClassName
{
color: #C21248;
}
.AnyTagClassName
{
color: #C21248;
}
</style>
background-color css
<style>
a { background-color: #C21248; }
a { background-color: rgb(194,18,72); }
div.DivClassName
{
background-color: #C21248;
}
.BgClassName
{
background-color: #C21248;
}
</style>
border-color css
<style>
span { border-color: #C21248; }
span { border-color: rgb(194,18,72); }
td.TdClassName
{
border-color: #C21248;
}
.TagClassName
{
border-color: #C21248;
}
</style>