Shades of Fire Engine Red #E1041F
Tints of Fire Engine Red #E1041F
RGB
CMYK
RGB Variations
Color information
#E1041F (or 0xE1041F) is known color: Fire Engine Red. HEX triplet: E1, 04 and 1F. RGB value is (225,4,31). Sum of RGB (Red+Green+Blue) = 225+4+31=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E1041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1041F is #1EFBE0. Grayscale: #494949. Windows color (decimal): -2030561 or 2032865. OLE color: 2032865.
HSL color Cylindrical-coordinate representation of color #E1041F: hue angle of 352.67º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1041F is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 31 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.12 |
| HSL | 352.67º | 0.97% | 0.45% | - |
| HSV(B) | 352.67º | 0.98% | 0.88% | - |
| XYZ | 31.34 | 16.19 | 2.77 | - |
| YUV | 73.16 | 104.22 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 31 | 0 | 0.98 | 0.86 | 0.12 | 352.67 | 0.97 | 0.45 |
| Hex | E1 | 4 | 1F | 0 | 62 | 56 | C | 161 | 61 | 2D |
| Octal | 341 | 4 | 37 | 0 | 142 | 126 | 14 | 541 | 141 | 55 |
| Binary | 11100001 | 100 | 11111 | 0 | 1100010 | 1010110 | 1100 | 101100001 | 1100001 | 101101 |
Color Harmonies of #E1041F
Complementary color
Monochromatic Colors of #E1041F
Black with #E1041F
Text Example
Text Example
White with #E1041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1041F; }
p { color: rgb(225,4,31); }
H1.HeaderClassName
{
color: #E1041F;
}
.AnyTagClassName
{
color: #E1041F;
}
</style>
background-color css
<style>
a { background-color: #E1041F; }
a { background-color: rgb(225,4,31); }
div.DivClassName
{
background-color: #E1041F;
}
.BgClassName
{
background-color: #E1041F;
}
</style>
border-color css
<style>
span { border-color: #E1041F; }
span { border-color: rgb(225,4,31); }
td.TdClassName
{
border-color: #E1041F;
}
.TagClassName
{
border-color: #E1041F;
}
</style>