Shades of Cardinal #C9112F
Tints of Cardinal #C9112F
RGB
CMYK
RGB Variations
Color information
#C9112F (or 0xC9112F) is known color: Cardinal. HEX triplet: C9, 11 and 2F. RGB value is (201,17,47). Sum of RGB (Red+Green+Blue) = 201+17+47=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9112F is #36EED0. Grayscale: #4B4B4B. Windows color (decimal): -3600081 or 3084745. OLE color: 3084745.
HSL color Cylindrical-coordinate representation of color #C9112F: hue angle of 350.22º 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 #C9112F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 47 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.21 |
| HSL | 350.22º | 0.84% | 0.43% | - |
| HSV(B) | 350.22º | 0.92% | 0.79% | - |
| XYZ | 24.8 | 13.02 | 3.9 | - |
| YUV | 75.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 47 | 0 | 0.92 | 0.77 | 0.21 | 350.22 | 0.84 | 0.43 |
| Hex | C9 | 11 | 2F | 0 | 5C | 4D | 15 | 15E | 54 | 2B |
| Octal | 311 | 21 | 57 | 0 | 134 | 115 | 25 | 536 | 124 | 53 |
| Binary | 11001001 | 10001 | 101111 | 0 | 1011100 | 1001101 | 10101 | 101011110 | 1010100 | 101011 |
Color Harmonies of #C9112F
Complementary color
Monochromatic Colors of #C9112F
Black with #C9112F
Text Example
Text Example
White with #C9112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9112F; }
p { color: rgb(201,17,47); }
H1.HeaderClassName
{
color: #C9112F;
}
.AnyTagClassName
{
color: #C9112F;
}
</style>
background-color css
<style>
a { background-color: #C9112F; }
a { background-color: rgb(201,17,47); }
div.DivClassName
{
background-color: #C9112F;
}
.BgClassName
{
background-color: #C9112F;
}
</style>
border-color css
<style>
span { border-color: #C9112F; }
span { border-color: rgb(201,17,47); }
td.TdClassName
{
border-color: #C9112F;
}
.TagClassName
{
border-color: #C9112F;
}
</style>