Shades of Cardinal #C9114B
Tints of Cardinal #C9114B
RGB
CMYK
RGB Variations
Color information
#C9114B (or 0xC9114B) is known color: Cardinal. HEX triplet: C9, 11 and 4B. RGB value is (201,17,75). Sum of RGB (Red+Green+Blue) = 201+17+75=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C9114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9114B is #36EEB4. Grayscale: #4E4E4E. Windows color (decimal): -3600053 or 4919753. OLE color: 4919753.
HSL color Cylindrical-coordinate representation of color #C9114B: hue angle of 341.09º 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 #C9114B is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.21 |
| HSL | 341.09º | 0.84% | 0.43% | - |
| HSV(B) | 341.09º | 0.92% | 0.79% | - |
| XYZ | 25.56 | 13.33 | 7.88 | - |
| YUV | 78.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 75 | 0 | 0.92 | 0.63 | 0.21 | 341.09 | 0.84 | 0.43 |
| Hex | C9 | 11 | 4B | 0 | 5C | 3F | 15 | 155 | 54 | 2B |
| Octal | 311 | 21 | 113 | 0 | 134 | 77 | 25 | 525 | 124 | 53 |
| Binary | 11001001 | 10001 | 1001011 | 0 | 1011100 | 111111 | 10101 | 101010101 | 1010100 | 101011 |
Color Harmonies of #C9114B
Complementary color
Monochromatic Colors of #C9114B
Black with #C9114B
Text Example
Text Example
White with #C9114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9114B; }
p { color: rgb(201,17,75); }
H1.HeaderClassName
{
color: #C9114B;
}
.AnyTagClassName
{
color: #C9114B;
}
</style>
background-color css
<style>
a { background-color: #C9114B; }
a { background-color: rgb(201,17,75); }
div.DivClassName
{
background-color: #C9114B;
}
.BgClassName
{
background-color: #C9114B;
}
</style>
border-color css
<style>
span { border-color: #C9114B; }
span { border-color: rgb(201,17,75); }
td.TdClassName
{
border-color: #C9114B;
}
.TagClassName
{
border-color: #C9114B;
}
</style>