Shades of Cardinal #C52837
Tints of Cardinal #C52837
RGB
CMYK
RGB Variations
Color information
#C52837 (or 0xC52837) is known color: Cardinal. HEX triplet: C5, 28 and 37. RGB value is (197,40,55). Sum of RGB (Red+Green+Blue) = 197+40+55=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C52837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52837 is #3AD7C8. Grayscale: #585858. Windows color (decimal): -3856329 or 3614917. OLE color: 3614917.
HSL color Cylindrical-coordinate representation of color #C52837: hue angle of 354.27º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52837 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 55 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.23 |
| HSL | 354.27º | 0.66% | 0.46% | - |
| HSV(B) | 354.27º | 0.8% | 0.77% | - |
| XYZ | 24.47 | 13.66 | 4.96 | - |
| YUV | 88.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 55 | 0 | 0.80 | 0.72 | 0.23 | 354.27 | 0.66 | 0.46 |
| Hex | C5 | 28 | 37 | 0 | 50 | 48 | 17 | 162 | 42 | 2E |
| Octal | 305 | 50 | 67 | 0 | 120 | 110 | 27 | 542 | 102 | 56 |
| Binary | 11000101 | 101000 | 110111 | 0 | 1010000 | 1001000 | 10111 | 101100010 | 1000010 | 101110 |
Color Harmonies of #C52837
Complementary color
Monochromatic Colors of #C52837
Black with #C52837
Text Example
Text Example
White with #C52837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52837; }
p { color: rgb(197,40,55); }
H1.HeaderClassName
{
color: #C52837;
}
.AnyTagClassName
{
color: #C52837;
}
</style>
background-color css
<style>
a { background-color: #C52837; }
a { background-color: rgb(197,40,55); }
div.DivClassName
{
background-color: #C52837;
}
.BgClassName
{
background-color: #C52837;
}
</style>
border-color css
<style>
span { border-color: #C52837; }
span { border-color: rgb(197,40,55); }
td.TdClassName
{
border-color: #C52837;
}
.TagClassName
{
border-color: #C52837;
}
</style>