Shades of Fire Engine Red #E1071D
Tints of Fire Engine Red #E1071D
RGB
CMYK
RGB Variations
Color information
#E1071D (or 0xE1071D) is known color: Fire Engine Red. HEX triplet: E1, 07 and 1D. RGB value is (225,7,29). Sum of RGB (Red+Green+Blue) = 225+7+29=261 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.21% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 225 - color contains mainly: red. Hex color #E1071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1071D is #1EF8E2. Grayscale: #4A4A4A. Windows color (decimal): -2029795 or 1902561. OLE color: 1902561.
HSL color Cylindrical-coordinate representation of color #E1071D: hue angle of 353.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1071D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.12 |
| HSL | 353.94º | 0.94% | 0.45% | - |
| HSV(B) | 353.94º | 0.97% | 0.88% | - |
| XYZ | 31.35 | 16.25 | 2.65 | - |
| YUV | 74.69 | 102.22 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 29 | 0 | 0.97 | 0.87 | 0.12 | 353.94 | 0.94 | 0.45 |
| Hex | E1 | 7 | 1D | 0 | 61 | 57 | C | 162 | 5E | 2D |
| Octal | 341 | 7 | 35 | 0 | 141 | 127 | 14 | 542 | 136 | 55 |
| Binary | 11100001 | 111 | 11101 | 0 | 1100001 | 1010111 | 1100 | 101100010 | 1011110 | 101101 |
Color Harmonies of #E1071D
Complementary color
Monochromatic Colors of #E1071D
Black with #E1071D
Text Example
Text Example
White with #E1071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1071D; }
p { color: rgb(225,7,29); }
H1.HeaderClassName
{
color: #E1071D;
}
.AnyTagClassName
{
color: #E1071D;
}
</style>
background-color css
<style>
a { background-color: #E1071D; }
a { background-color: rgb(225,7,29); }
div.DivClassName
{
background-color: #E1071D;
}
.BgClassName
{
background-color: #E1071D;
}
</style>
border-color css
<style>
span { border-color: #E1071D; }
span { border-color: rgb(225,7,29); }
td.TdClassName
{
border-color: #E1071D;
}
.TagClassName
{
border-color: #E1071D;
}
</style>