Shades of Cardinal #C8113E
Tints of Cardinal #C8113E
RGB
CMYK
RGB Variations
Color information
#C8113E (or 0xC8113E) is known color: Cardinal. HEX triplet: C8, 11 and 3E. RGB value is (200,17,62). Sum of RGB (Red+Green+Blue) = 200+17+62=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8113E is #37EEC1. Grayscale: #4C4C4C. Windows color (decimal): -3665602 or 4067784. OLE color: 4067784.
HSL color Cylindrical-coordinate representation of color #C8113E: hue angle of 345.25º 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 #C8113E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.22 |
| HSL | 345.25º | 0.84% | 0.43% | - |
| HSV(B) | 345.25º | 0.92% | 0.78% | - |
| XYZ | 24.89 | 13.03 | 5.76 | - |
| YUV | 76.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 62 | 0 | 0.92 | 0.69 | 0.22 | 345.25 | 0.84 | 0.43 |
| Hex | C8 | 11 | 3E | 0 | 5C | 45 | 16 | 159 | 54 | 2B |
| Octal | 310 | 21 | 76 | 0 | 134 | 105 | 26 | 531 | 124 | 53 |
| Binary | 11001000 | 10001 | 111110 | 0 | 1011100 | 1000101 | 10110 | 101011001 | 1010100 | 101011 |
Color Harmonies of #C8113E
Complementary color
Monochromatic Colors of #C8113E
Black with #C8113E
Text Example
Text Example
White with #C8113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8113E; }
p { color: rgb(200,17,62); }
H1.HeaderClassName
{
color: #C8113E;
}
.AnyTagClassName
{
color: #C8113E;
}
</style>
background-color css
<style>
a { background-color: #C8113E; }
a { background-color: rgb(200,17,62); }
div.DivClassName
{
background-color: #C8113E;
}
.BgClassName
{
background-color: #C8113E;
}
</style>
border-color css
<style>
span { border-color: #C8113E; }
span { border-color: rgb(200,17,62); }
td.TdClassName
{
border-color: #C8113E;
}
.TagClassName
{
border-color: #C8113E;
}
</style>