Shades of Cardinal #C61236
Tints of Cardinal #C61236
RGB
CMYK
RGB Variations
Color information
#C61236 (or 0xC61236) is known color: Cardinal. HEX triplet: C6, 12 and 36. RGB value is (198,18,54). Sum of RGB (Red+Green+Blue) = 198+18+54=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C61236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61236 is #39EDC9. Grayscale: #4B4B4B. Windows color (decimal): -3796426 or 3543750. OLE color: 3543750.
HSL color Cylindrical-coordinate representation of color #C61236: hue angle of 348º degrees, saturation: 0.83, 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 #C61236 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 54 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.22 |
| HSL | 348º | 0.83% | 0.42% | - |
| HSV(B) | 348º | 0.91% | 0.78% | - |
| XYZ | 24.17 | 12.7 | 4.67 | - |
| YUV | 75.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 54 | 0 | 0.91 | 0.73 | 0.22 | 348 | 0.83 | 0.42 |
| Hex | C6 | 12 | 36 | 0 | 5B | 49 | 16 | 15C | 53 | 2A |
| Octal | 306 | 22 | 66 | 0 | 133 | 111 | 26 | 534 | 123 | 52 |
| Binary | 11000110 | 10010 | 110110 | 0 | 1011011 | 1001001 | 10110 | 101011100 | 1010011 | 101010 |
Color Harmonies of #C61236
Complementary color
Monochromatic Colors of #C61236
Black with #C61236
Text Example
Text Example
White with #C61236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61236; }
p { color: rgb(198,18,54); }
H1.HeaderClassName
{
color: #C61236;
}
.AnyTagClassName
{
color: #C61236;
}
</style>
background-color css
<style>
a { background-color: #C61236; }
a { background-color: rgb(198,18,54); }
div.DivClassName
{
background-color: #C61236;
}
.BgClassName
{
background-color: #C61236;
}
</style>
border-color css
<style>
span { border-color: #C61236; }
span { border-color: rgb(198,18,54); }
td.TdClassName
{
border-color: #C61236;
}
.TagClassName
{
border-color: #C61236;
}
</style>