Shades of Cardinal #C2144B
Tints of Cardinal #C2144B
RGB
CMYK
RGB Variations
Color information
#C2144B (or 0xC2144B) is known color: Cardinal. HEX triplet: C2, 14 and 4B. RGB value is (194,20,75). Sum of RGB (Red+Green+Blue) = 194+20+75=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2144B is #3DEBB4. Grayscale: #4E4E4E. Windows color (decimal): -4058037 or 4920514. OLE color: 4920514.
HSL color Cylindrical-coordinate representation of color #C2144B: hue angle of 341.03º 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 #C2144B is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 75 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.24 |
| HSL | 341.03º | 0.81% | 0.42% | - |
| HSV(B) | 341.03º | 0.9% | 0.76% | - |
| XYZ | 23.77 | 12.48 | 7.81 | - |
| YUV | 78.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 75 | 0 | 0.90 | 0.61 | 0.24 | 341.03 | 0.81 | 0.42 |
| Hex | C2 | 14 | 4B | 0 | 5A | 3D | 18 | 155 | 51 | 2A |
| Octal | 302 | 24 | 113 | 0 | 132 | 75 | 30 | 525 | 121 | 52 |
| Binary | 11000010 | 10100 | 1001011 | 0 | 1011010 | 111101 | 11000 | 101010101 | 1010001 | 101010 |
Color Harmonies of #C2144B
Complementary color
Monochromatic Colors of #C2144B
Black with #C2144B
Text Example
Text Example
White with #C2144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2144B; }
p { color: rgb(194,20,75); }
H1.HeaderClassName
{
color: #C2144B;
}
.AnyTagClassName
{
color: #C2144B;
}
</style>
background-color css
<style>
a { background-color: #C2144B; }
a { background-color: rgb(194,20,75); }
div.DivClassName
{
background-color: #C2144B;
}
.BgClassName
{
background-color: #C2144B;
}
</style>
border-color css
<style>
span { border-color: #C2144B; }
span { border-color: rgb(194,20,75); }
td.TdClassName
{
border-color: #C2144B;
}
.TagClassName
{
border-color: #C2144B;
}
</style>