Shades of Cardinal #C9113C
Tints of Cardinal #C9113C
RGB
CMYK
RGB Variations
Color information
#C9113C (or 0xC9113C) is known color: Cardinal. HEX triplet: C9, 11 and 3C. RGB value is (201,17,60). Sum of RGB (Red+Green+Blue) = 201+17+60=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9113C is #36EEC3. Grayscale: #4C4C4C. Windows color (decimal): -3600068 or 3936713. OLE color: 3936713.
HSL color Cylindrical-coordinate representation of color #C9113C: hue angle of 345.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9113C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 60 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.21 |
| HSL | 345.98º | 0.84% | 0.43% | - |
| HSV(B) | 345.98º | 0.92% | 0.79% | - |
| XYZ | 25.1 | 13.14 | 5.49 | - |
| YUV | 76.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 60 | 0 | 0.92 | 0.70 | 0.21 | 345.98 | 0.84 | 0.43 |
| Hex | C9 | 11 | 3C | 0 | 5C | 46 | 15 | 15A | 54 | 2B |
| Octal | 311 | 21 | 74 | 0 | 134 | 106 | 25 | 532 | 124 | 53 |
| Binary | 11001001 | 10001 | 111100 | 0 | 1011100 | 1000110 | 10101 | 101011010 | 1010100 | 101011 |
Color Harmonies of #C9113C
Complementary color
Monochromatic Colors of #C9113C
Black with #C9113C
Text Example
Text Example
White with #C9113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9113C; }
p { color: rgb(201,17,60); }
H1.HeaderClassName
{
color: #C9113C;
}
.AnyTagClassName
{
color: #C9113C;
}
</style>
background-color css
<style>
a { background-color: #C9113C; }
a { background-color: rgb(201,17,60); }
div.DivClassName
{
background-color: #C9113C;
}
.BgClassName
{
background-color: #C9113C;
}
</style>
border-color css
<style>
span { border-color: #C9113C; }
span { border-color: rgb(201,17,60); }
td.TdClassName
{
border-color: #C9113C;
}
.TagClassName
{
border-color: #C9113C;
}
</style>