Shades of Cardinal #C51844
Tints of Cardinal #C51844
RGB
CMYK
RGB Variations
Color information
#C51844 (or 0xC51844) is known color: Cardinal. HEX triplet: C5, 18 and 44. RGB value is (197,24,68). Sum of RGB (Red+Green+Blue) = 197+24+68=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C51844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51844 is #3AE7BB. Grayscale: #505050. Windows color (decimal): -3860412 or 4462789. OLE color: 4462789.
HSL color Cylindrical-coordinate representation of color #C51844: hue angle of 344.74º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51844 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 68 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.23 |
| HSL | 344.74º | 0.78% | 0.43% | - |
| HSV(B) | 344.74º | 0.88% | 0.77% | - |
| XYZ | 24.4 | 12.94 | 6.68 | - |
| YUV | 80.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 68 | 0 | 0.88 | 0.65 | 0.23 | 344.74 | 0.78 | 0.43 |
| Hex | C5 | 18 | 44 | 0 | 58 | 41 | 17 | 159 | 4E | 2B |
| Octal | 305 | 30 | 104 | 0 | 130 | 101 | 27 | 531 | 116 | 53 |
| Binary | 11000101 | 11000 | 1000100 | 0 | 1011000 | 1000001 | 10111 | 101011001 | 1001110 | 101011 |
Color Harmonies of #C51844
Complementary color
Monochromatic Colors of #C51844
Black with #C51844
Text Example
Text Example
White with #C51844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51844; }
p { color: rgb(197,24,68); }
H1.HeaderClassName
{
color: #C51844;
}
.AnyTagClassName
{
color: #C51844;
}
</style>
background-color css
<style>
a { background-color: #C51844; }
a { background-color: rgb(197,24,68); }
div.DivClassName
{
background-color: #C51844;
}
.BgClassName
{
background-color: #C51844;
}
</style>
border-color css
<style>
span { border-color: #C51844; }
span { border-color: rgb(197,24,68); }
td.TdClassName
{
border-color: #C51844;
}
.TagClassName
{
border-color: #C51844;
}
</style>