Shades of Cardinal #C2202B
Tints of Cardinal #C2202B
RGB
CMYK
RGB Variations
Color information
#C2202B (or 0xC2202B) is known color: Cardinal. HEX triplet: C2, 20 and 2B. RGB value is (194,32,43). Sum of RGB (Red+Green+Blue) = 194+32+43=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C2202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2202B is #3DDFD4. Grayscale: #515151. Windows color (decimal): -4054997 or 2826434. OLE color: 2826434.
HSL color Cylindrical-coordinate representation of color #C2202B: hue angle of 355.93º 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 #C2202B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 43 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.24 |
| HSL | 355.93º | 0.72% | 0.44% | - |
| HSV(B) | 355.93º | 0.84% | 0.76% | - |
| XYZ | 23.2 | 12.68 | 3.51 | - |
| YUV | 81.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 43 | 0 | 0.84 | 0.78 | 0.24 | 355.93 | 0.72 | 0.44 |
| Hex | C2 | 20 | 2B | 0 | 54 | 4E | 18 | 164 | 48 | 2C |
| Octal | 302 | 40 | 53 | 0 | 124 | 116 | 30 | 544 | 110 | 54 |
| Binary | 11000010 | 100000 | 101011 | 0 | 1010100 | 1001110 | 11000 | 101100100 | 1001000 | 101100 |
Color Harmonies of #C2202B
Complementary color
Monochromatic Colors of #C2202B
Black with #C2202B
Text Example
Text Example
White with #C2202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2202B; }
p { color: rgb(194,32,43); }
H1.HeaderClassName
{
color: #C2202B;
}
.AnyTagClassName
{
color: #C2202B;
}
</style>
background-color css
<style>
a { background-color: #C2202B; }
a { background-color: rgb(194,32,43); }
div.DivClassName
{
background-color: #C2202B;
}
.BgClassName
{
background-color: #C2202B;
}
</style>
border-color css
<style>
span { border-color: #C2202B; }
span { border-color: rgb(194,32,43); }
td.TdClassName
{
border-color: #C2202B;
}
.TagClassName
{
border-color: #C2202B;
}
</style>