Shades of Cardinal #C21147
Tints of Cardinal #C21147
RGB
CMYK
RGB Variations
Color information
#C21147 (or 0xC21147) is known color: Cardinal. HEX triplet: C2, 11 and 47. RGB value is (194,17,71). Sum of RGB (Red+Green+Blue) = 194+17+71=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C21147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21147 is #3DEEB8. Grayscale: #4C4C4C. Windows color (decimal): -4058809 or 4657602. OLE color: 4657602.
HSL color Cylindrical-coordinate representation of color #C21147: hue angle of 341.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21147 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 71 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.24 |
| HSL | 341.69º | 0.84% | 0.41% | - |
| HSV(B) | 341.69º | 0.91% | 0.76% | - |
| XYZ | 23.59 | 12.33 | 7.1 | - |
| YUV | 76.08 | 125.14 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 71 | 0 | 0.91 | 0.63 | 0.24 | 341.69 | 0.84 | 0.41 |
| Hex | C2 | 11 | 47 | 0 | 5B | 3F | 18 | 156 | 54 | 29 |
| Octal | 302 | 21 | 107 | 0 | 133 | 77 | 30 | 526 | 124 | 51 |
| Binary | 11000010 | 10001 | 1000111 | 0 | 1011011 | 111111 | 11000 | 101010110 | 1010100 | 101001 |
Color Harmonies of #C21147
Complementary color
Monochromatic Colors of #C21147
Black with #C21147
Text Example
Text Example
White with #C21147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21147; }
p { color: rgb(194,17,71); }
H1.HeaderClassName
{
color: #C21147;
}
.AnyTagClassName
{
color: #C21147;
}
</style>
background-color css
<style>
a { background-color: #C21147; }
a { background-color: rgb(194,17,71); }
div.DivClassName
{
background-color: #C21147;
}
.BgClassName
{
background-color: #C21147;
}
</style>
border-color css
<style>
span { border-color: #C21147; }
span { border-color: rgb(194,17,71); }
td.TdClassName
{
border-color: #C21147;
}
.TagClassName
{
border-color: #C21147;
}
</style>