Shades of Fire Engine Red #C7072E
Tints of Fire Engine Red #C7072E
RGB
CMYK
RGB Variations
Color information
#C7072E (or 0xC7072E) is known color: Fire Engine Red. HEX triplet: C7, 07 and 2E. RGB value is (199,7,46). Sum of RGB (Red+Green+Blue) = 199+7+46=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C7072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7072E is #38F8D1. Grayscale: #444444. Windows color (decimal): -3733714 or 3016647. OLE color: 3016647.
HSL color Cylindrical-coordinate representation of color #C7072E: hue angle of 347.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7072E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 46 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.22 |
| HSL | 347.81º | 0.93% | 0.4% | - |
| HSV(B) | 347.81º | 0.96% | 0.78% | - |
| XYZ | 24.12 | 12.49 | 3.72 | - |
| YUV | 68.85 | 115.11 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 46 | 0 | 0.96 | 0.77 | 0.22 | 347.81 | 0.93 | 0.4 |
| Hex | C7 | 7 | 2E | 0 | 60 | 4D | 16 | 15C | 5D | 28 |
| Octal | 307 | 7 | 56 | 0 | 140 | 115 | 26 | 534 | 135 | 50 |
| Binary | 11000111 | 111 | 101110 | 0 | 1100000 | 1001101 | 10110 | 101011100 | 1011101 | 101000 |
Color Harmonies of #C7072E
Complementary color
Monochromatic Colors of #C7072E
Black with #C7072E
Text Example
Text Example
White with #C7072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7072E; }
p { color: rgb(199,7,46); }
H1.HeaderClassName
{
color: #C7072E;
}
.AnyTagClassName
{
color: #C7072E;
}
</style>
background-color css
<style>
a { background-color: #C7072E; }
a { background-color: rgb(199,7,46); }
div.DivClassName
{
background-color: #C7072E;
}
.BgClassName
{
background-color: #C7072E;
}
</style>
border-color css
<style>
span { border-color: #C7072E; }
span { border-color: rgb(199,7,46); }
td.TdClassName
{
border-color: #C7072E;
}
.TagClassName
{
border-color: #C7072E;
}
</style>