Shades of Cardinal #C61244
Tints of Cardinal #C61244
RGB
CMYK
RGB Variations
Color information
#C61244 (or 0xC61244) is known color: Cardinal. HEX triplet: C6, 12 and 44. RGB value is (198,18,68). Sum of RGB (Red+Green+Blue) = 198+18+68=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C61244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61244 is #39EDBB. Grayscale: #4D4D4D. Windows color (decimal): -3796412 or 4461254. OLE color: 4461254.
HSL color Cylindrical-coordinate representation of color #C61244: hue angle of 343.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 #C61244 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 68 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.22 |
| HSL | 343.33º | 0.83% | 0.42% | - |
| HSV(B) | 343.33º | 0.91% | 0.78% | - |
| XYZ | 24.55 | 12.86 | 6.66 | - |
| YUV | 77.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 68 | 0 | 0.91 | 0.66 | 0.22 | 343.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 44 | 0 | 5B | 42 | 16 | 157 | 53 | 2A |
| Octal | 306 | 22 | 104 | 0 | 133 | 102 | 26 | 527 | 123 | 52 |
| Binary | 11000110 | 10010 | 1000100 | 0 | 1011011 | 1000010 | 10110 | 101010111 | 1010011 | 101010 |
Color Harmonies of #C61244
Complementary color
Monochromatic Colors of #C61244
Black with #C61244
Text Example
Text Example
White with #C61244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61244; }
p { color: rgb(198,18,68); }
H1.HeaderClassName
{
color: #C61244;
}
.AnyTagClassName
{
color: #C61244;
}
</style>
background-color css
<style>
a { background-color: #C61244; }
a { background-color: rgb(198,18,68); }
div.DivClassName
{
background-color: #C61244;
}
.BgClassName
{
background-color: #C61244;
}
</style>
border-color css
<style>
span { border-color: #C61244; }
span { border-color: rgb(198,18,68); }
td.TdClassName
{
border-color: #C61244;
}
.TagClassName
{
border-color: #C61244;
}
</style>