Shades of Fire Engine Red #E7041C
Tints of Fire Engine Red #E7041C
RGB
CMYK
RGB Variations
Color information
#E7041C (or 0xE7041C) is known color: Fire Engine Red. HEX triplet: E7, 04 and 1C. RGB value is (231,4,28). Sum of RGB (Red+Green+Blue) = 231+4+28=263 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.83% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 231 - color contains mainly: red. Hex color #E7041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7041C is #18FBE3. Grayscale: #4A4A4A. Windows color (decimal): -1637348 or 1836263. OLE color: 1836263.
HSL color Cylindrical-coordinate representation of color #E7041C: hue angle of 353.66º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7041C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.09 |
| HSL | 353.66º | 0.97% | 0.46% | - |
| HSV(B) | 353.66º | 0.98% | 0.91% | - |
| XYZ | 33.21 | 17.16 | 2.66 | - |
| YUV | 74.61 | 101.71 | 239.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 28 | 0 | 0.98 | 0.88 | 0.09 | 353.66 | 0.97 | 0.46 |
| Hex | E7 | 4 | 1C | 0 | 62 | 58 | 9 | 162 | 61 | 2E |
| Octal | 347 | 4 | 34 | 0 | 142 | 130 | 11 | 542 | 141 | 56 |
| Binary | 11100111 | 100 | 11100 | 0 | 1100010 | 1011000 | 1001 | 101100010 | 1100001 | 101110 |
Color Harmonies of #E7041C
Complementary color
Monochromatic Colors of #E7041C
Black with #E7041C
Text Example
Text Example
White with #E7041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7041C; }
p { color: rgb(231,4,28); }
H1.HeaderClassName
{
color: #E7041C;
}
.AnyTagClassName
{
color: #E7041C;
}
</style>
background-color css
<style>
a { background-color: #E7041C; }
a { background-color: rgb(231,4,28); }
div.DivClassName
{
background-color: #E7041C;
}
.BgClassName
{
background-color: #E7041C;
}
</style>
border-color css
<style>
span { border-color: #E7041C; }
span { border-color: rgb(231,4,28); }
td.TdClassName
{
border-color: #E7041C;
}
.TagClassName
{
border-color: #E7041C;
}
</style>