Shades of Cardinal #C5203A
Tints of Cardinal #C5203A
RGB
CMYK
RGB Variations
Color information
#C5203A (or 0xC5203A) is known color: Cardinal. HEX triplet: C5, 20 and 3A. RGB value is (197,32,58). Sum of RGB (Red+Green+Blue) = 197+32+58=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C5203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5203A is #3ADFC5. Grayscale: #545454. Windows color (decimal): -3858374 or 3809477. OLE color: 3809477.
HSL color Cylindrical-coordinate representation of color #C5203A: hue angle of 350.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5203A is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 58 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.23 |
| HSL | 350.55º | 0.72% | 0.45% | - |
| HSV(B) | 350.55º | 0.84% | 0.77% | - |
| XYZ | 24.31 | 13.21 | 5.27 | - |
| YUV | 84.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 58 | 0 | 0.84 | 0.71 | 0.23 | 350.55 | 0.72 | 0.45 |
| Hex | C5 | 20 | 3A | 0 | 54 | 47 | 17 | 15F | 48 | 2D |
| Octal | 305 | 40 | 72 | 0 | 124 | 107 | 27 | 537 | 110 | 55 |
| Binary | 11000101 | 100000 | 111010 | 0 | 1010100 | 1000111 | 10111 | 101011111 | 1001000 | 101101 |
Color Harmonies of #C5203A
Complementary color
Monochromatic Colors of #C5203A
Black with #C5203A
Text Example
Text Example
White with #C5203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5203A; }
p { color: rgb(197,32,58); }
H1.HeaderClassName
{
color: #C5203A;
}
.AnyTagClassName
{
color: #C5203A;
}
</style>
background-color css
<style>
a { background-color: #C5203A; }
a { background-color: rgb(197,32,58); }
div.DivClassName
{
background-color: #C5203A;
}
.BgClassName
{
background-color: #C5203A;
}
</style>
border-color css
<style>
span { border-color: #C5203A; }
span { border-color: rgb(197,32,58); }
td.TdClassName
{
border-color: #C5203A;
}
.TagClassName
{
border-color: #C5203A;
}
</style>