Shades of Cardinal #C51149
Tints of Cardinal #C51149
RGB
CMYK
RGB Variations
Color information
#C51149 (or 0xC51149) is known color: Cardinal. HEX triplet: C5, 11 and 49. RGB value is (197,17,73). Sum of RGB (Red+Green+Blue) = 197+17+73=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C51149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51149 is #3AEEB6. Grayscale: #4D4D4D. Windows color (decimal): -3862199 or 4788677. OLE color: 4788677.
HSL color Cylindrical-coordinate representation of color #C51149: hue angle of 341.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51149 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 73 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.23 |
| HSL | 341.33º | 0.84% | 0.42% | - |
| HSV(B) | 341.33º | 0.91% | 0.77% | - |
| XYZ | 24.43 | 12.75 | 7.48 | - |
| YUV | 77.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 73 | 0 | 0.91 | 0.63 | 0.23 | 341.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 49 | 0 | 5B | 3F | 17 | 155 | 54 | 2A |
| Octal | 305 | 21 | 111 | 0 | 133 | 77 | 27 | 525 | 124 | 52 |
| Binary | 11000101 | 10001 | 1001001 | 0 | 1011011 | 111111 | 10111 | 101010101 | 1010100 | 101010 |
Color Harmonies of #C51149
Complementary color
Monochromatic Colors of #C51149
Black with #C51149
Text Example
Text Example
White with #C51149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51149; }
p { color: rgb(197,17,73); }
H1.HeaderClassName
{
color: #C51149;
}
.AnyTagClassName
{
color: #C51149;
}
</style>
background-color css
<style>
a { background-color: #C51149; }
a { background-color: rgb(197,17,73); }
div.DivClassName
{
background-color: #C51149;
}
.BgClassName
{
background-color: #C51149;
}
</style>
border-color css
<style>
span { border-color: #C51149; }
span { border-color: rgb(197,17,73); }
td.TdClassName
{
border-color: #C51149;
}
.TagClassName
{
border-color: #C51149;
}
</style>