Shades of Cardinal #C6113A
Tints of Cardinal #C6113A
RGB
CMYK
RGB Variations
Color information
#C6113A (or 0xC6113A) is known color: Cardinal. HEX triplet: C6, 11 and 3A. RGB value is (198,17,58). Sum of RGB (Red+Green+Blue) = 198+17+58=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C6113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6113A is #39EEC5. Grayscale: #4B4B4B. Windows color (decimal): -3796678 or 3805638. OLE color: 3805638.
HSL color Cylindrical-coordinate representation of color #C6113A: hue angle of 346.41º 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 #C6113A is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 58 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.22 |
| HSL | 346.41º | 0.84% | 0.42% | - |
| HSV(B) | 346.41º | 0.91% | 0.78% | - |
| XYZ | 24.25 | 12.71 | 5.18 | - |
| YUV | 75.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 58 | 0 | 0.91 | 0.71 | 0.22 | 346.41 | 0.84 | 0.42 |
| Hex | C6 | 11 | 3A | 0 | 5B | 47 | 16 | 15A | 54 | 2A |
| Octal | 306 | 21 | 72 | 0 | 133 | 107 | 26 | 532 | 124 | 52 |
| Binary | 11000110 | 10001 | 111010 | 0 | 1011011 | 1000111 | 10110 | 101011010 | 1010100 | 101010 |
Color Harmonies of #C6113A
Complementary color
Monochromatic Colors of #C6113A
Black with #C6113A
Text Example
Text Example
White with #C6113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6113A; }
p { color: rgb(198,17,58); }
H1.HeaderClassName
{
color: #C6113A;
}
.AnyTagClassName
{
color: #C6113A;
}
</style>
background-color css
<style>
a { background-color: #C6113A; }
a { background-color: rgb(198,17,58); }
div.DivClassName
{
background-color: #C6113A;
}
.BgClassName
{
background-color: #C6113A;
}
</style>
border-color css
<style>
span { border-color: #C6113A; }
span { border-color: rgb(198,17,58); }
td.TdClassName
{
border-color: #C6113A;
}
.TagClassName
{
border-color: #C6113A;
}
</style>