Shades of Cardinal #C5174F
Tints of Cardinal #C5174F
RGB
CMYK
RGB Variations
Color information
#C5174F (or 0xC5174F) is known color: Cardinal. HEX triplet: C5, 17 and 4F. RGB value is (197,23,79). Sum of RGB (Red+Green+Blue) = 197+23+79=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5174F is #3AE8B0. Grayscale: #515151. Windows color (decimal): -3860657 or 5183429. OLE color: 5183429.
HSL color Cylindrical-coordinate representation of color #C5174F: hue angle of 340.69º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5174F is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 79 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.23 |
| HSL | 340.69º | 0.79% | 0.43% | - |
| HSV(B) | 340.69º | 0.88% | 0.77% | - |
| XYZ | 24.74 | 13.05 | 8.61 | - |
| YUV | 81.41 | 126.65 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 79 | 0 | 0.88 | 0.60 | 0.23 | 340.69 | 0.79 | 0.43 |
| Hex | C5 | 17 | 4F | 0 | 58 | 3C | 17 | 155 | 4F | 2B |
| Octal | 305 | 27 | 117 | 0 | 130 | 74 | 27 | 525 | 117 | 53 |
| Binary | 11000101 | 10111 | 1001111 | 0 | 1011000 | 111100 | 10111 | 101010101 | 1001111 | 101011 |
Color Harmonies of #C5174F
Complementary color
Monochromatic Colors of #C5174F
Black with #C5174F
Text Example
Text Example
White with #C5174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5174F; }
p { color: rgb(197,23,79); }
H1.HeaderClassName
{
color: #C5174F;
}
.AnyTagClassName
{
color: #C5174F;
}
</style>
background-color css
<style>
a { background-color: #C5174F; }
a { background-color: rgb(197,23,79); }
div.DivClassName
{
background-color: #C5174F;
}
.BgClassName
{
background-color: #C5174F;
}
</style>
border-color css
<style>
span { border-color: #C5174F; }
span { border-color: rgb(197,23,79); }
td.TdClassName
{
border-color: #C5174F;
}
.TagClassName
{
border-color: #C5174F;
}
</style>