Shades of Cardinal #C8113A
Tints of Cardinal #C8113A
RGB
CMYK
RGB Variations
Color information
#C8113A (or 0xC8113A) is known color: Cardinal. HEX triplet: C8, 11 and 3A. RGB value is (200,17,58). Sum of RGB (Red+Green+Blue) = 200+17+58=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C8113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8113A is #37EEC5. Grayscale: #4C4C4C. Windows color (decimal): -3665606 or 3805640. OLE color: 3805640.
HSL color Cylindrical-coordinate representation of color #C8113A: hue angle of 346.56º 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 #C8113A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.22 |
| HSL | 346.56º | 0.84% | 0.43% | - |
| HSV(B) | 346.56º | 0.92% | 0.78% | - |
| XYZ | 24.78 | 12.99 | 5.2 | - |
| YUV | 76.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 58 | 0 | 0.92 | 0.71 | 0.22 | 346.56 | 0.84 | 0.43 |
| Hex | C8 | 11 | 3A | 0 | 5C | 47 | 16 | 15B | 54 | 2B |
| Octal | 310 | 21 | 72 | 0 | 134 | 107 | 26 | 533 | 124 | 53 |
| Binary | 11001000 | 10001 | 111010 | 0 | 1011100 | 1000111 | 10110 | 101011011 | 1010100 | 101011 |
Color Harmonies of #C8113A
Complementary color
Monochromatic Colors of #C8113A
Black with #C8113A
Text Example
Text Example
White with #C8113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8113A; }
p { color: rgb(200,17,58); }
H1.HeaderClassName
{
color: #C8113A;
}
.AnyTagClassName
{
color: #C8113A;
}
</style>
background-color css
<style>
a { background-color: #C8113A; }
a { background-color: rgb(200,17,58); }
div.DivClassName
{
background-color: #C8113A;
}
.BgClassName
{
background-color: #C8113A;
}
</style>
border-color css
<style>
span { border-color: #C8113A; }
span { border-color: rgb(200,17,58); }
td.TdClassName
{
border-color: #C8113A;
}
.TagClassName
{
border-color: #C8113A;
}
</style>