Shades of Cardinal #C2202D
Tints of Cardinal #C2202D
RGB
CMYK
RGB Variations
Color information
#C2202D (or 0xC2202D) is known color: Cardinal. HEX triplet: C2, 20 and 2D. RGB value is (194,32,45). Sum of RGB (Red+Green+Blue) = 194+32+45=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2202D is #3DDFD2. Grayscale: #525252. Windows color (decimal): -4054995 or 2957506. OLE color: 2957506.
HSL color Cylindrical-coordinate representation of color #C2202D: hue angle of 355.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2202D is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 45 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.24 |
| HSL | 355.19º | 0.72% | 0.44% | - |
| HSV(B) | 355.19º | 0.84% | 0.76% | - |
| XYZ | 23.24 | 12.69 | 3.71 | - |
| YUV | 81.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 45 | 0 | 0.84 | 0.77 | 0.24 | 355.19 | 0.72 | 0.44 |
| Hex | C2 | 20 | 2D | 0 | 54 | 4D | 18 | 163 | 48 | 2C |
| Octal | 302 | 40 | 55 | 0 | 124 | 115 | 30 | 543 | 110 | 54 |
| Binary | 11000010 | 100000 | 101101 | 0 | 1010100 | 1001101 | 11000 | 101100011 | 1001000 | 101100 |
Color Harmonies of #C2202D
Complementary color
Monochromatic Colors of #C2202D
Black with #C2202D
Text Example
Text Example
White with #C2202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2202D; }
p { color: rgb(194,32,45); }
H1.HeaderClassName
{
color: #C2202D;
}
.AnyTagClassName
{
color: #C2202D;
}
</style>
background-color css
<style>
a { background-color: #C2202D; }
a { background-color: rgb(194,32,45); }
div.DivClassName
{
background-color: #C2202D;
}
.BgClassName
{
background-color: #C2202D;
}
</style>
border-color css
<style>
span { border-color: #C2202D; }
span { border-color: rgb(194,32,45); }
td.TdClassName
{
border-color: #C2202D;
}
.TagClassName
{
border-color: #C2202D;
}
</style>