Shades of Cardinal #C5053D
Tints of Cardinal #C5053D
RGB
CMYK
RGB Variations
Color information
#C5053D (or 0xC5053D) is known color: Cardinal. HEX triplet: C5, 05 and 3D. RGB value is (197,5,61). Sum of RGB (Red+Green+Blue) = 197+5+61=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5053D is #3AFAC2. Grayscale: #444444. Windows color (decimal): -3865283 or 3999173. OLE color: 3999173.
HSL color Cylindrical-coordinate representation of color #C5053D: hue angle of 342.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5053D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 61 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.23 |
| HSL | 342.5º | 0.95% | 0.4% | - |
| HSV(B) | 342.5º | 0.97% | 0.77% | - |
| XYZ | 23.92 | 12.32 | 5.53 | - |
| YUV | 68.79 | 123.61 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 61 | 0 | 0.97 | 0.69 | 0.23 | 342.5 | 0.95 | 0.4 |
| Hex | C5 | 5 | 3D | 0 | 61 | 45 | 17 | 156 | 5F | 28 |
| Octal | 305 | 5 | 75 | 0 | 141 | 105 | 27 | 526 | 137 | 50 |
| Binary | 11000101 | 101 | 111101 | 0 | 1100001 | 1000101 | 10111 | 101010110 | 1011111 | 101000 |
Color Harmonies of #C5053D
Complementary color
Monochromatic Colors of #C5053D
Black with #C5053D
Text Example
Text Example
White with #C5053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5053D; }
p { color: rgb(197,5,61); }
H1.HeaderClassName
{
color: #C5053D;
}
.AnyTagClassName
{
color: #C5053D;
}
</style>
background-color css
<style>
a { background-color: #C5053D; }
a { background-color: rgb(197,5,61); }
div.DivClassName
{
background-color: #C5053D;
}
.BgClassName
{
background-color: #C5053D;
}
</style>
border-color css
<style>
span { border-color: #C5053D; }
span { border-color: rgb(197,5,61); }
td.TdClassName
{
border-color: #C5053D;
}
.TagClassName
{
border-color: #C5053D;
}
</style>