Shades of Cardinal #C9213F
Tints of Cardinal #C9213F
RGB
CMYK
RGB Variations
Color information
#C9213F (or 0xC9213F) is known color: Cardinal. HEX triplet: C9, 21 and 3F. RGB value is (201,33,63). Sum of RGB (Red+Green+Blue) = 201+33+63=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9213F is #36DEC0. Grayscale: #565656. Windows color (decimal): -3595969 or 4137417. OLE color: 4137417.
HSL color Cylindrical-coordinate representation of color #C9213F: hue angle of 349.29º 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 #C9213F is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 63 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.21 |
| HSL | 349.29º | 0.72% | 0.46% | - |
| HSV(B) | 349.29º | 0.84% | 0.79% | - |
| XYZ | 25.53 | 13.86 | 6.03 | - |
| YUV | 86.65 | 114.66 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 63 | 0 | 0.84 | 0.69 | 0.21 | 349.29 | 0.72 | 0.46 |
| Hex | C9 | 21 | 3F | 0 | 54 | 45 | 15 | 15D | 48 | 2E |
| Octal | 311 | 41 | 77 | 0 | 124 | 105 | 25 | 535 | 110 | 56 |
| Binary | 11001001 | 100001 | 111111 | 0 | 1010100 | 1000101 | 10101 | 101011101 | 1001000 | 101110 |
Color Harmonies of #C9213F
Complementary color
Monochromatic Colors of #C9213F
Black with #C9213F
Text Example
Text Example
White with #C9213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9213F; }
p { color: rgb(201,33,63); }
H1.HeaderClassName
{
color: #C9213F;
}
.AnyTagClassName
{
color: #C9213F;
}
</style>
background-color css
<style>
a { background-color: #C9213F; }
a { background-color: rgb(201,33,63); }
div.DivClassName
{
background-color: #C9213F;
}
.BgClassName
{
background-color: #C9213F;
}
</style>
border-color css
<style>
span { border-color: #C9213F; }
span { border-color: rgb(201,33,63); }
td.TdClassName
{
border-color: #C9213F;
}
.TagClassName
{
border-color: #C9213F;
}
</style>