Shades of Cardinal #C7193A
Tints of Cardinal #C7193A
RGB
CMYK
RGB Variations
Color information
#C7193A (or 0xC7193A) is known color: Cardinal. HEX triplet: C7, 19 and 3A. RGB value is (199,25,58). Sum of RGB (Red+Green+Blue) = 199+25+58=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7193A is #38E6C5. Grayscale: #505050. Windows color (decimal): -3729094 or 3807687. OLE color: 3807687.
HSL color Cylindrical-coordinate representation of color #C7193A: hue angle of 348.62º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7193A is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 58 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.22 |
| HSL | 348.62º | 0.78% | 0.44% | - |
| HSV(B) | 348.62º | 0.87% | 0.78% | - |
| XYZ | 24.66 | 13.14 | 5.24 | - |
| YUV | 80.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 58 | 0 | 0.87 | 0.71 | 0.22 | 348.62 | 0.78 | 0.44 |
| Hex | C7 | 19 | 3A | 0 | 57 | 47 | 16 | 15D | 4E | 2C |
| Octal | 307 | 31 | 72 | 0 | 127 | 107 | 26 | 535 | 116 | 54 |
| Binary | 11000111 | 11001 | 111010 | 0 | 1010111 | 1000111 | 10110 | 101011101 | 1001110 | 101100 |
Color Harmonies of #C7193A
Complementary color
Monochromatic Colors of #C7193A
Black with #C7193A
Text Example
Text Example
White with #C7193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7193A; }
p { color: rgb(199,25,58); }
H1.HeaderClassName
{
color: #C7193A;
}
.AnyTagClassName
{
color: #C7193A;
}
</style>
background-color css
<style>
a { background-color: #C7193A; }
a { background-color: rgb(199,25,58); }
div.DivClassName
{
background-color: #C7193A;
}
.BgClassName
{
background-color: #C7193A;
}
</style>
border-color css
<style>
span { border-color: #C7193A; }
span { border-color: rgb(199,25,58); }
td.TdClassName
{
border-color: #C7193A;
}
.TagClassName
{
border-color: #C7193A;
}
</style>