Shades of Cardinal #C6113D
Tints of Cardinal #C6113D
RGB
CMYK
RGB Variations
Color information
#C6113D (or 0xC6113D) is known color: Cardinal. HEX triplet: C6, 11 and 3D. RGB value is (198,17,61). Sum of RGB (Red+Green+Blue) = 198+17+61=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6113D is #39EEC2. Grayscale: #4C4C4C. Windows color (decimal): -3796675 or 4002246. OLE color: 4002246.
HSL color Cylindrical-coordinate representation of color #C6113D: hue angle of 345.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 #C6113D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.22 |
| HSL | 345.41º | 0.84% | 0.42% | - |
| HSV(B) | 345.41º | 0.91% | 0.78% | - |
| XYZ | 24.33 | 12.74 | 5.59 | - |
| YUV | 76.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 61 | 0 | 0.91 | 0.69 | 0.22 | 345.41 | 0.84 | 0.42 |
| Hex | C6 | 11 | 3D | 0 | 5B | 45 | 16 | 159 | 54 | 2A |
| Octal | 306 | 21 | 75 | 0 | 133 | 105 | 26 | 531 | 124 | 52 |
| Binary | 11000110 | 10001 | 111101 | 0 | 1011011 | 1000101 | 10110 | 101011001 | 1010100 | 101010 |
Color Harmonies of #C6113D
Complementary color
Monochromatic Colors of #C6113D
Black with #C6113D
Text Example
Text Example
White with #C6113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6113D; }
p { color: rgb(198,17,61); }
H1.HeaderClassName
{
color: #C6113D;
}
.AnyTagClassName
{
color: #C6113D;
}
</style>
background-color css
<style>
a { background-color: #C6113D; }
a { background-color: rgb(198,17,61); }
div.DivClassName
{
background-color: #C6113D;
}
.BgClassName
{
background-color: #C6113D;
}
</style>
border-color css
<style>
span { border-color: #C6113D; }
span { border-color: rgb(198,17,61); }
td.TdClassName
{
border-color: #C6113D;
}
.TagClassName
{
border-color: #C6113D;
}
</style>