Shades of Cardinal #C91948
Tints of Cardinal #C91948
RGB
CMYK
RGB Variations
Color information
#C91948 (or 0xC91948) is known color: Cardinal. HEX triplet: C9, 19 and 48. RGB value is (201,25,72). Sum of RGB (Red+Green+Blue) = 201+25+72=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C91948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91948 is #36E6B7. Grayscale: #525252. Windows color (decimal): -3598008 or 4725193. OLE color: 4725193.
HSL color Cylindrical-coordinate representation of color #C91948: hue angle of 343.98º 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 #C91948 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 72 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.21 |
| HSL | 343.98º | 0.78% | 0.44% | - |
| HSV(B) | 343.98º | 0.88% | 0.79% | - |
| XYZ | 25.6 | 13.58 | 7.4 | - |
| YUV | 82.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 72 | 0 | 0.88 | 0.64 | 0.21 | 343.98 | 0.78 | 0.44 |
| Hex | C9 | 19 | 48 | 0 | 58 | 40 | 15 | 158 | 4E | 2C |
| Octal | 311 | 31 | 110 | 0 | 130 | 100 | 25 | 530 | 116 | 54 |
| Binary | 11001001 | 11001 | 1001000 | 0 | 1011000 | 1000000 | 10101 | 101011000 | 1001110 | 101100 |
Color Harmonies of #C91948
Complementary color
Monochromatic Colors of #C91948
Black with #C91948
Text Example
Text Example
White with #C91948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91948; }
p { color: rgb(201,25,72); }
H1.HeaderClassName
{
color: #C91948;
}
.AnyTagClassName
{
color: #C91948;
}
</style>
background-color css
<style>
a { background-color: #C91948; }
a { background-color: rgb(201,25,72); }
div.DivClassName
{
background-color: #C91948;
}
.BgClassName
{
background-color: #C91948;
}
</style>
border-color css
<style>
span { border-color: #C91948; }
span { border-color: rgb(201,25,72); }
td.TdClassName
{
border-color: #C91948;
}
.TagClassName
{
border-color: #C91948;
}
</style>