Shades of Cardinal #C7144E
Tints of Cardinal #C7144E
RGB
CMYK
RGB Variations
Color information
#C7144E (or 0xC7144E) is known color: Cardinal. HEX triplet: C7, 14 and 4E. RGB value is (199,20,78). Sum of RGB (Red+Green+Blue) = 199+20+78=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7144E is #38EBB1. Grayscale: #505050. Windows color (decimal): -3730354 or 5117127. OLE color: 5117127.
HSL color Cylindrical-coordinate representation of color #C7144E: hue angle of 340.56º 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 #C7144E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.22 |
| HSL | 340.56º | 0.82% | 0.43% | - |
| HSV(B) | 340.56º | 0.9% | 0.78% | - |
| XYZ | 25.18 | 13.19 | 8.43 | - |
| YUV | 80.13 | 126.8 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 78 | 0 | 0.90 | 0.61 | 0.22 | 340.56 | 0.82 | 0.43 |
| Hex | C7 | 14 | 4E | 0 | 5A | 3D | 16 | 155 | 52 | 2B |
| Octal | 307 | 24 | 116 | 0 | 132 | 75 | 26 | 525 | 122 | 53 |
| Binary | 11000111 | 10100 | 1001110 | 0 | 1011010 | 111101 | 10110 | 101010101 | 1010010 | 101011 |
Color Harmonies of #C7144E
Complementary color
Monochromatic Colors of #C7144E
Black with #C7144E
Text Example
Text Example
White with #C7144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7144E; }
p { color: rgb(199,20,78); }
H1.HeaderClassName
{
color: #C7144E;
}
.AnyTagClassName
{
color: #C7144E;
}
</style>
background-color css
<style>
a { background-color: #C7144E; }
a { background-color: rgb(199,20,78); }
div.DivClassName
{
background-color: #C7144E;
}
.BgClassName
{
background-color: #C7144E;
}
</style>
border-color css
<style>
span { border-color: #C7144E; }
span { border-color: rgb(199,20,78); }
td.TdClassName
{
border-color: #C7144E;
}
.TagClassName
{
border-color: #C7144E;
}
</style>