Shades of Cardinal #C9212D
Tints of Cardinal #C9212D
RGB
CMYK
RGB Variations
Color information
#C9212D (or 0xC9212D) is known color: Cardinal. HEX triplet: C9, 21 and 2D. RGB value is (201,33,45). Sum of RGB (Red+Green+Blue) = 201+33+45=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9212D is #36DED2. Grayscale: #545454. Windows color (decimal): -3595987 or 2957769. OLE color: 2957769.
HSL color Cylindrical-coordinate representation of color #C9212D: hue angle of 355.71º 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 #C9212D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 45 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.21 |
| HSL | 355.71º | 0.72% | 0.46% | - |
| HSV(B) | 355.71º | 0.84% | 0.79% | - |
| XYZ | 25.1 | 13.69 | 3.8 | - |
| YUV | 84.6 | 105.66 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 45 | 0 | 0.84 | 0.78 | 0.21 | 355.71 | 0.72 | 0.46 |
| Hex | C9 | 21 | 2D | 0 | 54 | 4E | 15 | 164 | 48 | 2E |
| Octal | 311 | 41 | 55 | 0 | 124 | 116 | 25 | 544 | 110 | 56 |
| Binary | 11001001 | 100001 | 101101 | 0 | 1010100 | 1001110 | 10101 | 101100100 | 1001000 | 101110 |
Color Harmonies of #C9212D
Complementary color
Monochromatic Colors of #C9212D
Black with #C9212D
Text Example
Text Example
White with #C9212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9212D; }
p { color: rgb(201,33,45); }
H1.HeaderClassName
{
color: #C9212D;
}
.AnyTagClassName
{
color: #C9212D;
}
</style>
background-color css
<style>
a { background-color: #C9212D; }
a { background-color: rgb(201,33,45); }
div.DivClassName
{
background-color: #C9212D;
}
.BgClassName
{
background-color: #C9212D;
}
</style>
border-color css
<style>
span { border-color: #C9212D; }
span { border-color: rgb(201,33,45); }
td.TdClassName
{
border-color: #C9212D;
}
.TagClassName
{
border-color: #C9212D;
}
</style>