Shades of Cardinal #C51547
Tints of Cardinal #C51547
RGB
CMYK
RGB Variations
Color information
#C51547 (or 0xC51547) is known color: Cardinal. HEX triplet: C5, 15 and 47. RGB value is (197,21,71). Sum of RGB (Red+Green+Blue) = 197+21+71=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C51547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51547 is #3AEAB8. Grayscale: #4F4F4F. Windows color (decimal): -3861177 or 4658629. OLE color: 4658629.
HSL color Cylindrical-coordinate representation of color #C51547: hue angle of 342.95º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51547 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 71 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.23 |
| HSL | 342.95º | 0.81% | 0.43% | - |
| HSV(B) | 342.95º | 0.89% | 0.77% | - |
| XYZ | 24.43 | 12.86 | 7.16 | - |
| YUV | 79.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 71 | 0 | 0.89 | 0.64 | 0.23 | 342.95 | 0.81 | 0.43 |
| Hex | C5 | 15 | 47 | 0 | 59 | 40 | 17 | 157 | 51 | 2B |
| Octal | 305 | 25 | 107 | 0 | 131 | 100 | 27 | 527 | 121 | 53 |
| Binary | 11000101 | 10101 | 1000111 | 0 | 1011001 | 1000000 | 10111 | 101010111 | 1010001 | 101011 |
Color Harmonies of #C51547
Complementary color
Monochromatic Colors of #C51547
Black with #C51547
Text Example
Text Example
White with #C51547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51547; }
p { color: rgb(197,21,71); }
H1.HeaderClassName
{
color: #C51547;
}
.AnyTagClassName
{
color: #C51547;
}
</style>
background-color css
<style>
a { background-color: #C51547; }
a { background-color: rgb(197,21,71); }
div.DivClassName
{
background-color: #C51547;
}
.BgClassName
{
background-color: #C51547;
}
</style>
border-color css
<style>
span { border-color: #C51547; }
span { border-color: rgb(197,21,71); }
td.TdClassName
{
border-color: #C51547;
}
.TagClassName
{
border-color: #C51547;
}
</style>