Shades of Cardinal #C9174A
Tints of Cardinal #C9174A
RGB
CMYK
RGB Variations
Color information
#C9174A (or 0xC9174A) is known color: Cardinal. HEX triplet: C9, 17 and 4A. RGB value is (201,23,74). Sum of RGB (Red+Green+Blue) = 201+23+74=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9174A is #36E8B5. Grayscale: #525252. Windows color (decimal): -3598518 or 4855753. OLE color: 4855753.
HSL color Cylindrical-coordinate representation of color #C9174A: hue angle of 342.81º 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 #C9174A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 74 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.21 |
| HSL | 342.81º | 0.79% | 0.44% | - |
| HSV(B) | 342.81º | 0.89% | 0.79% | - |
| XYZ | 25.63 | 13.52 | 7.74 | - |
| YUV | 82.04 | 123.47 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 74 | 0 | 0.89 | 0.63 | 0.21 | 342.81 | 0.79 | 0.44 |
| Hex | C9 | 17 | 4A | 0 | 59 | 3F | 15 | 157 | 4F | 2C |
| Octal | 311 | 27 | 112 | 0 | 131 | 77 | 25 | 527 | 117 | 54 |
| Binary | 11001001 | 10111 | 1001010 | 0 | 1011001 | 111111 | 10101 | 101010111 | 1001111 | 101100 |
Color Harmonies of #C9174A
Complementary color
Monochromatic Colors of #C9174A
Black with #C9174A
Text Example
Text Example
White with #C9174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9174A; }
p { color: rgb(201,23,74); }
H1.HeaderClassName
{
color: #C9174A;
}
.AnyTagClassName
{
color: #C9174A;
}
</style>
background-color css
<style>
a { background-color: #C9174A; }
a { background-color: rgb(201,23,74); }
div.DivClassName
{
background-color: #C9174A;
}
.BgClassName
{
background-color: #C9174A;
}
</style>
border-color css
<style>
span { border-color: #C9174A; }
span { border-color: rgb(201,23,74); }
td.TdClassName
{
border-color: #C9174A;
}
.TagClassName
{
border-color: #C9174A;
}
</style>