Shades of Cardinal #C9144E
Tints of Cardinal #C9144E
RGB
CMYK
RGB Variations
Color information
#C9144E (or 0xC9144E) is known color: Cardinal. HEX triplet: C9, 14 and 4E. RGB value is (201,20,78). Sum of RGB (Red+Green+Blue) = 201+20+78=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9144E is #36EBB1. Grayscale: #505050. Windows color (decimal): -3599282 or 5117129. OLE color: 5117129.
HSL color Cylindrical-coordinate representation of color #C9144E: hue angle of 340.77º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9144E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.21 |
| HSL | 340.77º | 0.82% | 0.43% | - |
| HSV(B) | 340.77º | 0.9% | 0.79% | - |
| XYZ | 25.71 | 13.47 | 8.45 | - |
| YUV | 80.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 78 | 0 | 0.90 | 0.61 | 0.21 | 340.77 | 0.82 | 0.43 |
| Hex | C9 | 14 | 4E | 0 | 5A | 3D | 15 | 155 | 52 | 2B |
| Octal | 311 | 24 | 116 | 0 | 132 | 75 | 25 | 525 | 122 | 53 |
| Binary | 11001001 | 10100 | 1001110 | 0 | 1011010 | 111101 | 10101 | 101010101 | 1010010 | 101011 |
Color Harmonies of #C9144E
Complementary color
Monochromatic Colors of #C9144E
Black with #C9144E
Text Example
Text Example
White with #C9144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9144E; }
p { color: rgb(201,20,78); }
H1.HeaderClassName
{
color: #C9144E;
}
.AnyTagClassName
{
color: #C9144E;
}
</style>
background-color css
<style>
a { background-color: #C9144E; }
a { background-color: rgb(201,20,78); }
div.DivClassName
{
background-color: #C9144E;
}
.BgClassName
{
background-color: #C9144E;
}
</style>
border-color css
<style>
span { border-color: #C9144E; }
span { border-color: rgb(201,20,78); }
td.TdClassName
{
border-color: #C9144E;
}
.TagClassName
{
border-color: #C9144E;
}
</style>