Shades of Cardinal #C9213E
Tints of Cardinal #C9213E
RGB
CMYK
RGB Variations
Color information
#C9213E (or 0xC9213E) is known color: Cardinal. HEX triplet: C9, 21 and 3E. RGB value is (201,33,62). Sum of RGB (Red+Green+Blue) = 201+33+62=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9213E is #36DEC1. Grayscale: #565656. Windows color (decimal): -3595970 or 4071881. OLE color: 4071881.
HSL color Cylindrical-coordinate representation of color #C9213E: hue angle of 349.64º 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 #C9213E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 62 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.21 |
| HSL | 349.64º | 0.72% | 0.46% | - |
| HSV(B) | 349.64º | 0.84% | 0.79% | - |
| XYZ | 25.5 | 13.85 | 5.89 | - |
| YUV | 86.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 62 | 0 | 0.84 | 0.69 | 0.21 | 349.64 | 0.72 | 0.46 |
| Hex | C9 | 21 | 3E | 0 | 54 | 45 | 15 | 15E | 48 | 2E |
| Octal | 311 | 41 | 76 | 0 | 124 | 105 | 25 | 536 | 110 | 56 |
| Binary | 11001001 | 100001 | 111110 | 0 | 1010100 | 1000101 | 10101 | 101011110 | 1001000 | 101110 |
Color Harmonies of #C9213E
Complementary color
Monochromatic Colors of #C9213E
Black with #C9213E
Text Example
Text Example
White with #C9213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9213E; }
p { color: rgb(201,33,62); }
H1.HeaderClassName
{
color: #C9213E;
}
.AnyTagClassName
{
color: #C9213E;
}
</style>
background-color css
<style>
a { background-color: #C9213E; }
a { background-color: rgb(201,33,62); }
div.DivClassName
{
background-color: #C9213E;
}
.BgClassName
{
background-color: #C9213E;
}
</style>
border-color css
<style>
span { border-color: #C9213E; }
span { border-color: rgb(201,33,62); }
td.TdClassName
{
border-color: #C9213E;
}
.TagClassName
{
border-color: #C9213E;
}
</style>