Shades of Fire Engine Red #C7042E
Tints of Fire Engine Red #C7042E
RGB
CMYK
RGB Variations
Color information
#C7042E (or 0xC7042E) is known color: Fire Engine Red. HEX triplet: C7, 04 and 2E. RGB value is (199,4,46). Sum of RGB (Red+Green+Blue) = 199+4+46=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C7042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7042E is #38FBD1. Grayscale: #434343. Windows color (decimal): -3734482 or 3015879. OLE color: 3015879.
HSL color Cylindrical-coordinate representation of color #C7042E: hue angle of 347.08º 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 #C7042E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.22 |
| HSL | 347.08º | 0.96% | 0.4% | - |
| HSV(B) | 347.08º | 0.98% | 0.78% | - |
| XYZ | 24.09 | 12.43 | 3.71 | - |
| YUV | 67.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 46 | 0 | 0.98 | 0.77 | 0.22 | 347.08 | 0.96 | 0.4 |
| Hex | C7 | 4 | 2E | 0 | 62 | 4D | 16 | 15B | 60 | 28 |
| Octal | 307 | 4 | 56 | 0 | 142 | 115 | 26 | 533 | 140 | 50 |
| Binary | 11000111 | 100 | 101110 | 0 | 1100010 | 1001101 | 10110 | 101011011 | 1100000 | 101000 |
Color Harmonies of #C7042E
Complementary color
Monochromatic Colors of #C7042E
Black with #C7042E
Text Example
Text Example
White with #C7042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7042E; }
p { color: rgb(199,4,46); }
H1.HeaderClassName
{
color: #C7042E;
}
.AnyTagClassName
{
color: #C7042E;
}
</style>
background-color css
<style>
a { background-color: #C7042E; }
a { background-color: rgb(199,4,46); }
div.DivClassName
{
background-color: #C7042E;
}
.BgClassName
{
background-color: #C7042E;
}
</style>
border-color css
<style>
span { border-color: #C7042E; }
span { border-color: rgb(199,4,46); }
td.TdClassName
{
border-color: #C7042E;
}
.TagClassName
{
border-color: #C7042E;
}
</style>