Shades of Fire Engine Red #C7042C
Tints of Fire Engine Red #C7042C
RGB
CMYK
RGB Variations
Color information
#C7042C (or 0xC7042C) is known color: Fire Engine Red. HEX triplet: C7, 04 and 2C. RGB value is (199,4,44). Sum of RGB (Red+Green+Blue) = 199+4+44=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7042C is #38FBD3. Grayscale: #424242. Windows color (decimal): -3734484 or 2884807. OLE color: 2884807.
HSL color Cylindrical-coordinate representation of color #C7042C: hue angle of 347.69º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7042C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.22 |
| HSL | 347.69º | 0.96% | 0.4% | - |
| HSV(B) | 347.69º | 0.98% | 0.78% | - |
| XYZ | 24.05 | 12.41 | 3.51 | - |
| YUV | 66.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 44 | 0 | 0.98 | 0.78 | 0.22 | 347.69 | 0.96 | 0.4 |
| Hex | C7 | 4 | 2C | 0 | 62 | 4E | 16 | 15C | 60 | 28 |
| Octal | 307 | 4 | 54 | 0 | 142 | 116 | 26 | 534 | 140 | 50 |
| Binary | 11000111 | 100 | 101100 | 0 | 1100010 | 1001110 | 10110 | 101011100 | 1100000 | 101000 |
Color Harmonies of #C7042C
Complementary color
Monochromatic Colors of #C7042C
Black with #C7042C
Text Example
Text Example
White with #C7042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7042C; }
p { color: rgb(199,4,44); }
H1.HeaderClassName
{
color: #C7042C;
}
.AnyTagClassName
{
color: #C7042C;
}
</style>
background-color css
<style>
a { background-color: #C7042C; }
a { background-color: rgb(199,4,44); }
div.DivClassName
{
background-color: #C7042C;
}
.BgClassName
{
background-color: #C7042C;
}
</style>
border-color css
<style>
span { border-color: #C7042C; }
span { border-color: rgb(199,4,44); }
td.TdClassName
{
border-color: #C7042C;
}
.TagClassName
{
border-color: #C7042C;
}
</style>