Shades of Cardinal #C92131
Tints of Cardinal #C92131
RGB
CMYK
RGB Variations
Color information
#C92131 (or 0xC92131) is known color: Cardinal. HEX triplet: C9, 21 and 31. RGB value is (201,33,49). Sum of RGB (Red+Green+Blue) = 201+33+49=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C92131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92131 is #36DECE. Grayscale: #555555. Windows color (decimal): -3595983 or 3219913. OLE color: 3219913.
HSL color Cylindrical-coordinate representation of color #C92131: hue angle of 354.29º 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 #C92131 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 49 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.21 |
| HSL | 354.29º | 0.72% | 0.46% | - |
| HSV(B) | 354.29º | 0.84% | 0.79% | - |
| XYZ | 25.19 | 13.73 | 4.23 | - |
| YUV | 85.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 49 | 0 | 0.84 | 0.76 | 0.21 | 354.29 | 0.72 | 0.46 |
| Hex | C9 | 21 | 31 | 0 | 54 | 4C | 15 | 162 | 48 | 2E |
| Octal | 311 | 41 | 61 | 0 | 124 | 114 | 25 | 542 | 110 | 56 |
| Binary | 11001001 | 100001 | 110001 | 0 | 1010100 | 1001100 | 10101 | 101100010 | 1001000 | 101110 |
Color Harmonies of #C92131
Complementary color
Monochromatic Colors of #C92131
Black with #C92131
Text Example
Text Example
White with #C92131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92131; }
p { color: rgb(201,33,49); }
H1.HeaderClassName
{
color: #C92131;
}
.AnyTagClassName
{
color: #C92131;
}
</style>
background-color css
<style>
a { background-color: #C92131; }
a { background-color: rgb(201,33,49); }
div.DivClassName
{
background-color: #C92131;
}
.BgClassName
{
background-color: #C92131;
}
</style>
border-color css
<style>
span { border-color: #C92131; }
span { border-color: rgb(201,33,49); }
td.TdClassName
{
border-color: #C92131;
}
.TagClassName
{
border-color: #C92131;
}
</style>