Shades of Cardinal #C92237
Tints of Cardinal #C92237
RGB
CMYK
RGB Variations
Color information
#C92237 (or 0xC92237) is known color: Cardinal. HEX triplet: C9, 22 and 37. RGB value is (201,34,55). Sum of RGB (Red+Green+Blue) = 201+34+55=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C92237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92237 is #36DDC8. Grayscale: #565656. Windows color (decimal): -3595721 or 3613385. OLE color: 3613385.
HSL color Cylindrical-coordinate representation of color #C92237: hue angle of 352.46º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92237 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 55 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.21 |
| HSL | 352.46º | 0.71% | 0.46% | - |
| HSV(B) | 352.46º | 0.83% | 0.79% | - |
| XYZ | 25.35 | 13.84 | 4.95 | - |
| YUV | 86.33 | 110.33 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 55 | 0 | 0.83 | 0.73 | 0.21 | 352.46 | 0.71 | 0.46 |
| Hex | C9 | 22 | 37 | 0 | 53 | 49 | 15 | 160 | 47 | 2E |
| Octal | 311 | 42 | 67 | 0 | 123 | 111 | 25 | 540 | 107 | 56 |
| Binary | 11001001 | 100010 | 110111 | 0 | 1010011 | 1001001 | 10101 | 101100000 | 1000111 | 101110 |
Color Harmonies of #C92237
Complementary color
Monochromatic Colors of #C92237
Black with #C92237
Text Example
Text Example
White with #C92237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92237; }
p { color: rgb(201,34,55); }
H1.HeaderClassName
{
color: #C92237;
}
.AnyTagClassName
{
color: #C92237;
}
</style>
background-color css
<style>
a { background-color: #C92237; }
a { background-color: rgb(201,34,55); }
div.DivClassName
{
background-color: #C92237;
}
.BgClassName
{
background-color: #C92237;
}
</style>
border-color css
<style>
span { border-color: #C92237; }
span { border-color: rgb(201,34,55); }
td.TdClassName
{
border-color: #C92237;
}
.TagClassName
{
border-color: #C92237;
}
</style>