Shades of Cardinal #C2124A
Tints of Cardinal #C2124A
RGB
CMYK
RGB Variations
Color information
#C2124A (or 0xC2124A) is known color: Cardinal. HEX triplet: C2, 12 and 4A. RGB value is (194,18,74). Sum of RGB (Red+Green+Blue) = 194+18+74=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C2124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2124A is #3DEDB5. Grayscale: #4C4C4C. Windows color (decimal): -4058550 or 4854466. OLE color: 4854466.
HSL color Cylindrical-coordinate representation of color #C2124A: hue angle of 340.91º 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 #C2124A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 74 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.24 |
| HSL | 340.91º | 0.83% | 0.42% | - |
| HSV(B) | 340.91º | 0.91% | 0.76% | - |
| XYZ | 23.7 | 12.4 | 7.62 | - |
| YUV | 77.01 | 126.31 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 74 | 0 | 0.91 | 0.62 | 0.24 | 340.91 | 0.83 | 0.42 |
| Hex | C2 | 12 | 4A | 0 | 5B | 3E | 18 | 155 | 53 | 2A |
| Octal | 302 | 22 | 112 | 0 | 133 | 76 | 30 | 525 | 123 | 52 |
| Binary | 11000010 | 10010 | 1001010 | 0 | 1011011 | 111110 | 11000 | 101010101 | 1010011 | 101010 |
Color Harmonies of #C2124A
Complementary color
Monochromatic Colors of #C2124A
Black with #C2124A
Text Example
Text Example
White with #C2124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2124A; }
p { color: rgb(194,18,74); }
H1.HeaderClassName
{
color: #C2124A;
}
.AnyTagClassName
{
color: #C2124A;
}
</style>
background-color css
<style>
a { background-color: #C2124A; }
a { background-color: rgb(194,18,74); }
div.DivClassName
{
background-color: #C2124A;
}
.BgClassName
{
background-color: #C2124A;
}
</style>
border-color css
<style>
span { border-color: #C2124A; }
span { border-color: rgb(194,18,74); }
td.TdClassName
{
border-color: #C2124A;
}
.TagClassName
{
border-color: #C2124A;
}
</style>