Shades of Cardinal #C5143A
Tints of Cardinal #C5143A
RGB
CMYK
RGB Variations
Color information
#C5143A (or 0xC5143A) is known color: Cardinal. HEX triplet: C5, 14 and 3A. RGB value is (197,20,58). Sum of RGB (Red+Green+Blue) = 197+20+58=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5143A is #3AEBC5. Grayscale: #4D4D4D. Windows color (decimal): -3861446 or 3806405. OLE color: 3806405.
HSL color Cylindrical-coordinate representation of color #C5143A: hue angle of 347.12º 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 #C5143A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 58 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.23 |
| HSL | 347.12º | 0.82% | 0.43% | - |
| HSV(B) | 347.12º | 0.9% | 0.77% | - |
| XYZ | 24.04 | 12.68 | 5.18 | - |
| YUV | 77.26 | 117.14 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 58 | 0 | 0.90 | 0.71 | 0.23 | 347.12 | 0.82 | 0.43 |
| Hex | C5 | 14 | 3A | 0 | 5A | 47 | 17 | 15B | 52 | 2B |
| Octal | 305 | 24 | 72 | 0 | 132 | 107 | 27 | 533 | 122 | 53 |
| Binary | 11000101 | 10100 | 111010 | 0 | 1011010 | 1000111 | 10111 | 101011011 | 1010010 | 101011 |
Color Harmonies of #C5143A
Complementary color
Monochromatic Colors of #C5143A
Black with #C5143A
Text Example
Text Example
White with #C5143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5143A; }
p { color: rgb(197,20,58); }
H1.HeaderClassName
{
color: #C5143A;
}
.AnyTagClassName
{
color: #C5143A;
}
</style>
background-color css
<style>
a { background-color: #C5143A; }
a { background-color: rgb(197,20,58); }
div.DivClassName
{
background-color: #C5143A;
}
.BgClassName
{
background-color: #C5143A;
}
</style>
border-color css
<style>
span { border-color: #C5143A; }
span { border-color: rgb(197,20,58); }
td.TdClassName
{
border-color: #C5143A;
}
.TagClassName
{
border-color: #C5143A;
}
</style>