Shades of Cardinal #C61936
Tints of Cardinal #C61936
RGB
CMYK
RGB Variations
Color information
#C61936 (or 0xC61936) is known color: Cardinal. HEX triplet: C6, 19 and 36. RGB value is (198,25,54). Sum of RGB (Red+Green+Blue) = 198+25+54=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C61936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61936 is #39E6C9. Grayscale: #505050. Windows color (decimal): -3794634 or 3545542. OLE color: 3545542.
HSL color Cylindrical-coordinate representation of color #C61936: hue angle of 349.94º 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 #C61936 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 54 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.22 |
| HSL | 349.94º | 0.78% | 0.44% | - |
| HSV(B) | 349.94º | 0.87% | 0.78% | - |
| XYZ | 24.3 | 12.97 | 4.71 | - |
| YUV | 80.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 54 | 0 | 0.87 | 0.73 | 0.22 | 349.94 | 0.78 | 0.44 |
| Hex | C6 | 19 | 36 | 0 | 57 | 49 | 16 | 15E | 4E | 2C |
| Octal | 306 | 31 | 66 | 0 | 127 | 111 | 26 | 536 | 116 | 54 |
| Binary | 11000110 | 11001 | 110110 | 0 | 1010111 | 1001001 | 10110 | 101011110 | 1001110 | 101100 |
Color Harmonies of #C61936
Complementary color
Monochromatic Colors of #C61936
Black with #C61936
Text Example
Text Example
White with #C61936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61936; }
p { color: rgb(198,25,54); }
H1.HeaderClassName
{
color: #C61936;
}
.AnyTagClassName
{
color: #C61936;
}
</style>
background-color css
<style>
a { background-color: #C61936; }
a { background-color: rgb(198,25,54); }
div.DivClassName
{
background-color: #C61936;
}
.BgClassName
{
background-color: #C61936;
}
</style>
border-color css
<style>
span { border-color: #C61936; }
span { border-color: rgb(198,25,54); }
td.TdClassName
{
border-color: #C61936;
}
.TagClassName
{
border-color: #C61936;
}
</style>