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