Shades of Cardinal #C52136
Tints of Cardinal #C52136
RGB
CMYK
RGB Variations
Color information
#C52136 (or 0xC52136) is known color: Cardinal. HEX triplet: C5, 21 and 36. RGB value is (197,33,54). Sum of RGB (Red+Green+Blue) = 197+33+54=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C52136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52136 is #3ADEC9. Grayscale: #545454. Windows color (decimal): -3858122 or 3547589. OLE color: 3547589.
HSL color Cylindrical-coordinate representation of color #C52136: hue angle of 352.32º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52136 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 54 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.23 |
| HSL | 352.32º | 0.71% | 0.45% | - |
| HSV(B) | 352.32º | 0.83% | 0.77% | - |
| XYZ | 24.24 | 13.22 | 4.77 | - |
| YUV | 84.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 54 | 0 | 0.83 | 0.73 | 0.23 | 352.32 | 0.71 | 0.45 |
| Hex | C5 | 21 | 36 | 0 | 53 | 49 | 17 | 160 | 47 | 2D |
| Octal | 305 | 41 | 66 | 0 | 123 | 111 | 27 | 540 | 107 | 55 |
| Binary | 11000101 | 100001 | 110110 | 0 | 1010011 | 1001001 | 10111 | 101100000 | 1000111 | 101101 |
Color Harmonies of #C52136
Complementary color
Monochromatic Colors of #C52136
Black with #C52136
Text Example
Text Example
White with #C52136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52136; }
p { color: rgb(197,33,54); }
H1.HeaderClassName
{
color: #C52136;
}
.AnyTagClassName
{
color: #C52136;
}
</style>
background-color css
<style>
a { background-color: #C52136; }
a { background-color: rgb(197,33,54); }
div.DivClassName
{
background-color: #C52136;
}
.BgClassName
{
background-color: #C52136;
}
</style>
border-color css
<style>
span { border-color: #C52136; }
span { border-color: rgb(197,33,54); }
td.TdClassName
{
border-color: #C52136;
}
.TagClassName
{
border-color: #C52136;
}
</style>