Shades of Cardinal #C51F46
Tints of Cardinal #C51F46
RGB
CMYK
RGB Variations
Color information
#C51F46 (or 0xC51F46) is known color: Cardinal. HEX triplet: C5, 1F and 46. RGB value is (197,31,70). Sum of RGB (Red+Green+Blue) = 197+31+70=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F46 is #3AE0B9. Grayscale: #555555. Windows color (decimal): -3858618 or 4595653. OLE color: 4595653.
HSL color Cylindrical-coordinate representation of color #C51F46: hue angle of 345.9º 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 #C51F46 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 70 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.23 |
| HSL | 345.9º | 0.73% | 0.45% | - |
| HSV(B) | 345.9º | 0.84% | 0.77% | - |
| XYZ | 24.62 | 13.29 | 7.06 | - |
| YUV | 85.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 70 | 0 | 0.84 | 0.64 | 0.23 | 345.9 | 0.73 | 0.45 |
| Hex | C5 | 1F | 46 | 0 | 54 | 40 | 17 | 15A | 49 | 2D |
| Octal | 305 | 37 | 106 | 0 | 124 | 100 | 27 | 532 | 111 | 55 |
| Binary | 11000101 | 11111 | 1000110 | 0 | 1010100 | 1000000 | 10111 | 101011010 | 1001001 | 101101 |
Color Harmonies of #C51F46
Complementary color
Monochromatic Colors of #C51F46
Black with #C51F46
Text Example
Text Example
White with #C51F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F46; }
p { color: rgb(197,31,70); }
H1.HeaderClassName
{
color: #C51F46;
}
.AnyTagClassName
{
color: #C51F46;
}
</style>
background-color css
<style>
a { background-color: #C51F46; }
a { background-color: rgb(197,31,70); }
div.DivClassName
{
background-color: #C51F46;
}
.BgClassName
{
background-color: #C51F46;
}
</style>
border-color css
<style>
span { border-color: #C51F46; }
span { border-color: rgb(197,31,70); }
td.TdClassName
{
border-color: #C51F46;
}
.TagClassName
{
border-color: #C51F46;
}
</style>