Shades of Cardinal #C51146
Tints of Cardinal #C51146
RGB
CMYK
RGB Variations
Color information
#C51146 (or 0xC51146) is known color: Cardinal. HEX triplet: C5, 11 and 46. RGB value is (197,17,70). Sum of RGB (Red+Green+Blue) = 197+17+70=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51146 is #3AEEB9. Grayscale: #4C4C4C. Windows color (decimal): -3862202 or 4592069. OLE color: 4592069.
HSL color Cylindrical-coordinate representation of color #C51146: hue angle of 342.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 #C51146 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 70 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.23 |
| HSL | 342.33º | 0.84% | 0.42% | - |
| HSV(B) | 342.33º | 0.91% | 0.77% | - |
| XYZ | 24.33 | 12.71 | 6.97 | - |
| YUV | 76.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 70 | 0 | 0.91 | 0.64 | 0.23 | 342.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 46 | 0 | 5B | 40 | 17 | 156 | 54 | 2A |
| Octal | 305 | 21 | 106 | 0 | 133 | 100 | 27 | 526 | 124 | 52 |
| Binary | 11000101 | 10001 | 1000110 | 0 | 1011011 | 1000000 | 10111 | 101010110 | 1010100 | 101010 |
Color Harmonies of #C51146
Complementary color
Monochromatic Colors of #C51146
Black with #C51146
Text Example
Text Example
White with #C51146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51146; }
p { color: rgb(197,17,70); }
H1.HeaderClassName
{
color: #C51146;
}
.AnyTagClassName
{
color: #C51146;
}
</style>
background-color css
<style>
a { background-color: #C51146; }
a { background-color: rgb(197,17,70); }
div.DivClassName
{
background-color: #C51146;
}
.BgClassName
{
background-color: #C51146;
}
</style>
border-color css
<style>
span { border-color: #C51146; }
span { border-color: rgb(197,17,70); }
td.TdClassName
{
border-color: #C51146;
}
.TagClassName
{
border-color: #C51146;
}
</style>