Shades of Cardinal #C7162F
Tints of Cardinal #C7162F
RGB
CMYK
RGB Variations
Color information
#C7162F (or 0xC7162F) is known color: Cardinal. HEX triplet: C7, 16 and 2F. RGB value is (199,22,47). Sum of RGB (Red+Green+Blue) = 199+22+47=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C7162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7162F is #38E9D0. Grayscale: #4D4D4D. Windows color (decimal): -3729873 or 3086023. OLE color: 3086023.
HSL color Cylindrical-coordinate representation of color #C7162F: hue angle of 351.53º 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 #C7162F is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 47 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.22 |
| HSL | 351.53º | 0.8% | 0.43% | - |
| HSV(B) | 351.53º | 0.89% | 0.78% | - |
| XYZ | 24.35 | 12.92 | 3.9 | - |
| YUV | 77.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 47 | 0 | 0.89 | 0.76 | 0.22 | 351.53 | 0.8 | 0.43 |
| Hex | C7 | 16 | 2F | 0 | 59 | 4C | 16 | 160 | 50 | 2B |
| Octal | 307 | 26 | 57 | 0 | 131 | 114 | 26 | 540 | 120 | 53 |
| Binary | 11000111 | 10110 | 101111 | 0 | 1011001 | 1001100 | 10110 | 101100000 | 1010000 | 101011 |
Color Harmonies of #C7162F
Complementary color
Monochromatic Colors of #C7162F
Black with #C7162F
Text Example
Text Example
White with #C7162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7162F; }
p { color: rgb(199,22,47); }
H1.HeaderClassName
{
color: #C7162F;
}
.AnyTagClassName
{
color: #C7162F;
}
</style>
background-color css
<style>
a { background-color: #C7162F; }
a { background-color: rgb(199,22,47); }
div.DivClassName
{
background-color: #C7162F;
}
.BgClassName
{
background-color: #C7162F;
}
</style>
border-color css
<style>
span { border-color: #C7162F; }
span { border-color: rgb(199,22,47); }
td.TdClassName
{
border-color: #C7162F;
}
.TagClassName
{
border-color: #C7162F;
}
</style>