Shades of Cardinal #C5202D
Tints of Cardinal #C5202D
RGB
CMYK
RGB Variations
Color information
#C5202D (or 0xC5202D) is known color: Cardinal. HEX triplet: C5, 20 and 2D. RGB value is (197,32,45). Sum of RGB (Red+Green+Blue) = 197+32+45=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5202D is #3ADFD2. Grayscale: #525252. Windows color (decimal): -3858387 or 2957509. OLE color: 2957509.
HSL color Cylindrical-coordinate representation of color #C5202D: hue angle of 355.27º 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 #C5202D is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 45 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.23 |
| HSL | 355.27º | 0.72% | 0.45% | - |
| HSV(B) | 355.27º | 0.84% | 0.77% | - |
| XYZ | 24.02 | 13.09 | 3.74 | - |
| YUV | 82.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 45 | 0 | 0.84 | 0.77 | 0.23 | 355.27 | 0.72 | 0.45 |
| Hex | C5 | 20 | 2D | 0 | 54 | 4D | 17 | 163 | 48 | 2D |
| Octal | 305 | 40 | 55 | 0 | 124 | 115 | 27 | 543 | 110 | 55 |
| Binary | 11000101 | 100000 | 101101 | 0 | 1010100 | 1001101 | 10111 | 101100011 | 1001000 | 101101 |
Color Harmonies of #C5202D
Complementary color
Monochromatic Colors of #C5202D
Black with #C5202D
Text Example
Text Example
White with #C5202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5202D; }
p { color: rgb(197,32,45); }
H1.HeaderClassName
{
color: #C5202D;
}
.AnyTagClassName
{
color: #C5202D;
}
</style>
background-color css
<style>
a { background-color: #C5202D; }
a { background-color: rgb(197,32,45); }
div.DivClassName
{
background-color: #C5202D;
}
.BgClassName
{
background-color: #C5202D;
}
</style>
border-color css
<style>
span { border-color: #C5202D; }
span { border-color: rgb(197,32,45); }
td.TdClassName
{
border-color: #C5202D;
}
.TagClassName
{
border-color: #C5202D;
}
</style>