Shades of Cardinal #C7163D
Tints of Cardinal #C7163D
RGB
CMYK
RGB Variations
Color information
#C7163D (or 0xC7163D) is known color: Cardinal. HEX triplet: C7, 16 and 3D. RGB value is (199,22,61). Sum of RGB (Red+Green+Blue) = 199+22+61=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7163D is #38E9C2. Grayscale: #4F4F4F. Windows color (decimal): -3729859 or 4003527. OLE color: 4003527.
HSL color Cylindrical-coordinate representation of color #C7163D: hue angle of 346.78º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7163D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 61 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.22 |
| HSL | 346.78º | 0.8% | 0.43% | - |
| HSV(B) | 346.78º | 0.89% | 0.78% | - |
| XYZ | 24.68 | 13.05 | 5.63 | - |
| YUV | 79.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 61 | 0 | 0.89 | 0.69 | 0.22 | 346.78 | 0.8 | 0.43 |
| Hex | C7 | 16 | 3D | 0 | 59 | 45 | 16 | 15B | 50 | 2B |
| Octal | 307 | 26 | 75 | 0 | 131 | 105 | 26 | 533 | 120 | 53 |
| Binary | 11000111 | 10110 | 111101 | 0 | 1011001 | 1000101 | 10110 | 101011011 | 1010000 | 101011 |
Color Harmonies of #C7163D
Complementary color
Monochromatic Colors of #C7163D
Black with #C7163D
Text Example
Text Example
White with #C7163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7163D; }
p { color: rgb(199,22,61); }
H1.HeaderClassName
{
color: #C7163D;
}
.AnyTagClassName
{
color: #C7163D;
}
</style>
background-color css
<style>
a { background-color: #C7163D; }
a { background-color: rgb(199,22,61); }
div.DivClassName
{
background-color: #C7163D;
}
.BgClassName
{
background-color: #C7163D;
}
</style>
border-color css
<style>
span { border-color: #C7163D; }
span { border-color: rgb(199,22,61); }
td.TdClassName
{
border-color: #C7163D;
}
.TagClassName
{
border-color: #C7163D;
}
</style>