Shades of Cardinal #C91631
Tints of Cardinal #C91631
RGB
CMYK
RGB Variations
Color information
#C91631 (or 0xC91631) is known color: Cardinal. HEX triplet: C9, 16 and 31. RGB value is (201,22,49). Sum of RGB (Red+Green+Blue) = 201+22+49=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C91631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91631 is #36E9CE. Grayscale: #4E4E4E. Windows color (decimal): -3598799 or 3217097. OLE color: 3217097.
HSL color Cylindrical-coordinate representation of color #C91631: hue angle of 350.95º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91631 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 49 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.21 |
| HSL | 350.95º | 0.8% | 0.44% | - |
| HSV(B) | 350.95º | 0.89% | 0.79% | - |
| XYZ | 24.93 | 13.21 | 4.14 | - |
| YUV | 78.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 49 | 0 | 0.89 | 0.76 | 0.21 | 350.95 | 0.8 | 0.44 |
| Hex | C9 | 16 | 31 | 0 | 59 | 4C | 15 | 15F | 50 | 2C |
| Octal | 311 | 26 | 61 | 0 | 131 | 114 | 25 | 537 | 120 | 54 |
| Binary | 11001001 | 10110 | 110001 | 0 | 1011001 | 1001100 | 10101 | 101011111 | 1010000 | 101100 |
Color Harmonies of #C91631
Complementary color
Monochromatic Colors of #C91631
Black with #C91631
Text Example
Text Example
White with #C91631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91631; }
p { color: rgb(201,22,49); }
H1.HeaderClassName
{
color: #C91631;
}
.AnyTagClassName
{
color: #C91631;
}
</style>
background-color css
<style>
a { background-color: #C91631; }
a { background-color: rgb(201,22,49); }
div.DivClassName
{
background-color: #C91631;
}
.BgClassName
{
background-color: #C91631;
}
</style>
border-color css
<style>
span { border-color: #C91631; }
span { border-color: rgb(201,22,49); }
td.TdClassName
{
border-color: #C91631;
}
.TagClassName
{
border-color: #C91631;
}
</style>