Shades of Cardinal #C9194D
Tints of Cardinal #C9194D
RGB
CMYK
RGB Variations
Color information
#C9194D (or 0xC9194D) is known color: Cardinal. HEX triplet: C9, 19 and 4D. RGB value is (201,25,77). Sum of RGB (Red+Green+Blue) = 201+25+77=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C9194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9194D is #36E6B2. Grayscale: #535353. Windows color (decimal): -3598003 or 5052873. OLE color: 5052873.
HSL color Cylindrical-coordinate representation of color #C9194D: hue angle of 342.27º degrees, saturation: 0.78, 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 #C9194D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 77 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.21 |
| HSL | 342.27º | 0.78% | 0.44% | - |
| HSV(B) | 342.27º | 0.88% | 0.79% | - |
| XYZ | 25.77 | 13.65 | 8.3 | - |
| YUV | 83.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 77 | 0 | 0.88 | 0.62 | 0.21 | 342.27 | 0.78 | 0.44 |
| Hex | C9 | 19 | 4D | 0 | 58 | 3E | 15 | 156 | 4E | 2C |
| Octal | 311 | 31 | 115 | 0 | 130 | 76 | 25 | 526 | 116 | 54 |
| Binary | 11001001 | 11001 | 1001101 | 0 | 1011000 | 111110 | 10101 | 101010110 | 1001110 | 101100 |
Color Harmonies of #C9194D
Complementary color
Monochromatic Colors of #C9194D
Black with #C9194D
Text Example
Text Example
White with #C9194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9194D; }
p { color: rgb(201,25,77); }
H1.HeaderClassName
{
color: #C9194D;
}
.AnyTagClassName
{
color: #C9194D;
}
</style>
background-color css
<style>
a { background-color: #C9194D; }
a { background-color: rgb(201,25,77); }
div.DivClassName
{
background-color: #C9194D;
}
.BgClassName
{
background-color: #C9194D;
}
</style>
border-color css
<style>
span { border-color: #C9194D; }
span { border-color: rgb(201,25,77); }
td.TdClassName
{
border-color: #C9194D;
}
.TagClassName
{
border-color: #C9194D;
}
</style>