Shades of Cardinal #C9203F
Tints of Cardinal #C9203F
RGB
CMYK
RGB Variations
Color information
#C9203F (or 0xC9203F) is known color: Cardinal. HEX triplet: C9, 20 and 3F. RGB value is (201,32,63). Sum of RGB (Red+Green+Blue) = 201+32+63=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9203F is #36DFC0. Grayscale: #565656. Windows color (decimal): -3596225 or 4137161. OLE color: 4137161.
HSL color Cylindrical-coordinate representation of color #C9203F: hue angle of 348.99º 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 #C9203F is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 63 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.21 |
| HSL | 348.99º | 0.73% | 0.46% | - |
| HSV(B) | 348.99º | 0.84% | 0.79% | - |
| XYZ | 25.5 | 13.81 | 6.02 | - |
| YUV | 86.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 63 | 0 | 0.84 | 0.69 | 0.21 | 348.99 | 0.73 | 0.46 |
| Hex | C9 | 20 | 3F | 0 | 54 | 45 | 15 | 15D | 49 | 2E |
| Octal | 311 | 40 | 77 | 0 | 124 | 105 | 25 | 535 | 111 | 56 |
| Binary | 11001001 | 100000 | 111111 | 0 | 1010100 | 1000101 | 10101 | 101011101 | 1001001 | 101110 |
Color Harmonies of #C9203F
Complementary color
Monochromatic Colors of #C9203F
Black with #C9203F
Text Example
Text Example
White with #C9203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9203F; }
p { color: rgb(201,32,63); }
H1.HeaderClassName
{
color: #C9203F;
}
.AnyTagClassName
{
color: #C9203F;
}
</style>
background-color css
<style>
a { background-color: #C9203F; }
a { background-color: rgb(201,32,63); }
div.DivClassName
{
background-color: #C9203F;
}
.BgClassName
{
background-color: #C9203F;
}
</style>
border-color css
<style>
span { border-color: #C9203F; }
span { border-color: rgb(201,32,63); }
td.TdClassName
{
border-color: #C9203F;
}
.TagClassName
{
border-color: #C9203F;
}
</style>