Shades of Cardinal #C7114F
Tints of Cardinal #C7114F
RGB
CMYK
RGB Variations
Color information
#C7114F (or 0xC7114F) is known color: Cardinal. HEX triplet: C7, 11 and 4F. RGB value is (199,17,79). Sum of RGB (Red+Green+Blue) = 199+17+79=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7114F is #38EEB0. Grayscale: #4E4E4E. Windows color (decimal): -3731121 or 5181895. OLE color: 5181895.
HSL color Cylindrical-coordinate representation of color #C7114F: hue angle of 339.56º 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 #C7114F is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 79 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.22 |
| HSL | 339.56º | 0.84% | 0.42% | - |
| HSV(B) | 339.56º | 0.91% | 0.78% | - |
| XYZ | 25.16 | 13.11 | 8.6 | - |
| YUV | 78.49 | 128.3 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 79 | 0 | 0.91 | 0.60 | 0.22 | 339.56 | 0.84 | 0.42 |
| Hex | C7 | 11 | 4F | 0 | 5B | 3C | 16 | 154 | 54 | 2A |
| Octal | 307 | 21 | 117 | 0 | 133 | 74 | 26 | 524 | 124 | 52 |
| Binary | 11000111 | 10001 | 1001111 | 0 | 1011011 | 111100 | 10110 | 101010100 | 1010100 | 101010 |
Color Harmonies of #C7114F
Complementary color
Monochromatic Colors of #C7114F
Black with #C7114F
Text Example
Text Example
White with #C7114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7114F; }
p { color: rgb(199,17,79); }
H1.HeaderClassName
{
color: #C7114F;
}
.AnyTagClassName
{
color: #C7114F;
}
</style>
background-color css
<style>
a { background-color: #C7114F; }
a { background-color: rgb(199,17,79); }
div.DivClassName
{
background-color: #C7114F;
}
.BgClassName
{
background-color: #C7114F;
}
</style>
border-color css
<style>
span { border-color: #C7114F; }
span { border-color: rgb(199,17,79); }
td.TdClassName
{
border-color: #C7114F;
}
.TagClassName
{
border-color: #C7114F;
}
</style>