Shades of Cardinal #C5192F
Tints of Cardinal #C5192F
RGB
CMYK
RGB Variations
Color information
#C5192F (or 0xC5192F) is known color: Cardinal. HEX triplet: C5, 19 and 2F. RGB value is (197,25,47). Sum of RGB (Red+Green+Blue) = 197+25+47=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C5192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5192F is #3AE6D0. Grayscale: #4F4F4F. Windows color (decimal): -3860177 or 3086789. OLE color: 3086789.
HSL color Cylindrical-coordinate representation of color #C5192F: hue angle of 352.33º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5192F is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 47 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.23 |
| HSL | 352.33º | 0.77% | 0.44% | - |
| HSV(B) | 352.33º | 0.87% | 0.77% | - |
| XYZ | 23.89 | 12.77 | 3.9 | - |
| YUV | 78.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 47 | 0 | 0.87 | 0.76 | 0.23 | 352.33 | 0.77 | 0.44 |
| Hex | C5 | 19 | 2F | 0 | 57 | 4C | 17 | 160 | 4D | 2C |
| Octal | 305 | 31 | 57 | 0 | 127 | 114 | 27 | 540 | 115 | 54 |
| Binary | 11000101 | 11001 | 101111 | 0 | 1010111 | 1001100 | 10111 | 101100000 | 1001101 | 101100 |
Color Harmonies of #C5192F
Complementary color
Monochromatic Colors of #C5192F
Black with #C5192F
Text Example
Text Example
White with #C5192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5192F; }
p { color: rgb(197,25,47); }
H1.HeaderClassName
{
color: #C5192F;
}
.AnyTagClassName
{
color: #C5192F;
}
</style>
background-color css
<style>
a { background-color: #C5192F; }
a { background-color: rgb(197,25,47); }
div.DivClassName
{
background-color: #C5192F;
}
.BgClassName
{
background-color: #C5192F;
}
</style>
border-color css
<style>
span { border-color: #C5192F; }
span { border-color: rgb(197,25,47); }
td.TdClassName
{
border-color: #C5192F;
}
.TagClassName
{
border-color: #C5192F;
}
</style>