Shades of Cardinal #C0144E
Tints of Cardinal #C0144E
RGB
CMYK
RGB Variations
Color information
#C0144E (or 0xC0144E) is known color: Cardinal. HEX triplet: C0, 14 and 4E. RGB value is (192,20,78). Sum of RGB (Red+Green+Blue) = 192+20+78=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0144E is #3FEBB1. Grayscale: #4D4D4D. Windows color (decimal): -4189106 or 5117120. OLE color: 5117120.
HSL color Cylindrical-coordinate representation of color #C0144E: hue angle of 339.77º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0144E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.25 |
| HSL | 339.77º | 0.81% | 0.42% | - |
| HSV(B) | 339.77º | 0.9% | 0.75% | - |
| XYZ | 23.36 | 12.26 | 8.34 | - |
| YUV | 78.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 78 | 0 | 0.90 | 0.59 | 0.25 | 339.77 | 0.81 | 0.42 |
| Hex | C0 | 14 | 4E | 0 | 5A | 3B | 19 | 154 | 51 | 2A |
| Octal | 300 | 24 | 116 | 0 | 132 | 73 | 31 | 524 | 121 | 52 |
| Binary | 11000000 | 10100 | 1001110 | 0 | 1011010 | 111011 | 11001 | 101010100 | 1010001 | 101010 |
Color Harmonies of #C0144E
Complementary color
Monochromatic Colors of #C0144E
Black with #C0144E
Text Example
Text Example
White with #C0144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0144E; }
p { color: rgb(192,20,78); }
H1.HeaderClassName
{
color: #C0144E;
}
.AnyTagClassName
{
color: #C0144E;
}
</style>
background-color css
<style>
a { background-color: #C0144E; }
a { background-color: rgb(192,20,78); }
div.DivClassName
{
background-color: #C0144E;
}
.BgClassName
{
background-color: #C0144E;
}
</style>
border-color css
<style>
span { border-color: #C0144E; }
span { border-color: rgb(192,20,78); }
td.TdClassName
{
border-color: #C0144E;
}
.TagClassName
{
border-color: #C0144E;
}
</style>