Shades of Cardinal #C5132F
Tints of Cardinal #C5132F
RGB
CMYK
RGB Variations
Color information
#C5132F (or 0xC5132F) is known color: Cardinal. HEX triplet: C5, 13 and 2F. RGB value is (197,19,47). Sum of RGB (Red+Green+Blue) = 197+19+47=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5132F is #3AECD0. Grayscale: #4B4B4B. Windows color (decimal): -3861713 or 3085253. OLE color: 3085253.
HSL color Cylindrical-coordinate representation of color #C5132F: hue angle of 350.56º 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 #C5132F is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 47 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.23 |
| HSL | 350.56º | 0.82% | 0.42% | - |
| HSV(B) | 350.56º | 0.9% | 0.77% | - |
| XYZ | 23.77 | 12.54 | 3.86 | - |
| YUV | 75.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 47 | 0 | 0.90 | 0.76 | 0.23 | 350.56 | 0.82 | 0.42 |
| Hex | C5 | 13 | 2F | 0 | 5A | 4C | 17 | 15F | 52 | 2A |
| Octal | 305 | 23 | 57 | 0 | 132 | 114 | 27 | 537 | 122 | 52 |
| Binary | 11000101 | 10011 | 101111 | 0 | 1011010 | 1001100 | 10111 | 101011111 | 1010010 | 101010 |
Color Harmonies of #C5132F
Complementary color
Monochromatic Colors of #C5132F
Black with #C5132F
Text Example
Text Example
White with #C5132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5132F; }
p { color: rgb(197,19,47); }
H1.HeaderClassName
{
color: #C5132F;
}
.AnyTagClassName
{
color: #C5132F;
}
</style>
background-color css
<style>
a { background-color: #C5132F; }
a { background-color: rgb(197,19,47); }
div.DivClassName
{
background-color: #C5132F;
}
.BgClassName
{
background-color: #C5132F;
}
</style>
border-color css
<style>
span { border-color: #C5132F; }
span { border-color: rgb(197,19,47); }
td.TdClassName
{
border-color: #C5132F;
}
.TagClassName
{
border-color: #C5132F;
}
</style>