Shades of Cardinal #C2184A
Tints of Cardinal #C2184A
RGB
CMYK
RGB Variations
Color information
#C2184A (or 0xC2184A) is known color: Cardinal. HEX triplet: C2, 18 and 4A. RGB value is (194,24,74). Sum of RGB (Red+Green+Blue) = 194+24+74=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2184A is #3DE7B5. Grayscale: #505050. Windows color (decimal): -4057014 or 4856002. OLE color: 4856002.
HSL color Cylindrical-coordinate representation of color #C2184A: hue angle of 342.35º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2184A is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 74 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.24 |
| HSL | 342.35º | 0.78% | 0.43% | - |
| HSV(B) | 342.35º | 0.88% | 0.76% | - |
| XYZ | 23.81 | 12.62 | 7.66 | - |
| YUV | 80.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 74 | 0 | 0.88 | 0.62 | 0.24 | 342.35 | 0.78 | 0.43 |
| Hex | C2 | 18 | 4A | 0 | 58 | 3E | 18 | 156 | 4E | 2B |
| Octal | 302 | 30 | 112 | 0 | 130 | 76 | 30 | 526 | 116 | 53 |
| Binary | 11000010 | 11000 | 1001010 | 0 | 1011000 | 111110 | 11000 | 101010110 | 1001110 | 101011 |
Color Harmonies of #C2184A
Complementary color
Monochromatic Colors of #C2184A
Black with #C2184A
Text Example
Text Example
White with #C2184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2184A; }
p { color: rgb(194,24,74); }
H1.HeaderClassName
{
color: #C2184A;
}
.AnyTagClassName
{
color: #C2184A;
}
</style>
background-color css
<style>
a { background-color: #C2184A; }
a { background-color: rgb(194,24,74); }
div.DivClassName
{
background-color: #C2184A;
}
.BgClassName
{
background-color: #C2184A;
}
</style>
border-color css
<style>
span { border-color: #C2184A; }
span { border-color: rgb(194,24,74); }
td.TdClassName
{
border-color: #C2184A;
}
.TagClassName
{
border-color: #C2184A;
}
</style>