Shades of Cardinal #C7113A
Tints of Cardinal #C7113A
RGB
CMYK
RGB Variations
Color information
#C7113A (or 0xC7113A) is known color: Cardinal. HEX triplet: C7, 11 and 3A. RGB value is (199,17,58). Sum of RGB (Red+Green+Blue) = 199+17+58=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C7113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7113A is #38EEC5. Grayscale: #4C4C4C. Windows color (decimal): -3731142 or 3805639. OLE color: 3805639.
HSL color Cylindrical-coordinate representation of color #C7113A: hue angle of 346.48º 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 #C7113A is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 58 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.22 |
| HSL | 346.48º | 0.84% | 0.42% | - |
| HSV(B) | 346.48º | 0.91% | 0.78% | - |
| XYZ | 24.52 | 12.85 | 5.19 | - |
| YUV | 76.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 58 | 0 | 0.91 | 0.71 | 0.22 | 346.48 | 0.84 | 0.42 |
| Hex | C7 | 11 | 3A | 0 | 5B | 47 | 16 | 15A | 54 | 2A |
| Octal | 307 | 21 | 72 | 0 | 133 | 107 | 26 | 532 | 124 | 52 |
| Binary | 11000111 | 10001 | 111010 | 0 | 1011011 | 1000111 | 10110 | 101011010 | 1010100 | 101010 |
Color Harmonies of #C7113A
Complementary color
Monochromatic Colors of #C7113A
Black with #C7113A
Text Example
Text Example
White with #C7113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7113A; }
p { color: rgb(199,17,58); }
H1.HeaderClassName
{
color: #C7113A;
}
.AnyTagClassName
{
color: #C7113A;
}
</style>
background-color css
<style>
a { background-color: #C7113A; }
a { background-color: rgb(199,17,58); }
div.DivClassName
{
background-color: #C7113A;
}
.BgClassName
{
background-color: #C7113A;
}
</style>
border-color css
<style>
span { border-color: #C7113A; }
span { border-color: rgb(199,17,58); }
td.TdClassName
{
border-color: #C7113A;
}
.TagClassName
{
border-color: #C7113A;
}
</style>