Shades of Cardinal #C9173C
Tints of Cardinal #C9173C
RGB
CMYK
RGB Variations
Color information
#C9173C (or 0xC9173C) is known color: Cardinal. HEX triplet: C9, 17 and 3C. RGB value is (201,23,60). Sum of RGB (Red+Green+Blue) = 201+23+60=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9173C is #36E8C3. Grayscale: #505050. Windows color (decimal): -3598532 or 3938249. OLE color: 3938249.
HSL color Cylindrical-coordinate representation of color #C9173C: hue angle of 347.53º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9173C is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 60 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.21 |
| HSL | 347.53º | 0.79% | 0.44% | - |
| HSV(B) | 347.53º | 0.89% | 0.79% | - |
| XYZ | 25.21 | 13.36 | 5.52 | - |
| YUV | 80.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 60 | 0 | 0.89 | 0.70 | 0.21 | 347.53 | 0.79 | 0.44 |
| Hex | C9 | 17 | 3C | 0 | 59 | 46 | 15 | 15C | 4F | 2C |
| Octal | 311 | 27 | 74 | 0 | 131 | 106 | 25 | 534 | 117 | 54 |
| Binary | 11001001 | 10111 | 111100 | 0 | 1011001 | 1000110 | 10101 | 101011100 | 1001111 | 101100 |
Color Harmonies of #C9173C
Complementary color
Monochromatic Colors of #C9173C
Black with #C9173C
Text Example
Text Example
White with #C9173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9173C; }
p { color: rgb(201,23,60); }
H1.HeaderClassName
{
color: #C9173C;
}
.AnyTagClassName
{
color: #C9173C;
}
</style>
background-color css
<style>
a { background-color: #C9173C; }
a { background-color: rgb(201,23,60); }
div.DivClassName
{
background-color: #C9173C;
}
.BgClassName
{
background-color: #C9173C;
}
</style>
border-color css
<style>
span { border-color: #C9173C; }
span { border-color: rgb(201,23,60); }
td.TdClassName
{
border-color: #C9173C;
}
.TagClassName
{
border-color: #C9173C;
}
</style>