Shades of Cardinal #C52535
Tints of Cardinal #C52535
RGB
CMYK
RGB Variations
Color information
#C52535 (or 0xC52535) is known color: Cardinal. HEX triplet: C5, 25 and 35. RGB value is (197,37,53). Sum of RGB (Red+Green+Blue) = 197+37+53=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C52535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52535 is #3ADACA. Grayscale: #565656. Windows color (decimal): -3857099 or 3483077. OLE color: 3483077.
HSL color Cylindrical-coordinate representation of color #C52535: hue angle of 354º 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 #C52535 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 53 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.23 |
| HSL | 354º | 0.68% | 0.46% | - |
| HSV(B) | 354º | 0.81% | 0.77% | - |
| XYZ | 24.33 | 13.45 | 4.68 | - |
| YUV | 86.66 | 109.01 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 53 | 0 | 0.81 | 0.73 | 0.23 | 354 | 0.68 | 0.46 |
| Hex | C5 | 25 | 35 | 0 | 51 | 49 | 17 | 162 | 44 | 2E |
| Octal | 305 | 45 | 65 | 0 | 121 | 111 | 27 | 542 | 104 | 56 |
| Binary | 11000101 | 100101 | 110101 | 0 | 1010001 | 1001001 | 10111 | 101100010 | 1000100 | 101110 |
Color Harmonies of #C52535
Complementary color
Monochromatic Colors of #C52535
Black with #C52535
Text Example
Text Example
White with #C52535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52535; }
p { color: rgb(197,37,53); }
H1.HeaderClassName
{
color: #C52535;
}
.AnyTagClassName
{
color: #C52535;
}
</style>
background-color css
<style>
a { background-color: #C52535; }
a { background-color: rgb(197,37,53); }
div.DivClassName
{
background-color: #C52535;
}
.BgClassName
{
background-color: #C52535;
}
</style>
border-color css
<style>
span { border-color: #C52535; }
span { border-color: rgb(197,37,53); }
td.TdClassName
{
border-color: #C52535;
}
.TagClassName
{
border-color: #C52535;
}
</style>