Shades of Cardinal #C7193E
Tints of Cardinal #C7193E
RGB
CMYK
RGB Variations
Color information
#C7193E (or 0xC7193E) is known color: Cardinal. HEX triplet: C7, 19 and 3E. RGB value is (199,25,62). Sum of RGB (Red+Green+Blue) = 199+25+62=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C7193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7193E is #38E6C1. Grayscale: #515151. Windows color (decimal): -3729090 or 4069831. OLE color: 4069831.
HSL color Cylindrical-coordinate representation of color #C7193E: hue angle of 347.24º 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 #C7193E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 62 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.22 |
| HSL | 347.24º | 0.78% | 0.44% | - |
| HSV(B) | 347.24º | 0.87% | 0.78% | - |
| XYZ | 24.77 | 13.19 | 5.8 | - |
| YUV | 81.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 62 | 0 | 0.87 | 0.69 | 0.22 | 347.24 | 0.78 | 0.44 |
| Hex | C7 | 19 | 3E | 0 | 57 | 45 | 16 | 15B | 4E | 2C |
| Octal | 307 | 31 | 76 | 0 | 127 | 105 | 26 | 533 | 116 | 54 |
| Binary | 11000111 | 11001 | 111110 | 0 | 1010111 | 1000101 | 10110 | 101011011 | 1001110 | 101100 |
Color Harmonies of #C7193E
Complementary color
Monochromatic Colors of #C7193E
Black with #C7193E
Text Example
Text Example
White with #C7193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7193E; }
p { color: rgb(199,25,62); }
H1.HeaderClassName
{
color: #C7193E;
}
.AnyTagClassName
{
color: #C7193E;
}
</style>
background-color css
<style>
a { background-color: #C7193E; }
a { background-color: rgb(199,25,62); }
div.DivClassName
{
background-color: #C7193E;
}
.BgClassName
{
background-color: #C7193E;
}
</style>
border-color css
<style>
span { border-color: #C7193E; }
span { border-color: rgb(199,25,62); }
td.TdClassName
{
border-color: #C7193E;
}
.TagClassName
{
border-color: #C7193E;
}
</style>