Shades of Cardinal #C9203A
Tints of Cardinal #C9203A
RGB
CMYK
RGB Variations
Color information
#C9203A (or 0xC9203A) is known color: Cardinal. HEX triplet: C9, 20 and 3A. RGB value is (201,32,58). Sum of RGB (Red+Green+Blue) = 201+32+58=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C9203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9203A is #36DFC5. Grayscale: #555555. Windows color (decimal): -3596230 or 3809481. OLE color: 3809481.
HSL color Cylindrical-coordinate representation of color #C9203A: hue angle of 350.77º 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 #C9203A is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 58 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.21 |
| HSL | 350.77º | 0.73% | 0.46% | - |
| HSV(B) | 350.77º | 0.84% | 0.79% | - |
| XYZ | 25.37 | 13.76 | 5.32 | - |
| YUV | 85.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 58 | 0 | 0.84 | 0.71 | 0.21 | 350.77 | 0.73 | 0.46 |
| Hex | C9 | 20 | 3A | 0 | 54 | 47 | 15 | 15F | 49 | 2E |
| Octal | 311 | 40 | 72 | 0 | 124 | 107 | 25 | 537 | 111 | 56 |
| Binary | 11001001 | 100000 | 111010 | 0 | 1010100 | 1000111 | 10101 | 101011111 | 1001001 | 101110 |
Color Harmonies of #C9203A
Complementary color
Monochromatic Colors of #C9203A
Black with #C9203A
Text Example
Text Example
White with #C9203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9203A; }
p { color: rgb(201,32,58); }
H1.HeaderClassName
{
color: #C9203A;
}
.AnyTagClassName
{
color: #C9203A;
}
</style>
background-color css
<style>
a { background-color: #C9203A; }
a { background-color: rgb(201,32,58); }
div.DivClassName
{
background-color: #C9203A;
}
.BgClassName
{
background-color: #C9203A;
}
</style>
border-color css
<style>
span { border-color: #C9203A; }
span { border-color: rgb(201,32,58); }
td.TdClassName
{
border-color: #C9203A;
}
.TagClassName
{
border-color: #C9203A;
}
</style>