Shades of Cardinal #C2124E
Tints of Cardinal #C2124E
RGB
CMYK
RGB Variations
Color information
#C2124E (or 0xC2124E) is known color: Cardinal. HEX triplet: C2, 12 and 4E. RGB value is (194,18,78). Sum of RGB (Red+Green+Blue) = 194+18+78=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2124E is #3DEDB1. Grayscale: #4D4D4D. Windows color (decimal): -4058546 or 5116610. OLE color: 5116610.
HSL color Cylindrical-coordinate representation of color #C2124E: hue angle of 339.55º 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 #C2124E is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 78 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.24 |
| HSL | 339.55º | 0.83% | 0.42% | - |
| HSV(B) | 339.55º | 0.91% | 0.76% | - |
| XYZ | 23.84 | 12.45 | 8.35 | - |
| YUV | 77.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 78 | 0 | 0.91 | 0.60 | 0.24 | 339.55 | 0.83 | 0.42 |
| Hex | C2 | 12 | 4E | 0 | 5B | 3C | 18 | 154 | 53 | 2A |
| Octal | 302 | 22 | 116 | 0 | 133 | 74 | 30 | 524 | 123 | 52 |
| Binary | 11000010 | 10010 | 1001110 | 0 | 1011011 | 111100 | 11000 | 101010100 | 1010011 | 101010 |
Color Harmonies of #C2124E
Complementary color
Monochromatic Colors of #C2124E
Black with #C2124E
Text Example
Text Example
White with #C2124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2124E; }
p { color: rgb(194,18,78); }
H1.HeaderClassName
{
color: #C2124E;
}
.AnyTagClassName
{
color: #C2124E;
}
</style>
background-color css
<style>
a { background-color: #C2124E; }
a { background-color: rgb(194,18,78); }
div.DivClassName
{
background-color: #C2124E;
}
.BgClassName
{
background-color: #C2124E;
}
</style>
border-color css
<style>
span { border-color: #C2124E; }
span { border-color: rgb(194,18,78); }
td.TdClassName
{
border-color: #C2124E;
}
.TagClassName
{
border-color: #C2124E;
}
</style>