Shades of Cardinal #C51532
Tints of Cardinal #C51532
RGB
CMYK
RGB Variations
Color information
#C51532 (or 0xC51532) is known color: Cardinal. HEX triplet: C5, 15 and 32. RGB value is (197,21,50). Sum of RGB (Red+Green+Blue) = 197+21+50=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C51532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51532 is #3AEACD. Grayscale: #4C4C4C. Windows color (decimal): -3861198 or 3282373. OLE color: 3282373.
HSL color Cylindrical-coordinate representation of color #C51532: hue angle of 350.11º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51532 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 50 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.23 |
| HSL | 350.11º | 0.81% | 0.43% | - |
| HSV(B) | 350.11º | 0.89% | 0.77% | - |
| XYZ | 23.87 | 12.64 | 4.2 | - |
| YUV | 76.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 50 | 0 | 0.89 | 0.75 | 0.23 | 350.11 | 0.81 | 0.43 |
| Hex | C5 | 15 | 32 | 0 | 59 | 4B | 17 | 15E | 51 | 2B |
| Octal | 305 | 25 | 62 | 0 | 131 | 113 | 27 | 536 | 121 | 53 |
| Binary | 11000101 | 10101 | 110010 | 0 | 1011001 | 1001011 | 10111 | 101011110 | 1010001 | 101011 |
Color Harmonies of #C51532
Complementary color
Monochromatic Colors of #C51532
Black with #C51532
Text Example
Text Example
White with #C51532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51532; }
p { color: rgb(197,21,50); }
H1.HeaderClassName
{
color: #C51532;
}
.AnyTagClassName
{
color: #C51532;
}
</style>
background-color css
<style>
a { background-color: #C51532; }
a { background-color: rgb(197,21,50); }
div.DivClassName
{
background-color: #C51532;
}
.BgClassName
{
background-color: #C51532;
}
</style>
border-color css
<style>
span { border-color: #C51532; }
span { border-color: rgb(197,21,50); }
td.TdClassName
{
border-color: #C51532;
}
.TagClassName
{
border-color: #C51532;
}
</style>