Shades of Cardinal #C61232
Tints of Cardinal #C61232
RGB
CMYK
RGB Variations
Color information
#C61232 (or 0xC61232) is known color: Cardinal. HEX triplet: C6, 12 and 32. RGB value is (198,18,50). Sum of RGB (Red+Green+Blue) = 198+18+50=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C61232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61232 is #39EDCD. Grayscale: #4B4B4B. Windows color (decimal): -3796430 or 3281606. OLE color: 3281606.
HSL color Cylindrical-coordinate representation of color #C61232: hue angle of 349.33º 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 #C61232 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 50 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.22 |
| HSL | 349.33º | 0.83% | 0.42% | - |
| HSV(B) | 349.33º | 0.91% | 0.78% | - |
| XYZ | 24.08 | 12.67 | 4.19 | - |
| YUV | 75.47 | 113.63 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 50 | 0 | 0.91 | 0.75 | 0.22 | 349.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 32 | 0 | 5B | 4B | 16 | 15D | 53 | 2A |
| Octal | 306 | 22 | 62 | 0 | 133 | 113 | 26 | 535 | 123 | 52 |
| Binary | 11000110 | 10010 | 110010 | 0 | 1011011 | 1001011 | 10110 | 101011101 | 1010011 | 101010 |
Color Harmonies of #C61232
Complementary color
Monochromatic Colors of #C61232
Black with #C61232
Text Example
Text Example
White with #C61232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61232; }
p { color: rgb(198,18,50); }
H1.HeaderClassName
{
color: #C61232;
}
.AnyTagClassName
{
color: #C61232;
}
</style>
background-color css
<style>
a { background-color: #C61232; }
a { background-color: rgb(198,18,50); }
div.DivClassName
{
background-color: #C61232;
}
.BgClassName
{
background-color: #C61232;
}
</style>
border-color css
<style>
span { border-color: #C61232; }
span { border-color: rgb(198,18,50); }
td.TdClassName
{
border-color: #C61232;
}
.TagClassName
{
border-color: #C61232;
}
</style>