Shades of Cardinal #C92136
Tints of Cardinal #C92136
RGB
CMYK
RGB Variations
Color information
#C92136 (or 0xC92136) is known color: Cardinal. HEX triplet: C9, 21 and 36. RGB value is (201,33,54). Sum of RGB (Red+Green+Blue) = 201+33+54=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C92136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92136 is #36DEC9. Grayscale: #555555. Windows color (decimal): -3595978 or 3547593. OLE color: 3547593.
HSL color Cylindrical-coordinate representation of color #C92136: hue angle of 352.5º 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 #C92136 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 54 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.21 |
| HSL | 352.5º | 0.72% | 0.46% | - |
| HSV(B) | 352.5º | 0.84% | 0.79% | - |
| XYZ | 25.3 | 13.77 | 4.81 | - |
| YUV | 85.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 54 | 0 | 0.84 | 0.73 | 0.21 | 352.5 | 0.72 | 0.46 |
| Hex | C9 | 21 | 36 | 0 | 54 | 49 | 15 | 160 | 48 | 2E |
| Octal | 311 | 41 | 66 | 0 | 124 | 111 | 25 | 540 | 110 | 56 |
| Binary | 11001001 | 100001 | 110110 | 0 | 1010100 | 1001001 | 10101 | 101100000 | 1001000 | 101110 |
Color Harmonies of #C92136
Complementary color
Monochromatic Colors of #C92136
Black with #C92136
Text Example
Text Example
White with #C92136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92136; }
p { color: rgb(201,33,54); }
H1.HeaderClassName
{
color: #C92136;
}
.AnyTagClassName
{
color: #C92136;
}
</style>
background-color css
<style>
a { background-color: #C92136; }
a { background-color: rgb(201,33,54); }
div.DivClassName
{
background-color: #C92136;
}
.BgClassName
{
background-color: #C92136;
}
</style>
border-color css
<style>
span { border-color: #C92136; }
span { border-color: rgb(201,33,54); }
td.TdClassName
{
border-color: #C92136;
}
.TagClassName
{
border-color: #C92136;
}
</style>