Shades of Cardinal #C5124D
Tints of Cardinal #C5124D
RGB
CMYK
RGB Variations
Color information
#C5124D (or 0xC5124D) is known color: Cardinal. HEX triplet: C5, 12 and 4D. RGB value is (197,18,77). Sum of RGB (Red+Green+Blue) = 197+18+77=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5124D is #3AEDB2. Grayscale: #4E4E4E. Windows color (decimal): -3861939 or 5051077. OLE color: 5051077.
HSL color Cylindrical-coordinate representation of color #C5124D: hue angle of 340.22º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5124D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 77 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.23 |
| HSL | 340.22º | 0.83% | 0.42% | - |
| HSV(B) | 340.22º | 0.91% | 0.77% | - |
| XYZ | 24.58 | 12.84 | 8.2 | - |
| YUV | 78.25 | 127.3 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 77 | 0 | 0.91 | 0.61 | 0.23 | 340.22 | 0.83 | 0.42 |
| Hex | C5 | 12 | 4D | 0 | 5B | 3D | 17 | 154 | 53 | 2A |
| Octal | 305 | 22 | 115 | 0 | 133 | 75 | 27 | 524 | 123 | 52 |
| Binary | 11000101 | 10010 | 1001101 | 0 | 1011011 | 111101 | 10111 | 101010100 | 1010011 | 101010 |
Color Harmonies of #C5124D
Complementary color
Monochromatic Colors of #C5124D
Black with #C5124D
Text Example
Text Example
White with #C5124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5124D; }
p { color: rgb(197,18,77); }
H1.HeaderClassName
{
color: #C5124D;
}
.AnyTagClassName
{
color: #C5124D;
}
</style>
background-color css
<style>
a { background-color: #C5124D; }
a { background-color: rgb(197,18,77); }
div.DivClassName
{
background-color: #C5124D;
}
.BgClassName
{
background-color: #C5124D;
}
</style>
border-color css
<style>
span { border-color: #C5124D; }
span { border-color: rgb(197,18,77); }
td.TdClassName
{
border-color: #C5124D;
}
.TagClassName
{
border-color: #C5124D;
}
</style>