Shades of Cardinal #C5122F
Tints of Cardinal #C5122F
RGB
CMYK
RGB Variations
Color information
#C5122F (or 0xC5122F) is known color: Cardinal. HEX triplet: C5, 12 and 2F. RGB value is (197,18,47). Sum of RGB (Red+Green+Blue) = 197+18+47=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5122F is #3AEDD0. Grayscale: #4A4A4A. Windows color (decimal): -3861969 or 3084997. OLE color: 3084997.
HSL color Cylindrical-coordinate representation of color #C5122F: hue angle of 350.28º degrees, saturation: 0.83, 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 #C5122F is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.23 |
| HSL | 350.28º | 0.83% | 0.42% | - |
| HSV(B) | 350.28º | 0.91% | 0.77% | - |
| XYZ | 23.76 | 12.51 | 3.85 | - |
| YUV | 74.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 47 | 0 | 0.91 | 0.76 | 0.23 | 350.28 | 0.83 | 0.42 |
| Hex | C5 | 12 | 2F | 0 | 5B | 4C | 17 | 15E | 53 | 2A |
| Octal | 305 | 22 | 57 | 0 | 133 | 114 | 27 | 536 | 123 | 52 |
| Binary | 11000101 | 10010 | 101111 | 0 | 1011011 | 1001100 | 10111 | 101011110 | 1010011 | 101010 |
Color Harmonies of #C5122F
Complementary color
Monochromatic Colors of #C5122F
Black with #C5122F
Text Example
Text Example
White with #C5122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5122F; }
p { color: rgb(197,18,47); }
H1.HeaderClassName
{
color: #C5122F;
}
.AnyTagClassName
{
color: #C5122F;
}
</style>
background-color css
<style>
a { background-color: #C5122F; }
a { background-color: rgb(197,18,47); }
div.DivClassName
{
background-color: #C5122F;
}
.BgClassName
{
background-color: #C5122F;
}
</style>
border-color css
<style>
span { border-color: #C5122F; }
span { border-color: rgb(197,18,47); }
td.TdClassName
{
border-color: #C5122F;
}
.TagClassName
{
border-color: #C5122F;
}
</style>