Shades of Cardinal #C52637
Tints of Cardinal #C52637
RGB
CMYK
RGB Variations
Color information
#C52637 (or 0xC52637) is known color: Cardinal. HEX triplet: C5, 26 and 37. RGB value is (197,38,55). Sum of RGB (Red+Green+Blue) = 197+38+55=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C52637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52637 is #3AD9C8. Grayscale: #575757. Windows color (decimal): -3856841 or 3614405. OLE color: 3614405.
HSL color Cylindrical-coordinate representation of color #C52637: hue angle of 353.58º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52637 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 55 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.23 |
| HSL | 353.58º | 0.68% | 0.46% | - |
| HSV(B) | 353.58º | 0.81% | 0.77% | - |
| XYZ | 24.41 | 13.53 | 4.94 | - |
| YUV | 87.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 55 | 0 | 0.81 | 0.72 | 0.23 | 353.58 | 0.68 | 0.46 |
| Hex | C5 | 26 | 37 | 0 | 51 | 48 | 17 | 162 | 44 | 2E |
| Octal | 305 | 46 | 67 | 0 | 121 | 110 | 27 | 542 | 104 | 56 |
| Binary | 11000101 | 100110 | 110111 | 0 | 1010001 | 1001000 | 10111 | 101100010 | 1000100 | 101110 |
Color Harmonies of #C52637
Complementary color
Monochromatic Colors of #C52637
Black with #C52637
Text Example
Text Example
White with #C52637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52637; }
p { color: rgb(197,38,55); }
H1.HeaderClassName
{
color: #C52637;
}
.AnyTagClassName
{
color: #C52637;
}
</style>
background-color css
<style>
a { background-color: #C52637; }
a { background-color: rgb(197,38,55); }
div.DivClassName
{
background-color: #C52637;
}
.BgClassName
{
background-color: #C52637;
}
</style>
border-color css
<style>
span { border-color: #C52637; }
span { border-color: rgb(197,38,55); }
td.TdClassName
{
border-color: #C52637;
}
.TagClassName
{
border-color: #C52637;
}
</style>