Shades of Cardinal #C92436
Tints of Cardinal #C92436
RGB
CMYK
RGB Variations
Color information
#C92436 (or 0xC92436) is known color: Cardinal. HEX triplet: C9, 24 and 36. RGB value is (201,36,54). Sum of RGB (Red+Green+Blue) = 201+36+54=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C92436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92436 is #36DBC9. Grayscale: #575757. Windows color (decimal): -3595210 or 3548361. OLE color: 3548361.
HSL color Cylindrical-coordinate representation of color #C92436: hue angle of 353.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92436 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 54 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.21 |
| HSL | 353.45º | 0.7% | 0.46% | - |
| HSV(B) | 353.45º | 0.82% | 0.79% | - |
| XYZ | 25.38 | 13.95 | 4.84 | - |
| YUV | 87.39 | 109.16 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 54 | 0 | 0.82 | 0.73 | 0.21 | 353.45 | 0.7 | 0.46 |
| Hex | C9 | 24 | 36 | 0 | 52 | 49 | 15 | 161 | 46 | 2E |
| Octal | 311 | 44 | 66 | 0 | 122 | 111 | 25 | 541 | 106 | 56 |
| Binary | 11001001 | 100100 | 110110 | 0 | 1010010 | 1001001 | 10101 | 101100001 | 1000110 | 101110 |
Color Harmonies of #C92436
Complementary color
Monochromatic Colors of #C92436
Black with #C92436
Text Example
Text Example
White with #C92436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92436; }
p { color: rgb(201,36,54); }
H1.HeaderClassName
{
color: #C92436;
}
.AnyTagClassName
{
color: #C92436;
}
</style>
background-color css
<style>
a { background-color: #C92436; }
a { background-color: rgb(201,36,54); }
div.DivClassName
{
background-color: #C92436;
}
.BgClassName
{
background-color: #C92436;
}
</style>
border-color css
<style>
span { border-color: #C92436; }
span { border-color: rgb(201,36,54); }
td.TdClassName
{
border-color: #C92436;
}
.TagClassName
{
border-color: #C92436;
}
</style>