Shades of Cardinal #C2124D
Tints of Cardinal #C2124D
RGB
CMYK
RGB Variations
Color information
#C2124D (or 0xC2124D) is known color: Cardinal. HEX triplet: C2, 12 and 4D. RGB value is (194,18,77). Sum of RGB (Red+Green+Blue) = 194+18+77=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2124D is #3DEDB2. Grayscale: #4D4D4D. Windows color (decimal): -4058547 or 5051074. OLE color: 5051074.
HSL color Cylindrical-coordinate representation of color #C2124D: hue angle of 339.89º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2124D is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 77 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.24 |
| HSL | 339.89º | 0.83% | 0.42% | - |
| HSV(B) | 339.89º | 0.91% | 0.76% | - |
| XYZ | 23.8 | 12.44 | 8.17 | - |
| YUV | 77.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 77 | 0 | 0.91 | 0.60 | 0.24 | 339.89 | 0.83 | 0.42 |
| Hex | C2 | 12 | 4D | 0 | 5B | 3C | 18 | 154 | 53 | 2A |
| Octal | 302 | 22 | 115 | 0 | 133 | 74 | 30 | 524 | 123 | 52 |
| Binary | 11000010 | 10010 | 1001101 | 0 | 1011011 | 111100 | 11000 | 101010100 | 1010011 | 101010 |
Color Harmonies of #C2124D
Complementary color
Monochromatic Colors of #C2124D
Black with #C2124D
Text Example
Text Example
White with #C2124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2124D; }
p { color: rgb(194,18,77); }
H1.HeaderClassName
{
color: #C2124D;
}
.AnyTagClassName
{
color: #C2124D;
}
</style>
background-color css
<style>
a { background-color: #C2124D; }
a { background-color: rgb(194,18,77); }
div.DivClassName
{
background-color: #C2124D;
}
.BgClassName
{
background-color: #C2124D;
}
</style>
border-color css
<style>
span { border-color: #C2124D; }
span { border-color: rgb(194,18,77); }
td.TdClassName
{
border-color: #C2124D;
}
.TagClassName
{
border-color: #C2124D;
}
</style>