Shades of Cardinal #C51F47
Tints of Cardinal #C51F47
RGB
CMYK
RGB Variations
Color information
#C51F47 (or 0xC51F47) is known color: Cardinal. HEX triplet: C5, 1F and 47. RGB value is (197,31,71). Sum of RGB (Red+Green+Blue) = 197+31+71=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F47 is #3AE0B8. Grayscale: #555555. Windows color (decimal): -3858617 or 4661189. OLE color: 4661189.
HSL color Cylindrical-coordinate representation of color #C51F47: hue angle of 345.54º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F47 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 71 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.23 |
| HSL | 345.54º | 0.73% | 0.45% | - |
| HSV(B) | 345.54º | 0.84% | 0.77% | - |
| XYZ | 24.65 | 13.31 | 7.23 | - |
| YUV | 85.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 71 | 0 | 0.84 | 0.64 | 0.23 | 345.54 | 0.73 | 0.45 |
| Hex | C5 | 1F | 47 | 0 | 54 | 40 | 17 | 15A | 49 | 2D |
| Octal | 305 | 37 | 107 | 0 | 124 | 100 | 27 | 532 | 111 | 55 |
| Binary | 11000101 | 11111 | 1000111 | 0 | 1010100 | 1000000 | 10111 | 101011010 | 1001001 | 101101 |
Color Harmonies of #C51F47
Complementary color
Monochromatic Colors of #C51F47
Black with #C51F47
Text Example
Text Example
White with #C51F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F47; }
p { color: rgb(197,31,71); }
H1.HeaderClassName
{
color: #C51F47;
}
.AnyTagClassName
{
color: #C51F47;
}
</style>
background-color css
<style>
a { background-color: #C51F47; }
a { background-color: rgb(197,31,71); }
div.DivClassName
{
background-color: #C51F47;
}
.BgClassName
{
background-color: #C51F47;
}
</style>
border-color css
<style>
span { border-color: #C51F47; }
span { border-color: rgb(197,31,71); }
td.TdClassName
{
border-color: #C51F47;
}
.TagClassName
{
border-color: #C51F47;
}
</style>