Shades of Cardinal #C91931
Tints of Cardinal #C91931
RGB
CMYK
RGB Variations
Color information
#C91931 (or 0xC91931) is known color: Cardinal. HEX triplet: C9, 19 and 31. RGB value is (201,25,49). Sum of RGB (Red+Green+Blue) = 201+25+49=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C91931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91931 is #36E6CE. Grayscale: #505050. Windows color (decimal): -3598031 or 3217865. OLE color: 3217865.
HSL color Cylindrical-coordinate representation of color #C91931: hue angle of 351.82º 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 #C91931 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 49 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.21 |
| HSL | 351.82º | 0.78% | 0.44% | - |
| HSV(B) | 351.82º | 0.88% | 0.79% | - |
| XYZ | 24.99 | 13.33 | 4.16 | - |
| YUV | 80.36 | 110.31 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 49 | 0 | 0.88 | 0.76 | 0.21 | 351.82 | 0.78 | 0.44 |
| Hex | C9 | 19 | 31 | 0 | 58 | 4C | 15 | 160 | 4E | 2C |
| Octal | 311 | 31 | 61 | 0 | 130 | 114 | 25 | 540 | 116 | 54 |
| Binary | 11001001 | 11001 | 110001 | 0 | 1011000 | 1001100 | 10101 | 101100000 | 1001110 | 101100 |
Color Harmonies of #C91931
Complementary color
Monochromatic Colors of #C91931
Black with #C91931
Text Example
Text Example
White with #C91931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91931; }
p { color: rgb(201,25,49); }
H1.HeaderClassName
{
color: #C91931;
}
.AnyTagClassName
{
color: #C91931;
}
</style>
background-color css
<style>
a { background-color: #C91931; }
a { background-color: rgb(201,25,49); }
div.DivClassName
{
background-color: #C91931;
}
.BgClassName
{
background-color: #C91931;
}
</style>
border-color css
<style>
span { border-color: #C91931; }
span { border-color: rgb(201,25,49); }
td.TdClassName
{
border-color: #C91931;
}
.TagClassName
{
border-color: #C91931;
}
</style>