Shades of Cardinal #C5134E
Tints of Cardinal #C5134E
RGB
CMYK
RGB Variations
Color information
#C5134E (or 0xC5134E) is known color: Cardinal. HEX triplet: C5, 13 and 4E. RGB value is (197,19,78). Sum of RGB (Red+Green+Blue) = 197+19+78=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5134E is #3AECB1. Grayscale: #4E4E4E. Windows color (decimal): -3861682 or 5116869. OLE color: 5116869.
HSL color Cylindrical-coordinate representation of color #C5134E: hue angle of 340.11º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5134E is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 78 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.23 |
| HSL | 340.11º | 0.82% | 0.42% | - |
| HSV(B) | 340.11º | 0.9% | 0.77% | - |
| XYZ | 24.63 | 12.89 | 8.4 | - |
| YUV | 78.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 78 | 0 | 0.90 | 0.60 | 0.23 | 340.11 | 0.82 | 0.42 |
| Hex | C5 | 13 | 4E | 0 | 5A | 3C | 17 | 154 | 52 | 2A |
| Octal | 305 | 23 | 116 | 0 | 132 | 74 | 27 | 524 | 122 | 52 |
| Binary | 11000101 | 10011 | 1001110 | 0 | 1011010 | 111100 | 10111 | 101010100 | 1010010 | 101010 |
Color Harmonies of #C5134E
Complementary color
Monochromatic Colors of #C5134E
Black with #C5134E
Text Example
Text Example
White with #C5134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5134E; }
p { color: rgb(197,19,78); }
H1.HeaderClassName
{
color: #C5134E;
}
.AnyTagClassName
{
color: #C5134E;
}
</style>
background-color css
<style>
a { background-color: #C5134E; }
a { background-color: rgb(197,19,78); }
div.DivClassName
{
background-color: #C5134E;
}
.BgClassName
{
background-color: #C5134E;
}
</style>
border-color css
<style>
span { border-color: #C5134E; }
span { border-color: rgb(197,19,78); }
td.TdClassName
{
border-color: #C5134E;
}
.TagClassName
{
border-color: #C5134E;
}
</style>