Shades of Cardinal #C52431
Tints of Cardinal #C52431
RGB
CMYK
RGB Variations
Color information
#C52431 (or 0xC52431) is known color: Cardinal. HEX triplet: C5, 24 and 31. RGB value is (197,36,49). Sum of RGB (Red+Green+Blue) = 197+36+49=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C52431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52431 is #3ADBCE. Grayscale: #555555. Windows color (decimal): -3857359 or 3220677. OLE color: 3220677.
HSL color Cylindrical-coordinate representation of color #C52431: hue angle of 355.16º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52431 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 49 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.23 |
| HSL | 355.16º | 0.69% | 0.46% | - |
| HSV(B) | 355.16º | 0.82% | 0.77% | - |
| XYZ | 24.21 | 13.35 | 4.21 | - |
| YUV | 85.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 49 | 0 | 0.82 | 0.75 | 0.23 | 355.16 | 0.69 | 0.46 |
| Hex | C5 | 24 | 31 | 0 | 52 | 4B | 17 | 163 | 45 | 2E |
| Octal | 305 | 44 | 61 | 0 | 122 | 113 | 27 | 543 | 105 | 56 |
| Binary | 11000101 | 100100 | 110001 | 0 | 1010010 | 1001011 | 10111 | 101100011 | 1000101 | 101110 |
Color Harmonies of #C52431
Complementary color
Monochromatic Colors of #C52431
Black with #C52431
Text Example
Text Example
White with #C52431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52431; }
p { color: rgb(197,36,49); }
H1.HeaderClassName
{
color: #C52431;
}
.AnyTagClassName
{
color: #C52431;
}
</style>
background-color css
<style>
a { background-color: #C52431; }
a { background-color: rgb(197,36,49); }
div.DivClassName
{
background-color: #C52431;
}
.BgClassName
{
background-color: #C52431;
}
</style>
border-color css
<style>
span { border-color: #C52431; }
span { border-color: rgb(197,36,49); }
td.TdClassName
{
border-color: #C52431;
}
.TagClassName
{
border-color: #C52431;
}
</style>