Shades of Cardinal #C61931
Tints of Cardinal #C61931
RGB
CMYK
RGB Variations
Color information
#C61931 (or 0xC61931) is known color: Cardinal. HEX triplet: C6, 19 and 31. RGB value is (198,25,49). Sum of RGB (Red+Green+Blue) = 198+25+49=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C61931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61931 is #39E6CE. Grayscale: #4F4F4F. Windows color (decimal): -3794639 or 3217862. OLE color: 3217862.
HSL color Cylindrical-coordinate representation of color #C61931: hue angle of 351.68º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61931 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 49 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.22 |
| HSL | 351.68º | 0.78% | 0.44% | - |
| HSV(B) | 351.68º | 0.87% | 0.78% | - |
| XYZ | 24.19 | 12.92 | 4.13 | - |
| YUV | 79.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 49 | 0 | 0.87 | 0.75 | 0.22 | 351.68 | 0.78 | 0.44 |
| Hex | C6 | 19 | 31 | 0 | 57 | 4B | 16 | 160 | 4E | 2C |
| Octal | 306 | 31 | 61 | 0 | 127 | 113 | 26 | 540 | 116 | 54 |
| Binary | 11000110 | 11001 | 110001 | 0 | 1010111 | 1001011 | 10110 | 101100000 | 1001110 | 101100 |
Color Harmonies of #C61931
Complementary color
Monochromatic Colors of #C61931
Black with #C61931
Text Example
Text Example
White with #C61931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61931; }
p { color: rgb(198,25,49); }
H1.HeaderClassName
{
color: #C61931;
}
.AnyTagClassName
{
color: #C61931;
}
</style>
background-color css
<style>
a { background-color: #C61931; }
a { background-color: rgb(198,25,49); }
div.DivClassName
{
background-color: #C61931;
}
.BgClassName
{
background-color: #C61931;
}
</style>
border-color css
<style>
span { border-color: #C61931; }
span { border-color: rgb(198,25,49); }
td.TdClassName
{
border-color: #C61931;
}
.TagClassName
{
border-color: #C61931;
}
</style>