Shades of Cardinal #C2162F
Tints of Cardinal #C2162F
RGB
CMYK
RGB Variations
Color information
#C2162F (or 0xC2162F) is known color: Cardinal. HEX triplet: C2, 16 and 2F. RGB value is (194,22,47). Sum of RGB (Red+Green+Blue) = 194+22+47=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C2162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2162F is #3DE9D0. Grayscale: #4C4C4C. Windows color (decimal): -4057553 or 3086018. OLE color: 3086018.
HSL color Cylindrical-coordinate representation of color #C2162F: hue angle of 351.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2162F is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 47 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.24 |
| HSL | 351.28º | 0.8% | 0.42% | - |
| HSV(B) | 351.28º | 0.89% | 0.76% | - |
| XYZ | 23.05 | 12.25 | 3.84 | - |
| YUV | 76.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 47 | 0 | 0.89 | 0.76 | 0.24 | 351.28 | 0.8 | 0.42 |
| Hex | C2 | 16 | 2F | 0 | 59 | 4C | 18 | 15F | 50 | 2A |
| Octal | 302 | 26 | 57 | 0 | 131 | 114 | 30 | 537 | 120 | 52 |
| Binary | 11000010 | 10110 | 101111 | 0 | 1011001 | 1001100 | 11000 | 101011111 | 1010000 | 101010 |
Color Harmonies of #C2162F
Complementary color
Monochromatic Colors of #C2162F
Black with #C2162F
Text Example
Text Example
White with #C2162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2162F; }
p { color: rgb(194,22,47); }
H1.HeaderClassName
{
color: #C2162F;
}
.AnyTagClassName
{
color: #C2162F;
}
</style>
background-color css
<style>
a { background-color: #C2162F; }
a { background-color: rgb(194,22,47); }
div.DivClassName
{
background-color: #C2162F;
}
.BgClassName
{
background-color: #C2162F;
}
</style>
border-color css
<style>
span { border-color: #C2162F; }
span { border-color: rgb(194,22,47); }
td.TdClassName
{
border-color: #C2162F;
}
.TagClassName
{
border-color: #C2162F;
}
</style>