Shades of Cardinal #C92132
Tints of Cardinal #C92132
RGB
CMYK
RGB Variations
Color information
#C92132 (or 0xC92132) is known color: Cardinal. HEX triplet: C9, 21 and 32. RGB value is (201,33,50). Sum of RGB (Red+Green+Blue) = 201+33+50=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C92132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92132 is #36DECD. Grayscale: #555555. Windows color (decimal): -3595982 or 3285449. OLE color: 3285449.
HSL color Cylindrical-coordinate representation of color #C92132: hue angle of 353.93º 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 #C92132 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 50 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.21 |
| HSL | 353.93º | 0.72% | 0.46% | - |
| HSV(B) | 353.93º | 0.84% | 0.79% | - |
| XYZ | 25.21 | 13.74 | 4.34 | - |
| YUV | 85.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 50 | 0 | 0.84 | 0.75 | 0.21 | 353.93 | 0.72 | 0.46 |
| Hex | C9 | 21 | 32 | 0 | 54 | 4B | 15 | 162 | 48 | 2E |
| Octal | 311 | 41 | 62 | 0 | 124 | 113 | 25 | 542 | 110 | 56 |
| Binary | 11001001 | 100001 | 110010 | 0 | 1010100 | 1001011 | 10101 | 101100010 | 1001000 | 101110 |
Color Harmonies of #C92132
Complementary color
Monochromatic Colors of #C92132
Black with #C92132
Text Example
Text Example
White with #C92132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92132; }
p { color: rgb(201,33,50); }
H1.HeaderClassName
{
color: #C92132;
}
.AnyTagClassName
{
color: #C92132;
}
</style>
background-color css
<style>
a { background-color: #C92132; }
a { background-color: rgb(201,33,50); }
div.DivClassName
{
background-color: #C92132;
}
.BgClassName
{
background-color: #C92132;
}
</style>
border-color css
<style>
span { border-color: #C92132; }
span { border-color: rgb(201,33,50); }
td.TdClassName
{
border-color: #C92132;
}
.TagClassName
{
border-color: #C92132;
}
</style>