Shades of Cardinal #C7114D
Tints of Cardinal #C7114D
RGB
CMYK
RGB Variations
Color information
#C7114D (or 0xC7114D) is known color: Cardinal. HEX triplet: C7, 11 and 4D. RGB value is (199,17,77). Sum of RGB (Red+Green+Blue) = 199+17+77=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7114D is #38EEB2. Grayscale: #4E4E4E. Windows color (decimal): -3731123 or 5050823. OLE color: 5050823.
HSL color Cylindrical-coordinate representation of color #C7114D: hue angle of 340.22º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7114D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 77 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.22 |
| HSL | 340.22º | 0.84% | 0.42% | - |
| HSV(B) | 340.22º | 0.91% | 0.78% | - |
| XYZ | 25.09 | 13.08 | 8.22 | - |
| YUV | 78.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 77 | 0 | 0.91 | 0.61 | 0.22 | 340.22 | 0.84 | 0.42 |
| Hex | C7 | 11 | 4D | 0 | 5B | 3D | 16 | 154 | 54 | 2A |
| Octal | 307 | 21 | 115 | 0 | 133 | 75 | 26 | 524 | 124 | 52 |
| Binary | 11000111 | 10001 | 1001101 | 0 | 1011011 | 111101 | 10110 | 101010100 | 1010100 | 101010 |
Color Harmonies of #C7114D
Complementary color
Monochromatic Colors of #C7114D
Black with #C7114D
Text Example
Text Example
White with #C7114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7114D; }
p { color: rgb(199,17,77); }
H1.HeaderClassName
{
color: #C7114D;
}
.AnyTagClassName
{
color: #C7114D;
}
</style>
background-color css
<style>
a { background-color: #C7114D; }
a { background-color: rgb(199,17,77); }
div.DivClassName
{
background-color: #C7114D;
}
.BgClassName
{
background-color: #C7114D;
}
</style>
border-color css
<style>
span { border-color: #C7114D; }
span { border-color: rgb(199,17,77); }
td.TdClassName
{
border-color: #C7114D;
}
.TagClassName
{
border-color: #C7114D;
}
</style>