Shades of Cardinal #C5142D
Tints of Cardinal #C5142D
RGB
CMYK
RGB Variations
Color information
#C5142D (or 0xC5142D) is known color: Cardinal. HEX triplet: C5, 14 and 2D. RGB value is (197,20,45). Sum of RGB (Red+Green+Blue) = 197+20+45=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5142D is #3AEBD2. Grayscale: #4B4B4B. Windows color (decimal): -3861459 or 2954437. OLE color: 2954437.
HSL color Cylindrical-coordinate representation of color #C5142D: hue angle of 351.53º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5142D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 45 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.23 |
| HSL | 351.53º | 0.82% | 0.43% | - |
| HSV(B) | 351.53º | 0.9% | 0.77% | - |
| XYZ | 23.75 | 12.56 | 3.66 | - |
| YUV | 75.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 45 | 0 | 0.90 | 0.77 | 0.23 | 351.53 | 0.82 | 0.43 |
| Hex | C5 | 14 | 2D | 0 | 5A | 4D | 17 | 160 | 52 | 2B |
| Octal | 305 | 24 | 55 | 0 | 132 | 115 | 27 | 540 | 122 | 53 |
| Binary | 11000101 | 10100 | 101101 | 0 | 1011010 | 1001101 | 10111 | 101100000 | 1010010 | 101011 |
Color Harmonies of #C5142D
Complementary color
Monochromatic Colors of #C5142D
Black with #C5142D
Text Example
Text Example
White with #C5142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5142D; }
p { color: rgb(197,20,45); }
H1.HeaderClassName
{
color: #C5142D;
}
.AnyTagClassName
{
color: #C5142D;
}
</style>
background-color css
<style>
a { background-color: #C5142D; }
a { background-color: rgb(197,20,45); }
div.DivClassName
{
background-color: #C5142D;
}
.BgClassName
{
background-color: #C5142D;
}
</style>
border-color css
<style>
span { border-color: #C5142D; }
span { border-color: rgb(197,20,45); }
td.TdClassName
{
border-color: #C5142D;
}
.TagClassName
{
border-color: #C5142D;
}
</style>