Shades of Cardinal #C2203F
Tints of Cardinal #C2203F
RGB
CMYK
RGB Variations
Color information
#C2203F (or 0xC2203F) is known color: Cardinal. HEX triplet: C2, 20 and 3F. RGB value is (194,32,63). Sum of RGB (Red+Green+Blue) = 194+32+63=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2203F is #3DDFC0. Grayscale: #545454. Windows color (decimal): -4054977 or 4137154. OLE color: 4137154.
HSL color Cylindrical-coordinate representation of color #C2203F: hue angle of 348.52º 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 #C2203F is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 63 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.24 |
| HSL | 348.52º | 0.72% | 0.44% | - |
| HSV(B) | 348.52º | 0.84% | 0.76% | - |
| XYZ | 23.66 | 12.86 | 5.94 | - |
| YUV | 83.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 63 | 0 | 0.84 | 0.68 | 0.24 | 348.52 | 0.72 | 0.44 |
| Hex | C2 | 20 | 3F | 0 | 54 | 44 | 18 | 15D | 48 | 2C |
| Octal | 302 | 40 | 77 | 0 | 124 | 104 | 30 | 535 | 110 | 54 |
| Binary | 11000010 | 100000 | 111111 | 0 | 1010100 | 1000100 | 11000 | 101011101 | 1001000 | 101100 |
Color Harmonies of #C2203F
Complementary color
Monochromatic Colors of #C2203F
Black with #C2203F
Text Example
Text Example
White with #C2203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2203F; }
p { color: rgb(194,32,63); }
H1.HeaderClassName
{
color: #C2203F;
}
.AnyTagClassName
{
color: #C2203F;
}
</style>
background-color css
<style>
a { background-color: #C2203F; }
a { background-color: rgb(194,32,63); }
div.DivClassName
{
background-color: #C2203F;
}
.BgClassName
{
background-color: #C2203F;
}
</style>
border-color css
<style>
span { border-color: #C2203F; }
span { border-color: rgb(194,32,63); }
td.TdClassName
{
border-color: #C2203F;
}
.TagClassName
{
border-color: #C2203F;
}
</style>