Shades of Cardinal #C91136
Tints of Cardinal #C91136
RGB
CMYK
RGB Variations
Color information
#C91136 (or 0xC91136) is known color: Cardinal. HEX triplet: C9, 11 and 36. RGB value is (201,17,54). Sum of RGB (Red+Green+Blue) = 201+17+54=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C91136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91136 is #36EEC9. Grayscale: #4C4C4C. Windows color (decimal): -3600074 or 3543497. OLE color: 3543497.
HSL color Cylindrical-coordinate representation of color #C91136: hue angle of 347.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91136 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 54 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.21 |
| HSL | 347.93º | 0.84% | 0.43% | - |
| HSV(B) | 347.93º | 0.92% | 0.79% | - |
| XYZ | 24.95 | 13.08 | 4.7 | - |
| YUV | 76.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 54 | 0 | 0.92 | 0.73 | 0.21 | 347.93 | 0.84 | 0.43 |
| Hex | C9 | 11 | 36 | 0 | 5C | 49 | 15 | 15C | 54 | 2B |
| Octal | 311 | 21 | 66 | 0 | 134 | 111 | 25 | 534 | 124 | 53 |
| Binary | 11001001 | 10001 | 110110 | 0 | 1011100 | 1001001 | 10101 | 101011100 | 1010100 | 101011 |
Color Harmonies of #C91136
Complementary color
Monochromatic Colors of #C91136
Black with #C91136
Text Example
Text Example
White with #C91136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91136; }
p { color: rgb(201,17,54); }
H1.HeaderClassName
{
color: #C91136;
}
.AnyTagClassName
{
color: #C91136;
}
</style>
background-color css
<style>
a { background-color: #C91136; }
a { background-color: rgb(201,17,54); }
div.DivClassName
{
background-color: #C91136;
}
.BgClassName
{
background-color: #C91136;
}
</style>
border-color css
<style>
span { border-color: #C91136; }
span { border-color: rgb(201,17,54); }
td.TdClassName
{
border-color: #C91136;
}
.TagClassName
{
border-color: #C91136;
}
</style>