Shades of Cardinal #C9243C
Tints of Cardinal #C9243C
RGB
CMYK
RGB Variations
Color information
#C9243C (or 0xC9243C) is known color: Cardinal. HEX triplet: C9, 24 and 3C. RGB value is (201,36,60). Sum of RGB (Red+Green+Blue) = 201+36+60=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9243C is #36DBC3. Grayscale: #585858. Windows color (decimal): -3595204 or 3941577. OLE color: 3941577.
HSL color Cylindrical-coordinate representation of color #C9243C: hue angle of 351.27º 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 #C9243C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 60 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.21 |
| HSL | 351.27º | 0.7% | 0.46% | - |
| HSV(B) | 351.27º | 0.82% | 0.79% | - |
| XYZ | 25.53 | 14.01 | 5.63 | - |
| YUV | 88.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 60 | 0 | 0.82 | 0.70 | 0.21 | 351.27 | 0.7 | 0.46 |
| Hex | C9 | 24 | 3C | 0 | 52 | 46 | 15 | 15F | 46 | 2E |
| Octal | 311 | 44 | 74 | 0 | 122 | 106 | 25 | 537 | 106 | 56 |
| Binary | 11001001 | 100100 | 111100 | 0 | 1010010 | 1000110 | 10101 | 101011111 | 1000110 | 101110 |
Color Harmonies of #C9243C
Complementary color
Monochromatic Colors of #C9243C
Black with #C9243C
Text Example
Text Example
White with #C9243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9243C; }
p { color: rgb(201,36,60); }
H1.HeaderClassName
{
color: #C9243C;
}
.AnyTagClassName
{
color: #C9243C;
}
</style>
background-color css
<style>
a { background-color: #C9243C; }
a { background-color: rgb(201,36,60); }
div.DivClassName
{
background-color: #C9243C;
}
.BgClassName
{
background-color: #C9243C;
}
</style>
border-color css
<style>
span { border-color: #C9243C; }
span { border-color: rgb(201,36,60); }
td.TdClassName
{
border-color: #C9243C;
}
.TagClassName
{
border-color: #C9243C;
}
</style>