Shades of Cardinal #C9243F
Tints of Cardinal #C9243F
RGB
CMYK
RGB Variations
Color information
#C9243F (or 0xC9243F) is known color: Cardinal. HEX triplet: C9, 24 and 3F. RGB value is (201,36,63). Sum of RGB (Red+Green+Blue) = 201+36+63=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9243F is #36DBC0. Grayscale: #585858. Windows color (decimal): -3595201 or 4138185. OLE color: 4138185.
HSL color Cylindrical-coordinate representation of color #C9243F: hue angle of 350.18º 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 #C9243F is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 63 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.21 |
| HSL | 350.18º | 0.7% | 0.46% | - |
| HSV(B) | 350.18º | 0.82% | 0.79% | - |
| XYZ | 25.62 | 14.04 | 6.06 | - |
| YUV | 88.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 63 | 0 | 0.82 | 0.69 | 0.21 | 350.18 | 0.7 | 0.46 |
| Hex | C9 | 24 | 3F | 0 | 52 | 45 | 15 | 15E | 46 | 2E |
| Octal | 311 | 44 | 77 | 0 | 122 | 105 | 25 | 536 | 106 | 56 |
| Binary | 11001001 | 100100 | 111111 | 0 | 1010010 | 1000101 | 10101 | 101011110 | 1000110 | 101110 |
Color Harmonies of #C9243F
Complementary color
Monochromatic Colors of #C9243F
Black with #C9243F
Text Example
Text Example
White with #C9243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9243F; }
p { color: rgb(201,36,63); }
H1.HeaderClassName
{
color: #C9243F;
}
.AnyTagClassName
{
color: #C9243F;
}
</style>
background-color css
<style>
a { background-color: #C9243F; }
a { background-color: rgb(201,36,63); }
div.DivClassName
{
background-color: #C9243F;
}
.BgClassName
{
background-color: #C9243F;
}
</style>
border-color css
<style>
span { border-color: #C9243F; }
span { border-color: rgb(201,36,63); }
td.TdClassName
{
border-color: #C9243F;
}
.TagClassName
{
border-color: #C9243F;
}
</style>