Shades of Cardinal #C8113D
Tints of Cardinal #C8113D
RGB
CMYK
RGB Variations
Color information
#C8113D (or 0xC8113D) is known color: Cardinal. HEX triplet: C8, 11 and 3D. RGB value is (200,17,61). Sum of RGB (Red+Green+Blue) = 200+17+61=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8113D is #37EEC2. Grayscale: #4C4C4C. Windows color (decimal): -3665603 or 4002248. OLE color: 4002248.
HSL color Cylindrical-coordinate representation of color #C8113D: hue angle of 345.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8113D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.22 |
| HSL | 345.57º | 0.84% | 0.43% | - |
| HSV(B) | 345.57º | 0.92% | 0.78% | - |
| XYZ | 24.86 | 13.02 | 5.62 | - |
| YUV | 76.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 61 | 0 | 0.92 | 0.69 | 0.22 | 345.57 | 0.84 | 0.43 |
| Hex | C8 | 11 | 3D | 0 | 5C | 45 | 16 | 15A | 54 | 2B |
| Octal | 310 | 21 | 75 | 0 | 134 | 105 | 26 | 532 | 124 | 53 |
| Binary | 11001000 | 10001 | 111101 | 0 | 1011100 | 1000101 | 10110 | 101011010 | 1010100 | 101011 |
Color Harmonies of #C8113D
Complementary color
Monochromatic Colors of #C8113D
Black with #C8113D
Text Example
Text Example
White with #C8113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8113D; }
p { color: rgb(200,17,61); }
H1.HeaderClassName
{
color: #C8113D;
}
.AnyTagClassName
{
color: #C8113D;
}
</style>
background-color css
<style>
a { background-color: #C8113D; }
a { background-color: rgb(200,17,61); }
div.DivClassName
{
background-color: #C8113D;
}
.BgClassName
{
background-color: #C8113D;
}
</style>
border-color css
<style>
span { border-color: #C8113D; }
span { border-color: rgb(200,17,61); }
td.TdClassName
{
border-color: #C8113D;
}
.TagClassName
{
border-color: #C8113D;
}
</style>