Shades of Cardinal #C92137
Tints of Cardinal #C92137
RGB
CMYK
RGB Variations
Color information
#C92137 (or 0xC92137) is known color: Cardinal. HEX triplet: C9, 21 and 37. RGB value is (201,33,55). Sum of RGB (Red+Green+Blue) = 201+33+55=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C92137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92137 is #36DEC8. Grayscale: #555555. Windows color (decimal): -3595977 or 3613129. OLE color: 3613129.
HSL color Cylindrical-coordinate representation of color #C92137: hue angle of 352.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92137 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 55 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.21 |
| HSL | 352.14º | 0.72% | 0.46% | - |
| HSV(B) | 352.14º | 0.84% | 0.79% | - |
| XYZ | 25.32 | 13.78 | 4.94 | - |
| YUV | 85.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 55 | 0 | 0.84 | 0.73 | 0.21 | 352.14 | 0.72 | 0.46 |
| Hex | C9 | 21 | 37 | 0 | 54 | 49 | 15 | 160 | 48 | 2E |
| Octal | 311 | 41 | 67 | 0 | 124 | 111 | 25 | 540 | 110 | 56 |
| Binary | 11001001 | 100001 | 110111 | 0 | 1010100 | 1001001 | 10101 | 101100000 | 1001000 | 101110 |
Color Harmonies of #C92137
Complementary color
Monochromatic Colors of #C92137
Black with #C92137
Text Example
Text Example
White with #C92137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92137; }
p { color: rgb(201,33,55); }
H1.HeaderClassName
{
color: #C92137;
}
.AnyTagClassName
{
color: #C92137;
}
</style>
background-color css
<style>
a { background-color: #C92137; }
a { background-color: rgb(201,33,55); }
div.DivClassName
{
background-color: #C92137;
}
.BgClassName
{
background-color: #C92137;
}
</style>
border-color css
<style>
span { border-color: #C92137; }
span { border-color: rgb(201,33,55); }
td.TdClassName
{
border-color: #C92137;
}
.TagClassName
{
border-color: #C92137;
}
</style>