Shades of Cardinal #C2114D
Tints of Cardinal #C2114D
RGB
CMYK
RGB Variations
Color information
#C2114D (or 0xC2114D) is known color: Cardinal. HEX triplet: C2, 11 and 4D. RGB value is (194,17,77). Sum of RGB (Red+Green+Blue) = 194+17+77=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2114D is #3DEEB2. Grayscale: #4C4C4C. Windows color (decimal): -4058803 or 5050818. OLE color: 5050818.
HSL color Cylindrical-coordinate representation of color #C2114D: hue angle of 339.66º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2114D is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 77 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.24 |
| HSL | 339.66º | 0.84% | 0.41% | - |
| HSV(B) | 339.66º | 0.91% | 0.76% | - |
| XYZ | 23.79 | 12.41 | 8.16 | - |
| YUV | 76.76 | 128.14 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 77 | 0 | 0.91 | 0.60 | 0.24 | 339.66 | 0.84 | 0.41 |
| Hex | C2 | 11 | 4D | 0 | 5B | 3C | 18 | 154 | 54 | 29 |
| Octal | 302 | 21 | 115 | 0 | 133 | 74 | 30 | 524 | 124 | 51 |
| Binary | 11000010 | 10001 | 1001101 | 0 | 1011011 | 111100 | 11000 | 101010100 | 1010100 | 101001 |
Color Harmonies of #C2114D
Complementary color
Monochromatic Colors of #C2114D
Black with #C2114D
Text Example
Text Example
White with #C2114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2114D; }
p { color: rgb(194,17,77); }
H1.HeaderClassName
{
color: #C2114D;
}
.AnyTagClassName
{
color: #C2114D;
}
</style>
background-color css
<style>
a { background-color: #C2114D; }
a { background-color: rgb(194,17,77); }
div.DivClassName
{
background-color: #C2114D;
}
.BgClassName
{
background-color: #C2114D;
}
</style>
border-color css
<style>
span { border-color: #C2114D; }
span { border-color: rgb(194,17,77); }
td.TdClassName
{
border-color: #C2114D;
}
.TagClassName
{
border-color: #C2114D;
}
</style>