Shades of Cardinal #C1142D
Tints of Cardinal #C1142D
RGB
CMYK
RGB Variations
Color information
#C1142D (or 0xC1142D) is known color: Cardinal. HEX triplet: C1, 14 and 2D. RGB value is (193,20,45). Sum of RGB (Red+Green+Blue) = 193+20+45=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C1142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1142D is #3EEBD2. Grayscale: #4A4A4A. Windows color (decimal): -4123603 or 2954433. OLE color: 2954433.
HSL color Cylindrical-coordinate representation of color #C1142D: hue angle of 351.33º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1142D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 45 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.24 |
| HSL | 351.33º | 0.81% | 0.42% | - |
| HSV(B) | 351.33º | 0.9% | 0.76% | - |
| XYZ | 22.72 | 12.03 | 3.61 | - |
| YUV | 74.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 45 | 0 | 0.90 | 0.77 | 0.24 | 351.33 | 0.81 | 0.42 |
| Hex | C1 | 14 | 2D | 0 | 5A | 4D | 18 | 15F | 51 | 2A |
| Octal | 301 | 24 | 55 | 0 | 132 | 115 | 30 | 537 | 121 | 52 |
| Binary | 11000001 | 10100 | 101101 | 0 | 1011010 | 1001101 | 11000 | 101011111 | 1010001 | 101010 |
Color Harmonies of #C1142D
Complementary color
Monochromatic Colors of #C1142D
Black with #C1142D
Text Example
Text Example
White with #C1142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1142D; }
p { color: rgb(193,20,45); }
H1.HeaderClassName
{
color: #C1142D;
}
.AnyTagClassName
{
color: #C1142D;
}
</style>
background-color css
<style>
a { background-color: #C1142D; }
a { background-color: rgb(193,20,45); }
div.DivClassName
{
background-color: #C1142D;
}
.BgClassName
{
background-color: #C1142D;
}
</style>
border-color css
<style>
span { border-color: #C1142D; }
span { border-color: rgb(193,20,45); }
td.TdClassName
{
border-color: #C1142D;
}
.TagClassName
{
border-color: #C1142D;
}
</style>