Shades of Cardinal #C5203B
Tints of Cardinal #C5203B
RGB
CMYK
RGB Variations
Color information
#C5203B (or 0xC5203B) is known color: Cardinal. HEX triplet: C5, 20 and 3B. RGB value is (197,32,59). Sum of RGB (Red+Green+Blue) = 197+32+59=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5203B is #3ADFC4. Grayscale: #545454. Windows color (decimal): -3858373 or 3875013. OLE color: 3875013.
HSL color Cylindrical-coordinate representation of color #C5203B: hue angle of 350.18º 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 #C5203B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 59 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.23 |
| HSL | 350.18º | 0.72% | 0.45% | - |
| HSV(B) | 350.18º | 0.84% | 0.77% | - |
| XYZ | 24.33 | 13.22 | 5.41 | - |
| YUV | 84.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 59 | 0 | 0.84 | 0.70 | 0.23 | 350.18 | 0.72 | 0.45 |
| Hex | C5 | 20 | 3B | 0 | 54 | 46 | 17 | 15E | 48 | 2D |
| Octal | 305 | 40 | 73 | 0 | 124 | 106 | 27 | 536 | 110 | 55 |
| Binary | 11000101 | 100000 | 111011 | 0 | 1010100 | 1000110 | 10111 | 101011110 | 1001000 | 101101 |
Color Harmonies of #C5203B
Complementary color
Monochromatic Colors of #C5203B
Black with #C5203B
Text Example
Text Example
White with #C5203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5203B; }
p { color: rgb(197,32,59); }
H1.HeaderClassName
{
color: #C5203B;
}
.AnyTagClassName
{
color: #C5203B;
}
</style>
background-color css
<style>
a { background-color: #C5203B; }
a { background-color: rgb(197,32,59); }
div.DivClassName
{
background-color: #C5203B;
}
.BgClassName
{
background-color: #C5203B;
}
</style>
border-color css
<style>
span { border-color: #C5203B; }
span { border-color: rgb(197,32,59); }
td.TdClassName
{
border-color: #C5203B;
}
.TagClassName
{
border-color: #C5203B;
}
</style>