Shades of Cardinal #C9122F
Tints of Cardinal #C9122F
RGB
CMYK
RGB Variations
Color information
#C9122F (or 0xC9122F) is known color: Cardinal. HEX triplet: C9, 12 and 2F. RGB value is (201,18,47). Sum of RGB (Red+Green+Blue) = 201+18+47=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9122F is #36EDD0. Grayscale: #4C4C4C. Windows color (decimal): -3599825 or 3085001. OLE color: 3085001.
HSL color Cylindrical-coordinate representation of color #C9122F: hue angle of 350.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9122F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.21 |
| HSL | 350.49º | 0.84% | 0.43% | - |
| HSV(B) | 350.49º | 0.91% | 0.79% | - |
| XYZ | 24.82 | 13.06 | 3.9 | - |
| YUV | 76.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 47 | 0 | 0.91 | 0.77 | 0.21 | 350.49 | 0.84 | 0.43 |
| Hex | C9 | 12 | 2F | 0 | 5B | 4D | 15 | 15E | 54 | 2B |
| Octal | 311 | 22 | 57 | 0 | 133 | 115 | 25 | 536 | 124 | 53 |
| Binary | 11001001 | 10010 | 101111 | 0 | 1011011 | 1001101 | 10101 | 101011110 | 1010100 | 101011 |
Color Harmonies of #C9122F
Complementary color
Monochromatic Colors of #C9122F
Black with #C9122F
Text Example
Text Example
White with #C9122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9122F; }
p { color: rgb(201,18,47); }
H1.HeaderClassName
{
color: #C9122F;
}
.AnyTagClassName
{
color: #C9122F;
}
</style>
background-color css
<style>
a { background-color: #C9122F; }
a { background-color: rgb(201,18,47); }
div.DivClassName
{
background-color: #C9122F;
}
.BgClassName
{
background-color: #C9122F;
}
</style>
border-color css
<style>
span { border-color: #C9122F; }
span { border-color: rgb(201,18,47); }
td.TdClassName
{
border-color: #C9122F;
}
.TagClassName
{
border-color: #C9122F;
}
</style>