Shades of Cardinal #C51449
Tints of Cardinal #C51449
RGB
CMYK
RGB Variations
Color information
#C51449 (or 0xC51449) is known color: Cardinal. HEX triplet: C5, 14 and 49. RGB value is (197,20,73). Sum of RGB (Red+Green+Blue) = 197+20+73=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C51449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51449 is #3AEBB6. Grayscale: #4E4E4E. Windows color (decimal): -3861431 or 4789445. OLE color: 4789445.
HSL color Cylindrical-coordinate representation of color #C51449: hue angle of 342.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51449 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 73 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.23 |
| HSL | 342.03º | 0.82% | 0.43% | - |
| HSV(B) | 342.03º | 0.9% | 0.77% | - |
| XYZ | 24.48 | 12.85 | 7.49 | - |
| YUV | 78.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 73 | 0 | 0.90 | 0.63 | 0.23 | 342.03 | 0.82 | 0.43 |
| Hex | C5 | 14 | 49 | 0 | 5A | 3F | 17 | 156 | 52 | 2B |
| Octal | 305 | 24 | 111 | 0 | 132 | 77 | 27 | 526 | 122 | 53 |
| Binary | 11000101 | 10100 | 1001001 | 0 | 1011010 | 111111 | 10111 | 101010110 | 1010010 | 101011 |
Color Harmonies of #C51449
Complementary color
Monochromatic Colors of #C51449
Black with #C51449
Text Example
Text Example
White with #C51449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51449; }
p { color: rgb(197,20,73); }
H1.HeaderClassName
{
color: #C51449;
}
.AnyTagClassName
{
color: #C51449;
}
</style>
background-color css
<style>
a { background-color: #C51449; }
a { background-color: rgb(197,20,73); }
div.DivClassName
{
background-color: #C51449;
}
.BgClassName
{
background-color: #C51449;
}
</style>
border-color css
<style>
span { border-color: #C51449; }
span { border-color: rgb(197,20,73); }
td.TdClassName
{
border-color: #C51449;
}
.TagClassName
{
border-color: #C51449;
}
</style>