Shades of Fire Engine Red #C7192C
Tints of Fire Engine Red #C7192C
RGB
CMYK
RGB Variations
Color information
#C7192C (or 0xC7192C) is known color: Fire Engine Red. HEX triplet: C7, 19 and 2C. RGB value is (199,25,44). Sum of RGB (Red+Green+Blue) = 199+25+44=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C7192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7192C is #38E6D3. Grayscale: #4F4F4F. Windows color (decimal): -3729108 or 2890183. OLE color: 2890183.
HSL color Cylindrical-coordinate representation of color #C7192C: hue angle of 353.45º 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 #C7192C is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 44 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.22 |
| HSL | 353.45º | 0.78% | 0.44% | - |
| HSV(B) | 353.45º | 0.87% | 0.78% | - |
| XYZ | 24.36 | 13.02 | 3.61 | - |
| YUV | 79.19 | 108.15 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 44 | 0 | 0.87 | 0.78 | 0.22 | 353.45 | 0.78 | 0.44 |
| Hex | C7 | 19 | 2C | 0 | 57 | 4E | 16 | 161 | 4E | 2C |
| Octal | 307 | 31 | 54 | 0 | 127 | 116 | 26 | 541 | 116 | 54 |
| Binary | 11000111 | 11001 | 101100 | 0 | 1010111 | 1001110 | 10110 | 101100001 | 1001110 | 101100 |
Color Harmonies of #C7192C
Complementary color
Monochromatic Colors of #C7192C
Black with #C7192C
Text Example
Text Example
White with #C7192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7192C; }
p { color: rgb(199,25,44); }
H1.HeaderClassName
{
color: #C7192C;
}
.AnyTagClassName
{
color: #C7192C;
}
</style>
background-color css
<style>
a { background-color: #C7192C; }
a { background-color: rgb(199,25,44); }
div.DivClassName
{
background-color: #C7192C;
}
.BgClassName
{
background-color: #C7192C;
}
</style>
border-color css
<style>
span { border-color: #C7192C; }
span { border-color: rgb(199,25,44); }
td.TdClassName
{
border-color: #C7192C;
}
.TagClassName
{
border-color: #C7192C;
}
</style>