Shades of Cardinal #C51A46
Tints of Cardinal #C51A46
RGB
CMYK
RGB Variations
Color information
#C51A46 (or 0xC51A46) is known color: Cardinal. HEX triplet: C5, 1A and 46. RGB value is (197,26,70). Sum of RGB (Red+Green+Blue) = 197+26+70=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A46 is #3AE5B9. Grayscale: #525252. Windows color (decimal): -3859898 or 4594373. OLE color: 4594373.
HSL color Cylindrical-coordinate representation of color #C51A46: hue angle of 344.56º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A46 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 70 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.23 |
| HSL | 344.56º | 0.77% | 0.44% | - |
| HSV(B) | 344.56º | 0.87% | 0.77% | - |
| XYZ | 24.5 | 13.05 | 7.02 | - |
| YUV | 82.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 70 | 0 | 0.87 | 0.64 | 0.23 | 344.56 | 0.77 | 0.44 |
| Hex | C5 | 1A | 46 | 0 | 57 | 40 | 17 | 159 | 4D | 2C |
| Octal | 305 | 32 | 106 | 0 | 127 | 100 | 27 | 531 | 115 | 54 |
| Binary | 11000101 | 11010 | 1000110 | 0 | 1010111 | 1000000 | 10111 | 101011001 | 1001101 | 101100 |
Color Harmonies of #C51A46
Complementary color
Monochromatic Colors of #C51A46
Black with #C51A46
Text Example
Text Example
White with #C51A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A46; }
p { color: rgb(197,26,70); }
H1.HeaderClassName
{
color: #C51A46;
}
.AnyTagClassName
{
color: #C51A46;
}
</style>
background-color css
<style>
a { background-color: #C51A46; }
a { background-color: rgb(197,26,70); }
div.DivClassName
{
background-color: #C51A46;
}
.BgClassName
{
background-color: #C51A46;
}
</style>
border-color css
<style>
span { border-color: #C51A46; }
span { border-color: rgb(197,26,70); }
td.TdClassName
{
border-color: #C51A46;
}
.TagClassName
{
border-color: #C51A46;
}
</style>