Shades of Cardinal #C5172D
Tints of Cardinal #C5172D
RGB
CMYK
RGB Variations
Color information
#C5172D (or 0xC5172D) is known color: Cardinal. HEX triplet: C5, 17 and 2D. RGB value is (197,23,45). Sum of RGB (Red+Green+Blue) = 197+23+45=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5172D is #3AE8D2. Grayscale: #4D4D4D. Windows color (decimal): -3860691 or 2955205. OLE color: 2955205.
HSL color Cylindrical-coordinate representation of color #C5172D: hue angle of 352.41º 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 #C5172D is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 45 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.23 |
| HSL | 352.41º | 0.79% | 0.43% | - |
| HSV(B) | 352.41º | 0.88% | 0.77% | - |
| XYZ | 23.81 | 12.67 | 3.67 | - |
| YUV | 77.53 | 109.65 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 45 | 0 | 0.88 | 0.77 | 0.23 | 352.41 | 0.79 | 0.43 |
| Hex | C5 | 17 | 2D | 0 | 58 | 4D | 17 | 160 | 4F | 2B |
| Octal | 305 | 27 | 55 | 0 | 130 | 115 | 27 | 540 | 117 | 53 |
| Binary | 11000101 | 10111 | 101101 | 0 | 1011000 | 1001101 | 10111 | 101100000 | 1001111 | 101011 |
Color Harmonies of #C5172D
Complementary color
Monochromatic Colors of #C5172D
Black with #C5172D
Text Example
Text Example
White with #C5172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5172D; }
p { color: rgb(197,23,45); }
H1.HeaderClassName
{
color: #C5172D;
}
.AnyTagClassName
{
color: #C5172D;
}
</style>
background-color css
<style>
a { background-color: #C5172D; }
a { background-color: rgb(197,23,45); }
div.DivClassName
{
background-color: #C5172D;
}
.BgClassName
{
background-color: #C5172D;
}
</style>
border-color css
<style>
span { border-color: #C5172D; }
span { border-color: rgb(197,23,45); }
td.TdClassName
{
border-color: #C5172D;
}
.TagClassName
{
border-color: #C5172D;
}
</style>