Shades of Cardinal #C91636
Tints of Cardinal #C91636
RGB
CMYK
RGB Variations
Color information
#C91636 (or 0xC91636) is known color: Cardinal. HEX triplet: C9, 16 and 36. RGB value is (201,22,54). Sum of RGB (Red+Green+Blue) = 201+22+54=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C91636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91636 is #36E9C9. Grayscale: #4F4F4F. Windows color (decimal): -3598794 or 3544777. OLE color: 3544777.
HSL color Cylindrical-coordinate representation of color #C91636: hue angle of 349.27º 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 #C91636 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 54 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.21 |
| HSL | 349.27º | 0.8% | 0.44% | - |
| HSV(B) | 349.27º | 0.89% | 0.79% | - |
| XYZ | 25.04 | 13.26 | 4.73 | - |
| YUV | 79.17 | 113.8 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 54 | 0 | 0.89 | 0.73 | 0.21 | 349.27 | 0.8 | 0.44 |
| Hex | C9 | 16 | 36 | 0 | 59 | 49 | 15 | 15D | 50 | 2C |
| Octal | 311 | 26 | 66 | 0 | 131 | 111 | 25 | 535 | 120 | 54 |
| Binary | 11001001 | 10110 | 110110 | 0 | 1011001 | 1001001 | 10101 | 101011101 | 1010000 | 101100 |
Color Harmonies of #C91636
Complementary color
Monochromatic Colors of #C91636
Black with #C91636
Text Example
Text Example
White with #C91636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91636; }
p { color: rgb(201,22,54); }
H1.HeaderClassName
{
color: #C91636;
}
.AnyTagClassName
{
color: #C91636;
}
</style>
background-color css
<style>
a { background-color: #C91636; }
a { background-color: rgb(201,22,54); }
div.DivClassName
{
background-color: #C91636;
}
.BgClassName
{
background-color: #C91636;
}
</style>
border-color css
<style>
span { border-color: #C91636; }
span { border-color: rgb(201,22,54); }
td.TdClassName
{
border-color: #C91636;
}
.TagClassName
{
border-color: #C91636;
}
</style>