Shades of Cardinal #C2203B
Tints of Cardinal #C2203B
RGB
CMYK
RGB Variations
Color information
#C2203B (or 0xC2203B) is known color: Cardinal. HEX triplet: C2, 20 and 3B. RGB value is (194,32,59). Sum of RGB (Red+Green+Blue) = 194+32+59=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C2203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2203B is #3DDFC4. Grayscale: #535353. Windows color (decimal): -4054981 or 3875010. OLE color: 3875010.
HSL color Cylindrical-coordinate representation of color #C2203B: hue angle of 350º 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 #C2203B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 59 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.24 |
| HSL | 350º | 0.72% | 0.44% | - |
| HSV(B) | 350º | 0.84% | 0.76% | - |
| XYZ | 23.55 | 12.82 | 5.37 | - |
| YUV | 83.52 | 114.17 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 59 | 0 | 0.84 | 0.70 | 0.24 | 350 | 0.72 | 0.44 |
| Hex | C2 | 20 | 3B | 0 | 54 | 46 | 18 | 15E | 48 | 2C |
| Octal | 302 | 40 | 73 | 0 | 124 | 106 | 30 | 536 | 110 | 54 |
| Binary | 11000010 | 100000 | 111011 | 0 | 1010100 | 1000110 | 11000 | 101011110 | 1001000 | 101100 |
Color Harmonies of #C2203B
Complementary color
Monochromatic Colors of #C2203B
Black with #C2203B
Text Example
Text Example
White with #C2203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2203B; }
p { color: rgb(194,32,59); }
H1.HeaderClassName
{
color: #C2203B;
}
.AnyTagClassName
{
color: #C2203B;
}
</style>
background-color css
<style>
a { background-color: #C2203B; }
a { background-color: rgb(194,32,59); }
div.DivClassName
{
background-color: #C2203B;
}
.BgClassName
{
background-color: #C2203B;
}
</style>
border-color css
<style>
span { border-color: #C2203B; }
span { border-color: rgb(194,32,59); }
td.TdClassName
{
border-color: #C2203B;
}
.TagClassName
{
border-color: #C2203B;
}
</style>