Shades of Cardinal #C9213D
Tints of Cardinal #C9213D
RGB
CMYK
RGB Variations
Color information
#C9213D (or 0xC9213D) is known color: Cardinal. HEX triplet: C9, 21 and 3D. RGB value is (201,33,61). Sum of RGB (Red+Green+Blue) = 201+33+61=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9213D is #36DEC2. Grayscale: #565656. Windows color (decimal): -3595971 or 4006345. OLE color: 4006345.
HSL color Cylindrical-coordinate representation of color #C9213D: hue angle of 350º 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 #C9213D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 61 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.21 |
| HSL | 350º | 0.72% | 0.46% | - |
| HSV(B) | 350º | 0.84% | 0.79% | - |
| XYZ | 25.47 | 13.84 | 5.74 | - |
| YUV | 86.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 61 | 0 | 0.84 | 0.70 | 0.21 | 350 | 0.72 | 0.46 |
| Hex | C9 | 21 | 3D | 0 | 54 | 46 | 15 | 15E | 48 | 2E |
| Octal | 311 | 41 | 75 | 0 | 124 | 106 | 25 | 536 | 110 | 56 |
| Binary | 11001001 | 100001 | 111101 | 0 | 1010100 | 1000110 | 10101 | 101011110 | 1001000 | 101110 |
Color Harmonies of #C9213D
Complementary color
Monochromatic Colors of #C9213D
Black with #C9213D
Text Example
Text Example
White with #C9213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9213D; }
p { color: rgb(201,33,61); }
H1.HeaderClassName
{
color: #C9213D;
}
.AnyTagClassName
{
color: #C9213D;
}
</style>
background-color css
<style>
a { background-color: #C9213D; }
a { background-color: rgb(201,33,61); }
div.DivClassName
{
background-color: #C9213D;
}
.BgClassName
{
background-color: #C9213D;
}
</style>
border-color css
<style>
span { border-color: #C9213D; }
span { border-color: rgb(201,33,61); }
td.TdClassName
{
border-color: #C9213D;
}
.TagClassName
{
border-color: #C9213D;
}
</style>