Shades of Cardinal #C9212E
Tints of Cardinal #C9212E
RGB
CMYK
RGB Variations
Color information
#C9212E (or 0xC9212E) is known color: Cardinal. HEX triplet: C9, 21 and 2E. RGB value is (201,33,46). Sum of RGB (Red+Green+Blue) = 201+33+46=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9212E is #36DED1. Grayscale: #545454. Windows color (decimal): -3595986 or 3023305. OLE color: 3023305.
HSL color Cylindrical-coordinate representation of color #C9212E: hue angle of 355.36º 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 #C9212E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 46 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.21 |
| HSL | 355.36º | 0.72% | 0.46% | - |
| HSV(B) | 355.36º | 0.84% | 0.79% | - |
| XYZ | 25.12 | 13.7 | 3.91 | - |
| YUV | 84.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 46 | 0 | 0.84 | 0.77 | 0.21 | 355.36 | 0.72 | 0.46 |
| Hex | C9 | 21 | 2E | 0 | 54 | 4D | 15 | 163 | 48 | 2E |
| Octal | 311 | 41 | 56 | 0 | 124 | 115 | 25 | 543 | 110 | 56 |
| Binary | 11001001 | 100001 | 101110 | 0 | 1010100 | 1001101 | 10101 | 101100011 | 1001000 | 101110 |
Color Harmonies of #C9212E
Complementary color
Monochromatic Colors of #C9212E
Black with #C9212E
Text Example
Text Example
White with #C9212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9212E; }
p { color: rgb(201,33,46); }
H1.HeaderClassName
{
color: #C9212E;
}
.AnyTagClassName
{
color: #C9212E;
}
</style>
background-color css
<style>
a { background-color: #C9212E; }
a { background-color: rgb(201,33,46); }
div.DivClassName
{
background-color: #C9212E;
}
.BgClassName
{
background-color: #C9212E;
}
</style>
border-color css
<style>
span { border-color: #C9212E; }
span { border-color: rgb(201,33,46); }
td.TdClassName
{
border-color: #C9212E;
}
.TagClassName
{
border-color: #C9212E;
}
</style>