Shades of Cardinal #C7192F
Tints of Cardinal #C7192F
RGB
CMYK
RGB Variations
Color information
#C7192F (or 0xC7192F) is known color: Cardinal. HEX triplet: C7, 19 and 2F. RGB value is (199,25,47). Sum of RGB (Red+Green+Blue) = 199+25+47=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C7192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7192F is #38E6D0. Grayscale: #4F4F4F. Windows color (decimal): -3729105 or 3086791. OLE color: 3086791.
HSL color Cylindrical-coordinate representation of color #C7192F: hue angle of 352.41º 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 #C7192F is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 47 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.22 |
| HSL | 352.41º | 0.78% | 0.44% | - |
| HSV(B) | 352.41º | 0.87% | 0.78% | - |
| XYZ | 24.41 | 13.04 | 3.92 | - |
| YUV | 79.53 | 109.65 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 47 | 0 | 0.87 | 0.76 | 0.22 | 352.41 | 0.78 | 0.44 |
| Hex | C7 | 19 | 2F | 0 | 57 | 4C | 16 | 160 | 4E | 2C |
| Octal | 307 | 31 | 57 | 0 | 127 | 114 | 26 | 540 | 116 | 54 |
| Binary | 11000111 | 11001 | 101111 | 0 | 1010111 | 1001100 | 10110 | 101100000 | 1001110 | 101100 |
Color Harmonies of #C7192F
Complementary color
Monochromatic Colors of #C7192F
Black with #C7192F
Text Example
Text Example
White with #C7192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7192F; }
p { color: rgb(199,25,47); }
H1.HeaderClassName
{
color: #C7192F;
}
.AnyTagClassName
{
color: #C7192F;
}
</style>
background-color css
<style>
a { background-color: #C7192F; }
a { background-color: rgb(199,25,47); }
div.DivClassName
{
background-color: #C7192F;
}
.BgClassName
{
background-color: #C7192F;
}
</style>
border-color css
<style>
span { border-color: #C7192F; }
span { border-color: rgb(199,25,47); }
td.TdClassName
{
border-color: #C7192F;
}
.TagClassName
{
border-color: #C7192F;
}
</style>