Shades of Cardinal #C61233
Tints of Cardinal #C61233
RGB
CMYK
RGB Variations
Color information
#C61233 (or 0xC61233) is known color: Cardinal. HEX triplet: C6, 12 and 33. RGB value is (198,18,51). Sum of RGB (Red+Green+Blue) = 198+18+51=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C61233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61233 is #39EDCC. Grayscale: #4B4B4B. Windows color (decimal): -3796429 or 3347142. OLE color: 3347142.
HSL color Cylindrical-coordinate representation of color #C61233: hue angle of 349º 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 #C61233 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 51 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.22 |
| HSL | 349º | 0.83% | 0.42% | - |
| HSV(B) | 349º | 0.91% | 0.78% | - |
| XYZ | 24.1 | 12.68 | 4.31 | - |
| YUV | 75.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 51 | 0 | 0.91 | 0.74 | 0.22 | 349 | 0.83 | 0.42 |
| Hex | C6 | 12 | 33 | 0 | 5B | 4A | 16 | 15D | 53 | 2A |
| Octal | 306 | 22 | 63 | 0 | 133 | 112 | 26 | 535 | 123 | 52 |
| Binary | 11000110 | 10010 | 110011 | 0 | 1011011 | 1001010 | 10110 | 101011101 | 1010011 | 101010 |
Color Harmonies of #C61233
Complementary color
Monochromatic Colors of #C61233
Black with #C61233
Text Example
Text Example
White with #C61233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61233; }
p { color: rgb(198,18,51); }
H1.HeaderClassName
{
color: #C61233;
}
.AnyTagClassName
{
color: #C61233;
}
</style>
background-color css
<style>
a { background-color: #C61233; }
a { background-color: rgb(198,18,51); }
div.DivClassName
{
background-color: #C61233;
}
.BgClassName
{
background-color: #C61233;
}
</style>
border-color css
<style>
span { border-color: #C61233; }
span { border-color: rgb(198,18,51); }
td.TdClassName
{
border-color: #C61233;
}
.TagClassName
{
border-color: #C61233;
}
</style>