Shades of Cardinal #C5114B
Tints of Cardinal #C5114B
RGB
CMYK
RGB Variations
Color information
#C5114B (or 0xC5114B) is known color: Cardinal. HEX triplet: C5, 11 and 4B. RGB value is (197,17,75). Sum of RGB (Red+Green+Blue) = 197+17+75=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5114B is #3AEEB4. Grayscale: #4D4D4D. Windows color (decimal): -3862197 or 4919749. OLE color: 4919749.
HSL color Cylindrical-coordinate representation of color #C5114B: hue angle of 340.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5114B is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 75 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.23 |
| HSL | 340.67º | 0.84% | 0.42% | - |
| HSV(B) | 340.67º | 0.91% | 0.77% | - |
| XYZ | 24.5 | 12.78 | 7.83 | - |
| YUV | 77.43 | 126.63 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 75 | 0 | 0.91 | 0.62 | 0.23 | 340.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 4B | 0 | 5B | 3E | 17 | 155 | 54 | 2A |
| Octal | 305 | 21 | 113 | 0 | 133 | 76 | 27 | 525 | 124 | 52 |
| Binary | 11000101 | 10001 | 1001011 | 0 | 1011011 | 111110 | 10111 | 101010101 | 1010100 | 101010 |
Color Harmonies of #C5114B
Complementary color
Monochromatic Colors of #C5114B
Black with #C5114B
Text Example
Text Example
White with #C5114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5114B; }
p { color: rgb(197,17,75); }
H1.HeaderClassName
{
color: #C5114B;
}
.AnyTagClassName
{
color: #C5114B;
}
</style>
background-color css
<style>
a { background-color: #C5114B; }
a { background-color: rgb(197,17,75); }
div.DivClassName
{
background-color: #C5114B;
}
.BgClassName
{
background-color: #C5114B;
}
</style>
border-color css
<style>
span { border-color: #C5114B; }
span { border-color: rgb(197,17,75); }
td.TdClassName
{
border-color: #C5114B;
}
.TagClassName
{
border-color: #C5114B;
}
</style>