Shades of Cardinal #C5202C
Tints of Cardinal #C5202C
RGB
CMYK
RGB Variations
Color information
#C5202C (or 0xC5202C) is known color: Cardinal. HEX triplet: C5, 20 and 2C. RGB value is (197,32,44). Sum of RGB (Red+Green+Blue) = 197+32+44=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5202C is #3ADFD3. Grayscale: #525252. Windows color (decimal): -3858388 or 2891973. OLE color: 2891973.
HSL color Cylindrical-coordinate representation of color #C5202C: hue angle of 355.64º 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 #C5202C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 44 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.23 |
| HSL | 355.64º | 0.72% | 0.45% | - |
| HSV(B) | 355.64º | 0.84% | 0.77% | - |
| XYZ | 24 | 13.09 | 3.64 | - |
| YUV | 82.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 44 | 0 | 0.84 | 0.78 | 0.23 | 355.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | 2C | 0 | 54 | 4E | 17 | 164 | 48 | 2D |
| Octal | 305 | 40 | 54 | 0 | 124 | 116 | 27 | 544 | 110 | 55 |
| Binary | 11000101 | 100000 | 101100 | 0 | 1010100 | 1001110 | 10111 | 101100100 | 1001000 | 101101 |
Color Harmonies of #C5202C
Complementary color
Monochromatic Colors of #C5202C
Black with #C5202C
Text Example
Text Example
White with #C5202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5202C; }
p { color: rgb(197,32,44); }
H1.HeaderClassName
{
color: #C5202C;
}
.AnyTagClassName
{
color: #C5202C;
}
</style>
background-color css
<style>
a { background-color: #C5202C; }
a { background-color: rgb(197,32,44); }
div.DivClassName
{
background-color: #C5202C;
}
.BgClassName
{
background-color: #C5202C;
}
</style>
border-color css
<style>
span { border-color: #C5202C; }
span { border-color: rgb(197,32,44); }
td.TdClassName
{
border-color: #C5202C;
}
.TagClassName
{
border-color: #C5202C;
}
</style>