Shades of Cardinal #C9184E
Tints of Cardinal #C9184E
RGB
CMYK
RGB Variations
Color information
#C9184E (or 0xC9184E) is known color: Cardinal. HEX triplet: C9, 18 and 4E. RGB value is (201,24,78). Sum of RGB (Red+Green+Blue) = 201+24+78=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C9184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9184E is #36E7B1. Grayscale: #535353. Windows color (decimal): -3598258 or 5118153. OLE color: 5118153.
HSL color Cylindrical-coordinate representation of color #C9184E: hue angle of 341.69º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9184E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 78 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.21 |
| HSL | 341.69º | 0.79% | 0.44% | - |
| HSV(B) | 341.69º | 0.88% | 0.79% | - |
| XYZ | 25.79 | 13.62 | 8.48 | - |
| YUV | 83.08 | 125.14 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 78 | 0 | 0.88 | 0.61 | 0.21 | 341.69 | 0.79 | 0.44 |
| Hex | C9 | 18 | 4E | 0 | 58 | 3D | 15 | 156 | 4F | 2C |
| Octal | 311 | 30 | 116 | 0 | 130 | 75 | 25 | 526 | 117 | 54 |
| Binary | 11001001 | 11000 | 1001110 | 0 | 1011000 | 111101 | 10101 | 101010110 | 1001111 | 101100 |
Color Harmonies of #C9184E
Complementary color
Monochromatic Colors of #C9184E
Black with #C9184E
Text Example
Text Example
White with #C9184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9184E; }
p { color: rgb(201,24,78); }
H1.HeaderClassName
{
color: #C9184E;
}
.AnyTagClassName
{
color: #C9184E;
}
</style>
background-color css
<style>
a { background-color: #C9184E; }
a { background-color: rgb(201,24,78); }
div.DivClassName
{
background-color: #C9184E;
}
.BgClassName
{
background-color: #C9184E;
}
</style>
border-color css
<style>
span { border-color: #C9184E; }
span { border-color: rgb(201,24,78); }
td.TdClassName
{
border-color: #C9184E;
}
.TagClassName
{
border-color: #C9184E;
}
</style>