Shades of Cardinal #C7144A
Tints of Cardinal #C7144A
RGB
CMYK
RGB Variations
Color information
#C7144A (or 0xC7144A) is known color: Cardinal. HEX triplet: C7, 14 and 4A. RGB value is (199,20,74). Sum of RGB (Red+Green+Blue) = 199+20+74=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7144A is #38EBB5. Grayscale: #4F4F4F. Windows color (decimal): -3730358 or 4854983. OLE color: 4854983.
HSL color Cylindrical-coordinate representation of color #C7144A: hue angle of 341.9º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7144A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 74 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.22 |
| HSL | 341.9º | 0.82% | 0.43% | - |
| HSV(B) | 341.9º | 0.9% | 0.78% | - |
| XYZ | 25.04 | 13.14 | 7.69 | - |
| YUV | 79.68 | 124.8 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 74 | 0 | 0.90 | 0.63 | 0.22 | 341.9 | 0.82 | 0.43 |
| Hex | C7 | 14 | 4A | 0 | 5A | 3F | 16 | 156 | 52 | 2B |
| Octal | 307 | 24 | 112 | 0 | 132 | 77 | 26 | 526 | 122 | 53 |
| Binary | 11000111 | 10100 | 1001010 | 0 | 1011010 | 111111 | 10110 | 101010110 | 1010010 | 101011 |
Color Harmonies of #C7144A
Complementary color
Monochromatic Colors of #C7144A
Black with #C7144A
Text Example
Text Example
White with #C7144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7144A; }
p { color: rgb(199,20,74); }
H1.HeaderClassName
{
color: #C7144A;
}
.AnyTagClassName
{
color: #C7144A;
}
</style>
background-color css
<style>
a { background-color: #C7144A; }
a { background-color: rgb(199,20,74); }
div.DivClassName
{
background-color: #C7144A;
}
.BgClassName
{
background-color: #C7144A;
}
</style>
border-color css
<style>
span { border-color: #C7144A; }
span { border-color: rgb(199,20,74); }
td.TdClassName
{
border-color: #C7144A;
}
.TagClassName
{
border-color: #C7144A;
}
</style>