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