Shades of Cardinal #C7113F
Tints of Cardinal #C7113F
RGB
CMYK
RGB Variations
Color information
#C7113F (or 0xC7113F) is known color: Cardinal. HEX triplet: C7, 11 and 3F. RGB value is (199,17,63). Sum of RGB (Red+Green+Blue) = 199+17+63=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7113F is #38EEC0. Grayscale: #4C4C4C. Windows color (decimal): -3731137 or 4133319. OLE color: 4133319.
HSL color Cylindrical-coordinate representation of color #C7113F: hue angle of 344.84º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7113F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 63 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.22 |
| HSL | 344.84º | 0.84% | 0.42% | - |
| HSV(B) | 344.84º | 0.91% | 0.78% | - |
| XYZ | 24.65 | 12.9 | 5.89 | - |
| YUV | 76.66 | 120.3 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 63 | 0 | 0.91 | 0.68 | 0.22 | 344.84 | 0.84 | 0.42 |
| Hex | C7 | 11 | 3F | 0 | 5B | 44 | 16 | 159 | 54 | 2A |
| Octal | 307 | 21 | 77 | 0 | 133 | 104 | 26 | 531 | 124 | 52 |
| Binary | 11000111 | 10001 | 111111 | 0 | 1011011 | 1000100 | 10110 | 101011001 | 1010100 | 101010 |
Color Harmonies of #C7113F
Complementary color
Monochromatic Colors of #C7113F
Black with #C7113F
Text Example
Text Example
White with #C7113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7113F; }
p { color: rgb(199,17,63); }
H1.HeaderClassName
{
color: #C7113F;
}
.AnyTagClassName
{
color: #C7113F;
}
</style>
background-color css
<style>
a { background-color: #C7113F; }
a { background-color: rgb(199,17,63); }
div.DivClassName
{
background-color: #C7113F;
}
.BgClassName
{
background-color: #C7113F;
}
</style>
border-color css
<style>
span { border-color: #C7113F; }
span { border-color: rgb(199,17,63); }
td.TdClassName
{
border-color: #C7113F;
}
.TagClassName
{
border-color: #C7113F;
}
</style>