Shades of Cardinal #C61641
Tints of Cardinal #C61641
RGB
CMYK
RGB Variations
Color information
#C61641 (or 0xC61641) is known color: Cardinal. HEX triplet: C6, 16 and 41. RGB value is (198,22,65). Sum of RGB (Red+Green+Blue) = 198+22+65=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C61641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61641 is #39E9BE. Grayscale: #4F4F4F. Windows color (decimal): -3795391 or 4265670. OLE color: 4265670.
HSL color Cylindrical-coordinate representation of color #C61641: hue angle of 345.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61641 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 65 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.22 |
| HSL | 345.34º | 0.8% | 0.43% | - |
| HSV(B) | 345.34º | 0.89% | 0.78% | - |
| XYZ | 24.53 | 12.96 | 6.21 | - |
| YUV | 79.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 65 | 0 | 0.89 | 0.67 | 0.22 | 345.34 | 0.8 | 0.43 |
| Hex | C6 | 16 | 41 | 0 | 59 | 43 | 16 | 159 | 50 | 2B |
| Octal | 306 | 26 | 101 | 0 | 131 | 103 | 26 | 531 | 120 | 53 |
| Binary | 11000110 | 10110 | 1000001 | 0 | 1011001 | 1000011 | 10110 | 101011001 | 1010000 | 101011 |
Color Harmonies of #C61641
Complementary color
Monochromatic Colors of #C61641
Black with #C61641
Text Example
Text Example
White with #C61641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61641; }
p { color: rgb(198,22,65); }
H1.HeaderClassName
{
color: #C61641;
}
.AnyTagClassName
{
color: #C61641;
}
</style>
background-color css
<style>
a { background-color: #C61641; }
a { background-color: rgb(198,22,65); }
div.DivClassName
{
background-color: #C61641;
}
.BgClassName
{
background-color: #C61641;
}
</style>
border-color css
<style>
span { border-color: #C61641; }
span { border-color: rgb(198,22,65); }
td.TdClassName
{
border-color: #C61641;
}
.TagClassName
{
border-color: #C61641;
}
</style>