Shades of Cardinal #C7124D
Tints of Cardinal #C7124D
RGB
CMYK
RGB Variations
Color information
#C7124D (or 0xC7124D) is known color: Cardinal. HEX triplet: C7, 12 and 4D. RGB value is (199,18,77). Sum of RGB (Red+Green+Blue) = 199+18+77=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7124D is #38EDB2. Grayscale: #4E4E4E. Windows color (decimal): -3730867 or 5051079. OLE color: 5051079.
HSL color Cylindrical-coordinate representation of color #C7124D: hue angle of 340.44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7124D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 77 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.22 |
| HSL | 340.44º | 0.83% | 0.43% | - |
| HSV(B) | 340.44º | 0.91% | 0.78% | - |
| XYZ | 25.11 | 13.11 | 8.23 | - |
| YUV | 78.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 77 | 0 | 0.91 | 0.61 | 0.22 | 340.44 | 0.83 | 0.43 |
| Hex | C7 | 12 | 4D | 0 | 5B | 3D | 16 | 154 | 53 | 2B |
| Octal | 307 | 22 | 115 | 0 | 133 | 75 | 26 | 524 | 123 | 53 |
| Binary | 11000111 | 10010 | 1001101 | 0 | 1011011 | 111101 | 10110 | 101010100 | 1010011 | 101011 |
Color Harmonies of #C7124D
Complementary color
Monochromatic Colors of #C7124D
Black with #C7124D
Text Example
Text Example
White with #C7124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7124D; }
p { color: rgb(199,18,77); }
H1.HeaderClassName
{
color: #C7124D;
}
.AnyTagClassName
{
color: #C7124D;
}
</style>
background-color css
<style>
a { background-color: #C7124D; }
a { background-color: rgb(199,18,77); }
div.DivClassName
{
background-color: #C7124D;
}
.BgClassName
{
background-color: #C7124D;
}
</style>
border-color css
<style>
span { border-color: #C7124D; }
span { border-color: rgb(199,18,77); }
td.TdClassName
{
border-color: #C7124D;
}
.TagClassName
{
border-color: #C7124D;
}
</style>