Shades of Cardinal #C9203E
Tints of Cardinal #C9203E
RGB
CMYK
RGB Variations
Color information
#C9203E (or 0xC9203E) is known color: Cardinal. HEX triplet: C9, 20 and 3E. RGB value is (201,32,62). Sum of RGB (Red+Green+Blue) = 201+32+62=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9203E is #36DFC1. Grayscale: #565656. Windows color (decimal): -3596226 or 4071625. OLE color: 4071625.
HSL color Cylindrical-coordinate representation of color #C9203E: hue angle of 349.35º degrees, saturation: 0.73, 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 #C9203E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 62 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.21 |
| HSL | 349.35º | 0.73% | 0.46% | - |
| HSV(B) | 349.35º | 0.84% | 0.79% | - |
| XYZ | 25.47 | 13.8 | 5.88 | - |
| YUV | 85.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 62 | 0 | 0.84 | 0.69 | 0.21 | 349.35 | 0.73 | 0.46 |
| Hex | C9 | 20 | 3E | 0 | 54 | 45 | 15 | 15D | 49 | 2E |
| Octal | 311 | 40 | 76 | 0 | 124 | 105 | 25 | 535 | 111 | 56 |
| Binary | 11001001 | 100000 | 111110 | 0 | 1010100 | 1000101 | 10101 | 101011101 | 1001001 | 101110 |
Color Harmonies of #C9203E
Complementary color
Monochromatic Colors of #C9203E
Black with #C9203E
Text Example
Text Example
White with #C9203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9203E; }
p { color: rgb(201,32,62); }
H1.HeaderClassName
{
color: #C9203E;
}
.AnyTagClassName
{
color: #C9203E;
}
</style>
background-color css
<style>
a { background-color: #C9203E; }
a { background-color: rgb(201,32,62); }
div.DivClassName
{
background-color: #C9203E;
}
.BgClassName
{
background-color: #C9203E;
}
</style>
border-color css
<style>
span { border-color: #C9203E; }
span { border-color: rgb(201,32,62); }
td.TdClassName
{
border-color: #C9203E;
}
.TagClassName
{
border-color: #C9203E;
}
</style>