Shades of Cardinal #C61841
Tints of Cardinal #C61841
RGB
CMYK
RGB Variations
Color information
#C61841 (or 0xC61841) is known color: Cardinal. HEX triplet: C6, 18 and 41. RGB value is (198,24,65). Sum of RGB (Red+Green+Blue) = 198+24+65=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C61841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61841 is #39E7BE. Grayscale: #505050. Windows color (decimal): -3794879 or 4266182. OLE color: 4266182.
HSL color Cylindrical-coordinate representation of color #C61841: hue angle of 345.86º 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 #C61841 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 65 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.22 |
| HSL | 345.86º | 0.78% | 0.44% | - |
| HSV(B) | 345.86º | 0.88% | 0.78% | - |
| XYZ | 24.57 | 13.04 | 6.22 | - |
| YUV | 80.7 | 119.15 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 65 | 0 | 0.88 | 0.67 | 0.22 | 345.86 | 0.78 | 0.44 |
| Hex | C6 | 18 | 41 | 0 | 58 | 43 | 16 | 15A | 4E | 2C |
| Octal | 306 | 30 | 101 | 0 | 130 | 103 | 26 | 532 | 116 | 54 |
| Binary | 11000110 | 11000 | 1000001 | 0 | 1011000 | 1000011 | 10110 | 101011010 | 1001110 | 101100 |
Color Harmonies of #C61841
Complementary color
Monochromatic Colors of #C61841
Black with #C61841
Text Example
Text Example
White with #C61841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61841; }
p { color: rgb(198,24,65); }
H1.HeaderClassName
{
color: #C61841;
}
.AnyTagClassName
{
color: #C61841;
}
</style>
background-color css
<style>
a { background-color: #C61841; }
a { background-color: rgb(198,24,65); }
div.DivClassName
{
background-color: #C61841;
}
.BgClassName
{
background-color: #C61841;
}
</style>
border-color css
<style>
span { border-color: #C61841; }
span { border-color: rgb(198,24,65); }
td.TdClassName
{
border-color: #C61841;
}
.TagClassName
{
border-color: #C61841;
}
</style>