Shades of Cardinal #C7124B
Tints of Cardinal #C7124B
RGB
CMYK
RGB Variations
Color information
#C7124B (or 0xC7124B) is known color: Cardinal. HEX triplet: C7, 12 and 4B. RGB value is (199,18,75). Sum of RGB (Red+Green+Blue) = 199+18+75=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7124B is #38EDB4. Grayscale: #4E4E4E. Windows color (decimal): -3730869 or 4920007. OLE color: 4920007.
HSL color Cylindrical-coordinate representation of color #C7124B: hue angle of 341.1º 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 #C7124B is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 75 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.22 |
| HSL | 341.11º | 0.83% | 0.43% | - |
| HSV(B) | 341.11º | 0.91% | 0.78% | - |
| XYZ | 25.04 | 13.08 | 7.86 | - |
| YUV | 78.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 75 | 0 | 0.91 | 0.62 | 0.22 | 341.11 | 0.83 | 0.43 |
| Hex | C7 | 12 | 4B | 0 | 5B | 3E | 16 | 155 | 53 | 2B |
| Octal | 307 | 22 | 113 | 0 | 133 | 76 | 26 | 525 | 123 | 53 |
| Binary | 11000111 | 10010 | 1001011 | 0 | 1011011 | 111110 | 10110 | 101010101 | 1010011 | 101011 |
Color Harmonies of #C7124B
Complementary color
Monochromatic Colors of #C7124B
Black with #C7124B
Text Example
Text Example
White with #C7124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7124B; }
p { color: rgb(199,18,75); }
H1.HeaderClassName
{
color: #C7124B;
}
.AnyTagClassName
{
color: #C7124B;
}
</style>
background-color css
<style>
a { background-color: #C7124B; }
a { background-color: rgb(199,18,75); }
div.DivClassName
{
background-color: #C7124B;
}
.BgClassName
{
background-color: #C7124B;
}
</style>
border-color css
<style>
span { border-color: #C7124B; }
span { border-color: rgb(199,18,75); }
td.TdClassName
{
border-color: #C7124B;
}
.TagClassName
{
border-color: #C7124B;
}
</style>