Shades of Cardinal #C2194C
Tints of Cardinal #C2194C
RGB
CMYK
RGB Variations
Color information
#C2194C (or 0xC2194C) is known color: Cardinal. HEX triplet: C2, 19 and 4C. RGB value is (194,25,76). Sum of RGB (Red+Green+Blue) = 194+25+76=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2194C is #3DE6B3. Grayscale: #515151. Windows color (decimal): -4056756 or 4987330. OLE color: 4987330.
HSL color Cylindrical-coordinate representation of color #C2194C: hue angle of 341.89º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2194C is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 76 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.24 |
| HSL | 341.89º | 0.77% | 0.43% | - |
| HSV(B) | 341.89º | 0.87% | 0.76% | - |
| XYZ | 23.9 | 12.69 | 8.03 | - |
| YUV | 81.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 76 | 0 | 0.87 | 0.61 | 0.24 | 341.89 | 0.77 | 0.43 |
| Hex | C2 | 19 | 4C | 0 | 57 | 3D | 18 | 156 | 4D | 2B |
| Octal | 302 | 31 | 114 | 0 | 127 | 75 | 30 | 526 | 115 | 53 |
| Binary | 11000010 | 11001 | 1001100 | 0 | 1010111 | 111101 | 11000 | 101010110 | 1001101 | 101011 |
Color Harmonies of #C2194C
Complementary color
Monochromatic Colors of #C2194C
Black with #C2194C
Text Example
Text Example
White with #C2194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2194C; }
p { color: rgb(194,25,76); }
H1.HeaderClassName
{
color: #C2194C;
}
.AnyTagClassName
{
color: #C2194C;
}
</style>
background-color css
<style>
a { background-color: #C2194C; }
a { background-color: rgb(194,25,76); }
div.DivClassName
{
background-color: #C2194C;
}
.BgClassName
{
background-color: #C2194C;
}
</style>
border-color css
<style>
span { border-color: #C2194C; }
span { border-color: rgb(194,25,76); }
td.TdClassName
{
border-color: #C2194C;
}
.TagClassName
{
border-color: #C2194C;
}
</style>