Shades of Cardinal #C51141
Tints of Cardinal #C51141
RGB
CMYK
RGB Variations
Color information
#C51141 (or 0xC51141) is known color: Cardinal. HEX triplet: C5, 11 and 41. RGB value is (197,17,65). Sum of RGB (Red+Green+Blue) = 197+17+65=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C51141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51141 is #3AEEBE. Grayscale: #4C4C4C. Windows color (decimal): -3862207 or 4264389. OLE color: 4264389.
HSL color Cylindrical-coordinate representation of color #C51141: hue angle of 344º 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 #C51141 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 65 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.23 |
| HSL | 344º | 0.84% | 0.42% | - |
| HSV(B) | 344º | 0.91% | 0.77% | - |
| XYZ | 24.18 | 12.65 | 6.17 | - |
| YUV | 76.29 | 121.63 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 65 | 0 | 0.91 | 0.67 | 0.23 | 344 | 0.84 | 0.42 |
| Hex | C5 | 11 | 41 | 0 | 5B | 43 | 17 | 158 | 54 | 2A |
| Octal | 305 | 21 | 101 | 0 | 133 | 103 | 27 | 530 | 124 | 52 |
| Binary | 11000101 | 10001 | 1000001 | 0 | 1011011 | 1000011 | 10111 | 101011000 | 1010100 | 101010 |
Color Harmonies of #C51141
Complementary color
Monochromatic Colors of #C51141
Black with #C51141
Text Example
Text Example
White with #C51141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51141; }
p { color: rgb(197,17,65); }
H1.HeaderClassName
{
color: #C51141;
}
.AnyTagClassName
{
color: #C51141;
}
</style>
background-color css
<style>
a { background-color: #C51141; }
a { background-color: rgb(197,17,65); }
div.DivClassName
{
background-color: #C51141;
}
.BgClassName
{
background-color: #C51141;
}
</style>
border-color css
<style>
span { border-color: #C51141; }
span { border-color: rgb(197,17,65); }
td.TdClassName
{
border-color: #C51141;
}
.TagClassName
{
border-color: #C51141;
}
</style>