Shades of Cardinal #C7184B
Tints of Cardinal #C7184B
RGB
CMYK
RGB Variations
Color information
#C7184B (or 0xC7184B) is known color: Cardinal. HEX triplet: C7, 18 and 4B. RGB value is (199,24,75). Sum of RGB (Red+Green+Blue) = 199+24+75=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7184B is #38E7B4. Grayscale: #525252. Windows color (decimal): -3729333 or 4921543. OLE color: 4921543.
HSL color Cylindrical-coordinate representation of color #C7184B: hue angle of 342.51º 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 #C7184B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 75 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.22 |
| HSL | 342.51º | 0.78% | 0.44% | - |
| HSV(B) | 342.51º | 0.88% | 0.78% | - |
| XYZ | 25.15 | 13.3 | 7.9 | - |
| YUV | 82.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 75 | 0 | 0.88 | 0.62 | 0.22 | 342.51 | 0.78 | 0.44 |
| Hex | C7 | 18 | 4B | 0 | 58 | 3E | 16 | 157 | 4E | 2C |
| Octal | 307 | 30 | 113 | 0 | 130 | 76 | 26 | 527 | 116 | 54 |
| Binary | 11000111 | 11000 | 1001011 | 0 | 1011000 | 111110 | 10110 | 101010111 | 1001110 | 101100 |
Color Harmonies of #C7184B
Complementary color
Monochromatic Colors of #C7184B
Black with #C7184B
Text Example
Text Example
White with #C7184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7184B; }
p { color: rgb(199,24,75); }
H1.HeaderClassName
{
color: #C7184B;
}
.AnyTagClassName
{
color: #C7184B;
}
</style>
background-color css
<style>
a { background-color: #C7184B; }
a { background-color: rgb(199,24,75); }
div.DivClassName
{
background-color: #C7184B;
}
.BgClassName
{
background-color: #C7184B;
}
</style>
border-color css
<style>
span { border-color: #C7184B; }
span { border-color: rgb(199,24,75); }
td.TdClassName
{
border-color: #C7184B;
}
.TagClassName
{
border-color: #C7184B;
}
</style>