Shades of Cardinal #C50C47
Tints of Cardinal #C50C47
RGB
CMYK
RGB Variations
Color information
#C50C47 (or 0xC50C47) is known color: Cardinal. HEX triplet: C5, 0C and 47. RGB value is (197,12,71). Sum of RGB (Red+Green+Blue) = 197+12+71=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50C47 is #3AF3B8. Grayscale: #494949. Windows color (decimal): -3863481 or 4656325. OLE color: 4656325.
HSL color Cylindrical-coordinate representation of color #C50C47: hue angle of 340.86º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C47 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 71 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.23 |
| HSL | 340.86º | 0.89% | 0.41% | - |
| HSV(B) | 340.86º | 0.94% | 0.77% | - |
| XYZ | 24.29 | 12.59 | 7.11 | - |
| YUV | 74.04 | 126.29 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 71 | 0 | 0.94 | 0.64 | 0.23 | 340.86 | 0.89 | 0.41 |
| Hex | C5 | C | 47 | 0 | 5E | 40 | 17 | 155 | 59 | 29 |
| Octal | 305 | 14 | 107 | 0 | 136 | 100 | 27 | 525 | 131 | 51 |
| Binary | 11000101 | 1100 | 1000111 | 0 | 1011110 | 1000000 | 10111 | 101010101 | 1011001 | 101001 |
Color Harmonies of #C50C47
Complementary color
Monochromatic Colors of #C50C47
Black with #C50C47
Text Example
Text Example
White with #C50C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C47; }
p { color: rgb(197,12,71); }
H1.HeaderClassName
{
color: #C50C47;
}
.AnyTagClassName
{
color: #C50C47;
}
</style>
background-color css
<style>
a { background-color: #C50C47; }
a { background-color: rgb(197,12,71); }
div.DivClassName
{
background-color: #C50C47;
}
.BgClassName
{
background-color: #C50C47;
}
</style>
border-color css
<style>
span { border-color: #C50C47; }
span { border-color: rgb(197,12,71); }
td.TdClassName
{
border-color: #C50C47;
}
.TagClassName
{
border-color: #C50C47;
}
</style>