Shades of Cardinal #C5134D
Tints of Cardinal #C5134D
RGB
CMYK
RGB Variations
Color information
#C5134D (or 0xC5134D) is known color: Cardinal. HEX triplet: C5, 13 and 4D. RGB value is (197,19,77). Sum of RGB (Red+Green+Blue) = 197+19+77=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5134D is #3AECB2. Grayscale: #4E4E4E. Windows color (decimal): -3861683 or 5051333. OLE color: 5051333.
HSL color Cylindrical-coordinate representation of color #C5134D: hue angle of 340.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5134D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 77 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.23 |
| HSL | 340.45º | 0.82% | 0.42% | - |
| HSV(B) | 340.45º | 0.9% | 0.77% | - |
| XYZ | 24.6 | 12.87 | 8.21 | - |
| YUV | 78.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 77 | 0 | 0.90 | 0.61 | 0.23 | 340.45 | 0.82 | 0.42 |
| Hex | C5 | 13 | 4D | 0 | 5A | 3D | 17 | 154 | 52 | 2A |
| Octal | 305 | 23 | 115 | 0 | 132 | 75 | 27 | 524 | 122 | 52 |
| Binary | 11000101 | 10011 | 1001101 | 0 | 1011010 | 111101 | 10111 | 101010100 | 1010010 | 101010 |
Color Harmonies of #C5134D
Complementary color
Monochromatic Colors of #C5134D
Black with #C5134D
Text Example
Text Example
White with #C5134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5134D; }
p { color: rgb(197,19,77); }
H1.HeaderClassName
{
color: #C5134D;
}
.AnyTagClassName
{
color: #C5134D;
}
</style>
background-color css
<style>
a { background-color: #C5134D; }
a { background-color: rgb(197,19,77); }
div.DivClassName
{
background-color: #C5134D;
}
.BgClassName
{
background-color: #C5134D;
}
</style>
border-color css
<style>
span { border-color: #C5134D; }
span { border-color: rgb(197,19,77); }
td.TdClassName
{
border-color: #C5134D;
}
.TagClassName
{
border-color: #C5134D;
}
</style>