Shades of Cardinal #C0142D
Tints of Cardinal #C0142D
RGB
CMYK
RGB Variations
Color information
#C0142D (or 0xC0142D) is known color: Cardinal. HEX triplet: C0, 14 and 2D. RGB value is (192,20,45). Sum of RGB (Red+Green+Blue) = 192+20+45=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0142D is #3FEBD2. Grayscale: #4A4A4A. Windows color (decimal): -4189139 or 2954432. OLE color: 2954432.
HSL color Cylindrical-coordinate representation of color #C0142D: hue angle of 351.28º 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 #C0142D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 45 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.25 |
| HSL | 351.28º | 0.81% | 0.42% | - |
| HSV(B) | 351.28º | 0.9% | 0.75% | - |
| XYZ | 22.46 | 11.9 | 3.59 | - |
| YUV | 74.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 45 | 0 | 0.90 | 0.77 | 0.25 | 351.28 | 0.81 | 0.42 |
| Hex | C0 | 14 | 2D | 0 | 5A | 4D | 19 | 15F | 51 | 2A |
| Octal | 300 | 24 | 55 | 0 | 132 | 115 | 31 | 537 | 121 | 52 |
| Binary | 11000000 | 10100 | 101101 | 0 | 1011010 | 1001101 | 11001 | 101011111 | 1010001 | 101010 |
Color Harmonies of #C0142D
Complementary color
Monochromatic Colors of #C0142D
Black with #C0142D
Text Example
Text Example
White with #C0142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0142D; }
p { color: rgb(192,20,45); }
H1.HeaderClassName
{
color: #C0142D;
}
.AnyTagClassName
{
color: #C0142D;
}
</style>
background-color css
<style>
a { background-color: #C0142D; }
a { background-color: rgb(192,20,45); }
div.DivClassName
{
background-color: #C0142D;
}
.BgClassName
{
background-color: #C0142D;
}
</style>
border-color css
<style>
span { border-color: #C0142D; }
span { border-color: rgb(192,20,45); }
td.TdClassName
{
border-color: #C0142D;
}
.TagClassName
{
border-color: #C0142D;
}
</style>