Shades of Cardinal #C61845
Tints of Cardinal #C61845
RGB
CMYK
RGB Variations
Color information
#C61845 (or 0xC61845) is known color: Cardinal. HEX triplet: C6, 18 and 45. RGB value is (198,24,69). Sum of RGB (Red+Green+Blue) = 198+24+69=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C61845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61845 is #39E7BA. Grayscale: #515151. Windows color (decimal): -3794875 or 4528326. OLE color: 4528326.
HSL color Cylindrical-coordinate representation of color #C61845: hue angle of 344.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61845 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 69 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.22 |
| HSL | 344.48º | 0.78% | 0.44% | - |
| HSV(B) | 344.48º | 0.88% | 0.78% | - |
| XYZ | 24.69 | 13.09 | 6.86 | - |
| YUV | 81.16 | 121.15 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 69 | 0 | 0.88 | 0.65 | 0.22 | 344.48 | 0.78 | 0.44 |
| Hex | C6 | 18 | 45 | 0 | 58 | 41 | 16 | 158 | 4E | 2C |
| Octal | 306 | 30 | 105 | 0 | 130 | 101 | 26 | 530 | 116 | 54 |
| Binary | 11000110 | 11000 | 1000101 | 0 | 1011000 | 1000001 | 10110 | 101011000 | 1001110 | 101100 |
Color Harmonies of #C61845
Complementary color
Monochromatic Colors of #C61845
Black with #C61845
Text Example
Text Example
White with #C61845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61845; }
p { color: rgb(198,24,69); }
H1.HeaderClassName
{
color: #C61845;
}
.AnyTagClassName
{
color: #C61845;
}
</style>
background-color css
<style>
a { background-color: #C61845; }
a { background-color: rgb(198,24,69); }
div.DivClassName
{
background-color: #C61845;
}
.BgClassName
{
background-color: #C61845;
}
</style>
border-color css
<style>
span { border-color: #C61845; }
span { border-color: rgb(198,24,69); }
td.TdClassName
{
border-color: #C61845;
}
.TagClassName
{
border-color: #C61845;
}
</style>