Shades of Cardinal #C52034
Tints of Cardinal #C52034
RGB
CMYK
RGB Variations
Color information
#C52034 (or 0xC52034) is known color: Cardinal. HEX triplet: C5, 20 and 34. RGB value is (197,32,52). Sum of RGB (Red+Green+Blue) = 197+32+52=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C52034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52034 is #3ADFCB. Grayscale: #535353. Windows color (decimal): -3858380 or 3416261. OLE color: 3416261.
HSL color Cylindrical-coordinate representation of color #C52034: hue angle of 352.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52034 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 52 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.23 |
| HSL | 352.73º | 0.72% | 0.45% | - |
| HSV(B) | 352.73º | 0.84% | 0.77% | - |
| XYZ | 24.16 | 13.15 | 4.51 | - |
| YUV | 83.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 52 | 0 | 0.84 | 0.74 | 0.23 | 352.73 | 0.72 | 0.45 |
| Hex | C5 | 20 | 34 | 0 | 54 | 4A | 17 | 161 | 48 | 2D |
| Octal | 305 | 40 | 64 | 0 | 124 | 112 | 27 | 541 | 110 | 55 |
| Binary | 11000101 | 100000 | 110100 | 0 | 1010100 | 1001010 | 10111 | 101100001 | 1001000 | 101101 |
Color Harmonies of #C52034
Complementary color
Monochromatic Colors of #C52034
Black with #C52034
Text Example
Text Example
White with #C52034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52034; }
p { color: rgb(197,32,52); }
H1.HeaderClassName
{
color: #C52034;
}
.AnyTagClassName
{
color: #C52034;
}
</style>
background-color css
<style>
a { background-color: #C52034; }
a { background-color: rgb(197,32,52); }
div.DivClassName
{
background-color: #C52034;
}
.BgClassName
{
background-color: #C52034;
}
</style>
border-color css
<style>
span { border-color: #C52034; }
span { border-color: rgb(197,32,52); }
td.TdClassName
{
border-color: #C52034;
}
.TagClassName
{
border-color: #C52034;
}
</style>