Shades of Fire Engine Red #E1071A
Tints of Fire Engine Red #E1071A
RGB
CMYK
RGB Variations
Color information
#E1071A (or 0xE1071A) is known color: Fire Engine Red. HEX triplet: E1, 07 and 1A. RGB value is (225,7,26). Sum of RGB (Red+Green+Blue) = 225+7+26=258 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.21% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 225 - color contains mainly: red. Hex color #E1071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1071A is #1EF8E5. Grayscale: #4A4A4A. Windows color (decimal): -2029798 or 1705953. OLE color: 1705953.
HSL color Cylindrical-coordinate representation of color #E1071A: hue angle of 354.77º 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 #E1071A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 26 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.12 |
| HSL | 354.77º | 0.94% | 0.45% | - |
| HSV(B) | 354.77º | 0.97% | 0.88% | - |
| XYZ | 31.31 | 16.23 | 2.46 | - |
| YUV | 74.35 | 100.72 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 26 | 0 | 0.97 | 0.88 | 0.12 | 354.77 | 0.94 | 0.45 |
| Hex | E1 | 7 | 1A | 0 | 61 | 58 | C | 163 | 5E | 2D |
| Octal | 341 | 7 | 32 | 0 | 141 | 130 | 14 | 543 | 136 | 55 |
| Binary | 11100001 | 111 | 11010 | 0 | 1100001 | 1011000 | 1100 | 101100011 | 1011110 | 101101 |
Color Harmonies of #E1071A
Complementary color
Monochromatic Colors of #E1071A
Black with #E1071A
Text Example
Text Example
White with #E1071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1071A; }
p { color: rgb(225,7,26); }
H1.HeaderClassName
{
color: #E1071A;
}
.AnyTagClassName
{
color: #E1071A;
}
</style>
background-color css
<style>
a { background-color: #E1071A; }
a { background-color: rgb(225,7,26); }
div.DivClassName
{
background-color: #E1071A;
}
.BgClassName
{
background-color: #E1071A;
}
</style>
border-color css
<style>
span { border-color: #E1071A; }
span { border-color: rgb(225,7,26); }
td.TdClassName
{
border-color: #E1071A;
}
.TagClassName
{
border-color: #E1071A;
}
</style>