Shades of Cardinal #C61141
Tints of Cardinal #C61141
RGB
CMYK
RGB Variations
Color information
#C61141 (or 0xC61141) is known color: Cardinal. HEX triplet: C6, 11 and 41. RGB value is (198,17,65). Sum of RGB (Red+Green+Blue) = 198+17+65=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C61141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61141 is #39EEBE. Grayscale: #4C4C4C. Windows color (decimal): -3796671 or 4264390. OLE color: 4264390.
HSL color Cylindrical-coordinate representation of color #C61141: hue angle of 344.09º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61141 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 65 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.22 |
| HSL | 344.09º | 0.84% | 0.42% | - |
| HSV(B) | 344.09º | 0.91% | 0.78% | - |
| XYZ | 24.44 | 12.79 | 6.18 | - |
| YUV | 76.59 | 121.47 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 65 | 0 | 0.91 | 0.67 | 0.22 | 344.09 | 0.84 | 0.42 |
| Hex | C6 | 11 | 41 | 0 | 5B | 43 | 16 | 158 | 54 | 2A |
| Octal | 306 | 21 | 101 | 0 | 133 | 103 | 26 | 530 | 124 | 52 |
| Binary | 11000110 | 10001 | 1000001 | 0 | 1011011 | 1000011 | 10110 | 101011000 | 1010100 | 101010 |
Color Harmonies of #C61141
Complementary color
Monochromatic Colors of #C61141
Black with #C61141
Text Example
Text Example
White with #C61141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61141; }
p { color: rgb(198,17,65); }
H1.HeaderClassName
{
color: #C61141;
}
.AnyTagClassName
{
color: #C61141;
}
</style>
background-color css
<style>
a { background-color: #C61141; }
a { background-color: rgb(198,17,65); }
div.DivClassName
{
background-color: #C61141;
}
.BgClassName
{
background-color: #C61141;
}
</style>
border-color css
<style>
span { border-color: #C61141; }
span { border-color: rgb(198,17,65); }
td.TdClassName
{
border-color: #C61141;
}
.TagClassName
{
border-color: #C61141;
}
</style>