Shades of Cardinal #C92139
Tints of Cardinal #C92139
RGB
CMYK
RGB Variations
Color information
#C92139 (or 0xC92139) is known color: Cardinal. HEX triplet: C9, 21 and 39. RGB value is (201,33,57). Sum of RGB (Red+Green+Blue) = 201+33+57=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C92139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92139 is #36DEC6. Grayscale: #565656. Windows color (decimal): -3595975 or 3744201. OLE color: 3744201.
HSL color Cylindrical-coordinate representation of color #C92139: hue angle of 351.43º 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 #C92139 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 57 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.21 |
| HSL | 351.43º | 0.72% | 0.46% | - |
| HSV(B) | 351.43º | 0.84% | 0.79% | - |
| XYZ | 25.37 | 13.8 | 5.2 | - |
| YUV | 85.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 57 | 0 | 0.84 | 0.72 | 0.21 | 351.43 | 0.72 | 0.46 |
| Hex | C9 | 21 | 39 | 0 | 54 | 48 | 15 | 15F | 48 | 2E |
| Octal | 311 | 41 | 71 | 0 | 124 | 110 | 25 | 537 | 110 | 56 |
| Binary | 11001001 | 100001 | 111001 | 0 | 1010100 | 1001000 | 10101 | 101011111 | 1001000 | 101110 |
Color Harmonies of #C92139
Complementary color
Monochromatic Colors of #C92139
Black with #C92139
Text Example
Text Example
White with #C92139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92139; }
p { color: rgb(201,33,57); }
H1.HeaderClassName
{
color: #C92139;
}
.AnyTagClassName
{
color: #C92139;
}
</style>
background-color css
<style>
a { background-color: #C92139; }
a { background-color: rgb(201,33,57); }
div.DivClassName
{
background-color: #C92139;
}
.BgClassName
{
background-color: #C92139;
}
</style>
border-color css
<style>
span { border-color: #C92139; }
span { border-color: rgb(201,33,57); }
td.TdClassName
{
border-color: #C92139;
}
.TagClassName
{
border-color: #C92139;
}
</style>