Shades of Cardinal #C92146
Tints of Cardinal #C92146
RGB
CMYK
RGB Variations
Color information
#C92146 (or 0xC92146) is known color: Cardinal. HEX triplet: C9, 21 and 46. RGB value is (201,33,70). Sum of RGB (Red+Green+Blue) = 201+33+70=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C92146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92146 is #36DEB9. Grayscale: #575757. Windows color (decimal): -3595962 or 4596169. OLE color: 4596169.
HSL color Cylindrical-coordinate representation of color #C92146: hue angle of 346.79º 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 #C92146 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 70 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.21 |
| HSL | 346.79º | 0.72% | 0.46% | - |
| HSV(B) | 346.79º | 0.84% | 0.79% | - |
| XYZ | 25.74 | 13.95 | 7.13 | - |
| YUV | 87.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 70 | 0 | 0.84 | 0.65 | 0.21 | 346.79 | 0.72 | 0.46 |
| Hex | C9 | 21 | 46 | 0 | 54 | 41 | 15 | 15B | 48 | 2E |
| Octal | 311 | 41 | 106 | 0 | 124 | 101 | 25 | 533 | 110 | 56 |
| Binary | 11001001 | 100001 | 1000110 | 0 | 1010100 | 1000001 | 10101 | 101011011 | 1001000 | 101110 |
Color Harmonies of #C92146
Complementary color
Monochromatic Colors of #C92146
Black with #C92146
Text Example
Text Example
White with #C92146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92146; }
p { color: rgb(201,33,70); }
H1.HeaderClassName
{
color: #C92146;
}
.AnyTagClassName
{
color: #C92146;
}
</style>
background-color css
<style>
a { background-color: #C92146; }
a { background-color: rgb(201,33,70); }
div.DivClassName
{
background-color: #C92146;
}
.BgClassName
{
background-color: #C92146;
}
</style>
border-color css
<style>
span { border-color: #C92146; }
span { border-color: rgb(201,33,70); }
td.TdClassName
{
border-color: #C92146;
}
.TagClassName
{
border-color: #C92146;
}
</style>