Shades of Cardinal #C9243D
Tints of Cardinal #C9243D
RGB
CMYK
RGB Variations
Color information
#C9243D (or 0xC9243D) is known color: Cardinal. HEX triplet: C9, 24 and 3D. RGB value is (201,36,61). Sum of RGB (Red+Green+Blue) = 201+36+61=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9243D is #36DBC2. Grayscale: #585858. Windows color (decimal): -3595203 or 4007113. OLE color: 4007113.
HSL color Cylindrical-coordinate representation of color #C9243D: hue angle of 350.91º 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 #C9243D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 61 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.21 |
| HSL | 350.91º | 0.7% | 0.46% | - |
| HSV(B) | 350.91º | 0.82% | 0.79% | - |
| XYZ | 25.56 | 14.02 | 5.77 | - |
| YUV | 88.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 61 | 0 | 0.82 | 0.70 | 0.21 | 350.91 | 0.7 | 0.46 |
| Hex | C9 | 24 | 3D | 0 | 52 | 46 | 15 | 15F | 46 | 2E |
| Octal | 311 | 44 | 75 | 0 | 122 | 106 | 25 | 537 | 106 | 56 |
| Binary | 11001001 | 100100 | 111101 | 0 | 1010010 | 1000110 | 10101 | 101011111 | 1000110 | 101110 |
Color Harmonies of #C9243D
Complementary color
Monochromatic Colors of #C9243D
Black with #C9243D
Text Example
Text Example
White with #C9243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9243D; }
p { color: rgb(201,36,61); }
H1.HeaderClassName
{
color: #C9243D;
}
.AnyTagClassName
{
color: #C9243D;
}
</style>
background-color css
<style>
a { background-color: #C9243D; }
a { background-color: rgb(201,36,61); }
div.DivClassName
{
background-color: #C9243D;
}
.BgClassName
{
background-color: #C9243D;
}
</style>
border-color css
<style>
span { border-color: #C9243D; }
span { border-color: rgb(201,36,61); }
td.TdClassName
{
border-color: #C9243D;
}
.TagClassName
{
border-color: #C9243D;
}
</style>