Shades of Cardinal #C9243A
Tints of Cardinal #C9243A
RGB
CMYK
RGB Variations
Color information
#C9243A (or 0xC9243A) is known color: Cardinal. HEX triplet: C9, 24 and 3A. RGB value is (201,36,58). Sum of RGB (Red+Green+Blue) = 201+36+58=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9243A is #36DBC5. Grayscale: #575757. Windows color (decimal): -3595206 or 3810505. OLE color: 3810505.
HSL color Cylindrical-coordinate representation of color #C9243A: hue angle of 352º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9243A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 58 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.21 |
| HSL | 352º | 0.7% | 0.46% | - |
| HSV(B) | 352º | 0.82% | 0.79% | - |
| XYZ | 25.48 | 13.98 | 5.36 | - |
| YUV | 87.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 58 | 0 | 0.82 | 0.71 | 0.21 | 352 | 0.7 | 0.46 |
| Hex | C9 | 24 | 3A | 0 | 52 | 47 | 15 | 160 | 46 | 2E |
| Octal | 311 | 44 | 72 | 0 | 122 | 107 | 25 | 540 | 106 | 56 |
| Binary | 11001001 | 100100 | 111010 | 0 | 1010010 | 1000111 | 10101 | 101100000 | 1000110 | 101110 |
Color Harmonies of #C9243A
Complementary color
Monochromatic Colors of #C9243A
Black with #C9243A
Text Example
Text Example
White with #C9243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9243A; }
p { color: rgb(201,36,58); }
H1.HeaderClassName
{
color: #C9243A;
}
.AnyTagClassName
{
color: #C9243A;
}
</style>
background-color css
<style>
a { background-color: #C9243A; }
a { background-color: rgb(201,36,58); }
div.DivClassName
{
background-color: #C9243A;
}
.BgClassName
{
background-color: #C9243A;
}
</style>
border-color css
<style>
span { border-color: #C9243A; }
span { border-color: rgb(201,36,58); }
td.TdClassName
{
border-color: #C9243A;
}
.TagClassName
{
border-color: #C9243A;
}
</style>