Shades of Cardinal #C91947
Tints of Cardinal #C91947
RGB
CMYK
RGB Variations
Color information
#C91947 (or 0xC91947) is known color: Cardinal. HEX triplet: C9, 19 and 47. RGB value is (201,25,71). Sum of RGB (Red+Green+Blue) = 201+25+71=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C91947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91947 is #36E6B8. Grayscale: #525252. Windows color (decimal): -3598009 or 4659657. OLE color: 4659657.
HSL color Cylindrical-coordinate representation of color #C91947: hue angle of 344.32º 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 #C91947 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 71 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.21 |
| HSL | 344.32º | 0.78% | 0.44% | - |
| HSV(B) | 344.32º | 0.88% | 0.79% | - |
| XYZ | 25.57 | 13.57 | 7.23 | - |
| YUV | 82.87 | 121.31 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 71 | 0 | 0.88 | 0.65 | 0.21 | 344.32 | 0.78 | 0.44 |
| Hex | C9 | 19 | 47 | 0 | 58 | 41 | 15 | 158 | 4E | 2C |
| Octal | 311 | 31 | 107 | 0 | 130 | 101 | 25 | 530 | 116 | 54 |
| Binary | 11001001 | 11001 | 1000111 | 0 | 1011000 | 1000001 | 10101 | 101011000 | 1001110 | 101100 |
Color Harmonies of #C91947
Complementary color
Monochromatic Colors of #C91947
Black with #C91947
Text Example
Text Example
White with #C91947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91947; }
p { color: rgb(201,25,71); }
H1.HeaderClassName
{
color: #C91947;
}
.AnyTagClassName
{
color: #C91947;
}
</style>
background-color css
<style>
a { background-color: #C91947; }
a { background-color: rgb(201,25,71); }
div.DivClassName
{
background-color: #C91947;
}
.BgClassName
{
background-color: #C91947;
}
</style>
border-color css
<style>
span { border-color: #C91947; }
span { border-color: rgb(201,25,71); }
td.TdClassName
{
border-color: #C91947;
}
.TagClassName
{
border-color: #C91947;
}
</style>