Shades of Fire Engine Red #C7112B
Tints of Fire Engine Red #C7112B
RGB
CMYK
RGB Variations
Color information
#C7112B (or 0xC7112B) is known color: Fire Engine Red. HEX triplet: C7, 11 and 2B. RGB value is (199,17,43). Sum of RGB (Red+Green+Blue) = 199+17+43=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C7112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7112B is #38EED4. Grayscale: #4A4A4A. Windows color (decimal): -3731157 or 2822599. OLE color: 2822599.
HSL color Cylindrical-coordinate representation of color #C7112B: hue angle of 351.43º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7112B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.22 |
| HSL | 351.43º | 0.84% | 0.42% | - |
| HSV(B) | 351.43º | 0.91% | 0.78% | - |
| XYZ | 24.19 | 12.72 | 3.47 | - |
| YUV | 74.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 43 | 0 | 0.91 | 0.78 | 0.22 | 351.43 | 0.84 | 0.42 |
| Hex | C7 | 11 | 2B | 0 | 5B | 4E | 16 | 15F | 54 | 2A |
| Octal | 307 | 21 | 53 | 0 | 133 | 116 | 26 | 537 | 124 | 52 |
| Binary | 11000111 | 10001 | 101011 | 0 | 1011011 | 1001110 | 10110 | 101011111 | 1010100 | 101010 |
Color Harmonies of #C7112B
Complementary color
Monochromatic Colors of #C7112B
Black with #C7112B
Text Example
Text Example
White with #C7112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7112B; }
p { color: rgb(199,17,43); }
H1.HeaderClassName
{
color: #C7112B;
}
.AnyTagClassName
{
color: #C7112B;
}
</style>
background-color css
<style>
a { background-color: #C7112B; }
a { background-color: rgb(199,17,43); }
div.DivClassName
{
background-color: #C7112B;
}
.BgClassName
{
background-color: #C7112B;
}
</style>
border-color css
<style>
span { border-color: #C7112B; }
span { border-color: rgb(199,17,43); }
td.TdClassName
{
border-color: #C7112B;
}
.TagClassName
{
border-color: #C7112B;
}
</style>