Shades of Cardinal #C52534
Tints of Cardinal #C52534
RGB
CMYK
RGB Variations
Color information
#C52534 (or 0xC52534) is known color: Cardinal. HEX triplet: C5, 25 and 34. RGB value is (197,37,52). Sum of RGB (Red+Green+Blue) = 197+37+52=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C52534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52534 is #3ADACB. Grayscale: #565656. Windows color (decimal): -3857100 or 3417541. OLE color: 3417541.
HSL color Cylindrical-coordinate representation of color #C52534: hue angle of 354.38º 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 #C52534 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 52 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.23 |
| HSL | 354.38º | 0.68% | 0.46% | - |
| HSV(B) | 354.38º | 0.81% | 0.77% | - |
| XYZ | 24.31 | 13.44 | 4.56 | - |
| YUV | 86.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 52 | 0 | 0.81 | 0.74 | 0.23 | 354.38 | 0.68 | 0.46 |
| Hex | C5 | 25 | 34 | 0 | 51 | 4A | 17 | 162 | 44 | 2E |
| Octal | 305 | 45 | 64 | 0 | 121 | 112 | 27 | 542 | 104 | 56 |
| Binary | 11000101 | 100101 | 110100 | 0 | 1010001 | 1001010 | 10111 | 101100010 | 1000100 | 101110 |
Color Harmonies of #C52534
Complementary color
Monochromatic Colors of #C52534
Black with #C52534
Text Example
Text Example
White with #C52534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52534; }
p { color: rgb(197,37,52); }
H1.HeaderClassName
{
color: #C52534;
}
.AnyTagClassName
{
color: #C52534;
}
</style>
background-color css
<style>
a { background-color: #C52534; }
a { background-color: rgb(197,37,52); }
div.DivClassName
{
background-color: #C52534;
}
.BgClassName
{
background-color: #C52534;
}
</style>
border-color css
<style>
span { border-color: #C52534; }
span { border-color: rgb(197,37,52); }
td.TdClassName
{
border-color: #C52534;
}
.TagClassName
{
border-color: #C52534;
}
</style>