Shades of Cardinal #C7184D
Tints of Cardinal #C7184D
RGB
CMYK
RGB Variations
Color information
#C7184D (or 0xC7184D) is known color: Cardinal. HEX triplet: C7, 18 and 4D. RGB value is (199,24,77). Sum of RGB (Red+Green+Blue) = 199+24+77=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7184D is #38E7B2. Grayscale: #525252. Windows color (decimal): -3729331 or 5052615. OLE color: 5052615.
HSL color Cylindrical-coordinate representation of color #C7184D: hue angle of 341.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7184D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 77 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.22 |
| HSL | 341.83º | 0.78% | 0.44% | - |
| HSV(B) | 341.83º | 0.88% | 0.78% | - |
| XYZ | 25.22 | 13.33 | 8.27 | - |
| YUV | 82.37 | 124.98 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 77 | 0 | 0.88 | 0.61 | 0.22 | 341.83 | 0.78 | 0.44 |
| Hex | C7 | 18 | 4D | 0 | 58 | 3D | 16 | 156 | 4E | 2C |
| Octal | 307 | 30 | 115 | 0 | 130 | 75 | 26 | 526 | 116 | 54 |
| Binary | 11000111 | 11000 | 1001101 | 0 | 1011000 | 111101 | 10110 | 101010110 | 1001110 | 101100 |
Color Harmonies of #C7184D
Complementary color
Monochromatic Colors of #C7184D
Black with #C7184D
Text Example
Text Example
White with #C7184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7184D; }
p { color: rgb(199,24,77); }
H1.HeaderClassName
{
color: #C7184D;
}
.AnyTagClassName
{
color: #C7184D;
}
</style>
background-color css
<style>
a { background-color: #C7184D; }
a { background-color: rgb(199,24,77); }
div.DivClassName
{
background-color: #C7184D;
}
.BgClassName
{
background-color: #C7184D;
}
</style>
border-color css
<style>
span { border-color: #C7184D; }
span { border-color: rgb(199,24,77); }
td.TdClassName
{
border-color: #C7184D;
}
.TagClassName
{
border-color: #C7184D;
}
</style>