Shades of Cardinal #C5143B
Tints of Cardinal #C5143B
RGB
CMYK
RGB Variations
Color information
#C5143B (or 0xC5143B) is known color: Cardinal. HEX triplet: C5, 14 and 3B. RGB value is (197,20,59). Sum of RGB (Red+Green+Blue) = 197+20+59=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5143B is #3AEBC4. Grayscale: #4D4D4D. Windows color (decimal): -3861445 or 3871941. OLE color: 3871941.
HSL color Cylindrical-coordinate representation of color #C5143B: hue angle of 346.78º 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 #C5143B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 59 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.23 |
| HSL | 346.78º | 0.82% | 0.43% | - |
| HSV(B) | 346.78º | 0.9% | 0.77% | - |
| XYZ | 24.07 | 12.69 | 5.32 | - |
| YUV | 77.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 59 | 0 | 0.90 | 0.70 | 0.23 | 346.78 | 0.82 | 0.43 |
| Hex | C5 | 14 | 3B | 0 | 5A | 46 | 17 | 15B | 52 | 2B |
| Octal | 305 | 24 | 73 | 0 | 132 | 106 | 27 | 533 | 122 | 53 |
| Binary | 11000101 | 10100 | 111011 | 0 | 1011010 | 1000110 | 10111 | 101011011 | 1010010 | 101011 |
Color Harmonies of #C5143B
Complementary color
Monochromatic Colors of #C5143B
Black with #C5143B
Text Example
Text Example
White with #C5143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5143B; }
p { color: rgb(197,20,59); }
H1.HeaderClassName
{
color: #C5143B;
}
.AnyTagClassName
{
color: #C5143B;
}
</style>
background-color css
<style>
a { background-color: #C5143B; }
a { background-color: rgb(197,20,59); }
div.DivClassName
{
background-color: #C5143B;
}
.BgClassName
{
background-color: #C5143B;
}
</style>
border-color css
<style>
span { border-color: #C5143B; }
span { border-color: rgb(197,20,59); }
td.TdClassName
{
border-color: #C5143B;
}
.TagClassName
{
border-color: #C5143B;
}
</style>