Shades of Cardinal #C9144A
Tints of Cardinal #C9144A
RGB
CMYK
RGB Variations
Color information
#C9144A (or 0xC9144A) is known color: Cardinal. HEX triplet: C9, 14 and 4A. RGB value is (201,20,74). Sum of RGB (Red+Green+Blue) = 201+20+74=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9144A is #36EBB5. Grayscale: #505050. Windows color (decimal): -3599286 or 4854985. OLE color: 4854985.
HSL color Cylindrical-coordinate representation of color #C9144A: hue angle of 342.1º 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 #C9144A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 74 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.21 |
| HSL | 342.1º | 0.82% | 0.43% | - |
| HSV(B) | 342.1º | 0.9% | 0.79% | - |
| XYZ | 25.57 | 13.41 | 7.72 | - |
| YUV | 80.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 74 | 0 | 0.90 | 0.63 | 0.21 | 342.1 | 0.82 | 0.43 |
| Hex | C9 | 14 | 4A | 0 | 5A | 3F | 15 | 156 | 52 | 2B |
| Octal | 311 | 24 | 112 | 0 | 132 | 77 | 25 | 526 | 122 | 53 |
| Binary | 11001001 | 10100 | 1001010 | 0 | 1011010 | 111111 | 10101 | 101010110 | 1010010 | 101011 |
Color Harmonies of #C9144A
Complementary color
Monochromatic Colors of #C9144A
Black with #C9144A
Text Example
Text Example
White with #C9144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9144A; }
p { color: rgb(201,20,74); }
H1.HeaderClassName
{
color: #C9144A;
}
.AnyTagClassName
{
color: #C9144A;
}
</style>
background-color css
<style>
a { background-color: #C9144A; }
a { background-color: rgb(201,20,74); }
div.DivClassName
{
background-color: #C9144A;
}
.BgClassName
{
background-color: #C9144A;
}
</style>
border-color css
<style>
span { border-color: #C9144A; }
span { border-color: rgb(201,20,74); }
td.TdClassName
{
border-color: #C9144A;
}
.TagClassName
{
border-color: #C9144A;
}
</style>