Shades of Cardinal #C8193A
Tints of Cardinal #C8193A
RGB
CMYK
RGB Variations
Color information
#C8193A (or 0xC8193A) is known color: Cardinal. HEX triplet: C8, 19 and 3A. RGB value is (200,25,58). Sum of RGB (Red+Green+Blue) = 200+25+58=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8193A is #37E6C5. Grayscale: #515151. Windows color (decimal): -3663558 or 3807688. OLE color: 3807688.
HSL color Cylindrical-coordinate representation of color #C8193A: hue angle of 348.69º 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 #C8193A is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 58 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.22 |
| HSL | 348.69º | 0.78% | 0.44% | - |
| HSV(B) | 348.69º | 0.88% | 0.78% | - |
| XYZ | 24.93 | 13.28 | 5.25 | - |
| YUV | 81.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 58 | 0 | 0.88 | 0.71 | 0.22 | 348.69 | 0.78 | 0.44 |
| Hex | C8 | 19 | 3A | 0 | 58 | 47 | 16 | 15D | 4E | 2C |
| Octal | 310 | 31 | 72 | 0 | 130 | 107 | 26 | 535 | 116 | 54 |
| Binary | 11001000 | 11001 | 111010 | 0 | 1011000 | 1000111 | 10110 | 101011101 | 1001110 | 101100 |
Color Harmonies of #C8193A
Complementary color
Monochromatic Colors of #C8193A
Black with #C8193A
Text Example
Text Example
White with #C8193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8193A; }
p { color: rgb(200,25,58); }
H1.HeaderClassName
{
color: #C8193A;
}
.AnyTagClassName
{
color: #C8193A;
}
</style>
background-color css
<style>
a { background-color: #C8193A; }
a { background-color: rgb(200,25,58); }
div.DivClassName
{
background-color: #C8193A;
}
.BgClassName
{
background-color: #C8193A;
}
</style>
border-color css
<style>
span { border-color: #C8193A; }
span { border-color: rgb(200,25,58); }
td.TdClassName
{
border-color: #C8193A;
}
.TagClassName
{
border-color: #C8193A;
}
</style>