Shades of Cardinal #C9173A
Tints of Cardinal #C9173A
RGB
CMYK
RGB Variations
Color information
#C9173A (or 0xC9173A) is known color: Cardinal. HEX triplet: C9, 17 and 3A. RGB value is (201,23,58). Sum of RGB (Red+Green+Blue) = 201+23+58=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9173A is #36E8C5. Grayscale: #505050. Windows color (decimal): -3598534 or 3807177. OLE color: 3807177.
HSL color Cylindrical-coordinate representation of color #C9173A: hue angle of 348.2º 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 #C9173A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 58 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.21 |
| HSL | 348.2º | 0.79% | 0.44% | - |
| HSV(B) | 348.2º | 0.89% | 0.79% | - |
| XYZ | 25.16 | 13.34 | 5.25 | - |
| YUV | 80.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 58 | 0 | 0.89 | 0.71 | 0.21 | 348.2 | 0.79 | 0.44 |
| Hex | C9 | 17 | 3A | 0 | 59 | 47 | 15 | 15C | 4F | 2C |
| Octal | 311 | 27 | 72 | 0 | 131 | 107 | 25 | 534 | 117 | 54 |
| Binary | 11001001 | 10111 | 111010 | 0 | 1011001 | 1000111 | 10101 | 101011100 | 1001111 | 101100 |
Color Harmonies of #C9173A
Complementary color
Monochromatic Colors of #C9173A
Black with #C9173A
Text Example
Text Example
White with #C9173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9173A; }
p { color: rgb(201,23,58); }
H1.HeaderClassName
{
color: #C9173A;
}
.AnyTagClassName
{
color: #C9173A;
}
</style>
background-color css
<style>
a { background-color: #C9173A; }
a { background-color: rgb(201,23,58); }
div.DivClassName
{
background-color: #C9173A;
}
.BgClassName
{
background-color: #C9173A;
}
</style>
border-color css
<style>
span { border-color: #C9173A; }
span { border-color: rgb(201,23,58); }
td.TdClassName
{
border-color: #C9173A;
}
.TagClassName
{
border-color: #C9173A;
}
</style>