Shades of Cardinal #C8193E
Tints of Cardinal #C8193E
RGB
CMYK
RGB Variations
Color information
#C8193E (or 0xC8193E) is known color: Cardinal. HEX triplet: C8, 19 and 3E. RGB value is (200,25,62). Sum of RGB (Red+Green+Blue) = 200+25+62=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C8193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8193E is #37E6C1. Grayscale: #515151. Windows color (decimal): -3663554 or 4069832. OLE color: 4069832.
HSL color Cylindrical-coordinate representation of color #C8193E: hue angle of 347.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8193E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 62 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.22 |
| HSL | 347.31º | 0.78% | 0.44% | - |
| HSV(B) | 347.31º | 0.88% | 0.78% | - |
| XYZ | 25.04 | 13.32 | 5.81 | - |
| YUV | 81.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 62 | 0 | 0.88 | 0.69 | 0.22 | 347.31 | 0.78 | 0.44 |
| Hex | C8 | 19 | 3E | 0 | 58 | 45 | 16 | 15B | 4E | 2C |
| Octal | 310 | 31 | 76 | 0 | 130 | 105 | 26 | 533 | 116 | 54 |
| Binary | 11001000 | 11001 | 111110 | 0 | 1011000 | 1000101 | 10110 | 101011011 | 1001110 | 101100 |
Color Harmonies of #C8193E
Complementary color
Monochromatic Colors of #C8193E
Black with #C8193E
Text Example
Text Example
White with #C8193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8193E; }
p { color: rgb(200,25,62); }
H1.HeaderClassName
{
color: #C8193E;
}
.AnyTagClassName
{
color: #C8193E;
}
</style>
background-color css
<style>
a { background-color: #C8193E; }
a { background-color: rgb(200,25,62); }
div.DivClassName
{
background-color: #C8193E;
}
.BgClassName
{
background-color: #C8193E;
}
</style>
border-color css
<style>
span { border-color: #C8193E; }
span { border-color: rgb(200,25,62); }
td.TdClassName
{
border-color: #C8193E;
}
.TagClassName
{
border-color: #C8193E;
}
</style>