Shades of Cardinal #C9132E
Tints of Cardinal #C9132E
RGB
CMYK
RGB Variations
Color information
#C9132E (or 0xC9132E) is known color: Cardinal. HEX triplet: C9, 13 and 2E. RGB value is (201,19,46). Sum of RGB (Red+Green+Blue) = 201+19+46=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9132E is #36ECD1. Grayscale: #4C4C4C. Windows color (decimal): -3599570 or 3019721. OLE color: 3019721.
HSL color Cylindrical-coordinate representation of color #C9132E: hue angle of 351.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9132E is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 46 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.21 |
| HSL | 351.1º | 0.83% | 0.43% | - |
| HSV(B) | 351.1º | 0.91% | 0.79% | - |
| XYZ | 24.81 | 13.08 | 3.8 | - |
| YUV | 76.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 46 | 0 | 0.91 | 0.77 | 0.21 | 351.1 | 0.83 | 0.43 |
| Hex | C9 | 13 | 2E | 0 | 5B | 4D | 15 | 15F | 53 | 2B |
| Octal | 311 | 23 | 56 | 0 | 133 | 115 | 25 | 537 | 123 | 53 |
| Binary | 11001001 | 10011 | 101110 | 0 | 1011011 | 1001101 | 10101 | 101011111 | 1010011 | 101011 |
Color Harmonies of #C9132E
Complementary color
Monochromatic Colors of #C9132E
Black with #C9132E
Text Example
Text Example
White with #C9132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9132E; }
p { color: rgb(201,19,46); }
H1.HeaderClassName
{
color: #C9132E;
}
.AnyTagClassName
{
color: #C9132E;
}
</style>
background-color css
<style>
a { background-color: #C9132E; }
a { background-color: rgb(201,19,46); }
div.DivClassName
{
background-color: #C9132E;
}
.BgClassName
{
background-color: #C9132E;
}
</style>
border-color css
<style>
span { border-color: #C9132E; }
span { border-color: rgb(201,19,46); }
td.TdClassName
{
border-color: #C9132E;
}
.TagClassName
{
border-color: #C9132E;
}
</style>