Shades of Cardinal #C2112C
Tints of Cardinal #C2112C
RGB
CMYK
RGB Variations
Color information
#C2112C (or 0xC2112C) is known color: Cardinal. HEX triplet: C2, 11 and 2C. RGB value is (194,17,44). Sum of RGB (Red+Green+Blue) = 194+17+44=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2112C is #3DEED3. Grayscale: #494949. Windows color (decimal): -4058836 or 2888130. OLE color: 2888130.
HSL color Cylindrical-coordinate representation of color #C2112C: hue angle of 350.85º 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 #C2112C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 44 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.24 |
| HSL | 350.85º | 0.84% | 0.41% | - |
| HSV(B) | 350.85º | 0.91% | 0.76% | - |
| XYZ | 22.9 | 12.05 | 3.5 | - |
| YUV | 73 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 44 | 0 | 0.91 | 0.77 | 0.24 | 350.85 | 0.84 | 0.41 |
| Hex | C2 | 11 | 2C | 0 | 5B | 4D | 18 | 15F | 54 | 29 |
| Octal | 302 | 21 | 54 | 0 | 133 | 115 | 30 | 537 | 124 | 51 |
| Binary | 11000010 | 10001 | 101100 | 0 | 1011011 | 1001101 | 11000 | 101011111 | 1010100 | 101001 |
Color Harmonies of #C2112C
Complementary color
Monochromatic Colors of #C2112C
Black with #C2112C
Text Example
Text Example
White with #C2112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2112C; }
p { color: rgb(194,17,44); }
H1.HeaderClassName
{
color: #C2112C;
}
.AnyTagClassName
{
color: #C2112C;
}
</style>
background-color css
<style>
a { background-color: #C2112C; }
a { background-color: rgb(194,17,44); }
div.DivClassName
{
background-color: #C2112C;
}
.BgClassName
{
background-color: #C2112C;
}
</style>
border-color css
<style>
span { border-color: #C2112C; }
span { border-color: rgb(194,17,44); }
td.TdClassName
{
border-color: #C2112C;
}
.TagClassName
{
border-color: #C2112C;
}
</style>