Shades of Cardinal #C0143D
Tints of Cardinal #C0143D
RGB
CMYK
RGB Variations
Color information
#C0143D (or 0xC0143D) is known color: Cardinal. HEX triplet: C0, 14 and 3D. RGB value is (192,20,61). Sum of RGB (Red+Green+Blue) = 192+20+61=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0143D is #3FEBC2. Grayscale: #4C4C4C. Windows color (decimal): -4189123 or 4003008. OLE color: 4003008.
HSL color Cylindrical-coordinate representation of color #C0143D: hue angle of 345.7º 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 #C0143D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 61 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.25 |
| HSL | 345.7º | 0.81% | 0.42% | - |
| HSV(B) | 345.7º | 0.9% | 0.75% | - |
| XYZ | 22.83 | 12.04 | 5.54 | - |
| YUV | 76.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 61 | 0 | 0.90 | 0.68 | 0.25 | 345.7 | 0.81 | 0.42 |
| Hex | C0 | 14 | 3D | 0 | 5A | 44 | 19 | 15A | 51 | 2A |
| Octal | 300 | 24 | 75 | 0 | 132 | 104 | 31 | 532 | 121 | 52 |
| Binary | 11000000 | 10100 | 111101 | 0 | 1011010 | 1000100 | 11001 | 101011010 | 1010001 | 101010 |
Color Harmonies of #C0143D
Complementary color
Monochromatic Colors of #C0143D
Black with #C0143D
Text Example
Text Example
White with #C0143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0143D; }
p { color: rgb(192,20,61); }
H1.HeaderClassName
{
color: #C0143D;
}
.AnyTagClassName
{
color: #C0143D;
}
</style>
background-color css
<style>
a { background-color: #C0143D; }
a { background-color: rgb(192,20,61); }
div.DivClassName
{
background-color: #C0143D;
}
.BgClassName
{
background-color: #C0143D;
}
</style>
border-color css
<style>
span { border-color: #C0143D; }
span { border-color: rgb(192,20,61); }
td.TdClassName
{
border-color: #C0143D;
}
.TagClassName
{
border-color: #C0143D;
}
</style>