Shades of Fire Engine Red #E7101D
Tints of Fire Engine Red #E7101D
RGB
CMYK
RGB Variations
Color information
#E7101D (or 0xE7101D) is known color: Fire Engine Red. HEX triplet: E7, 10 and 1D. RGB value is (231,16,29). Sum of RGB (Red+Green+Blue) = 231+16+29=276 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.70% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 231 - color contains mainly: red. Hex color #E7101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7101D is #18EFE2. Grayscale: #515151. Windows color (decimal): -1634275 or 1904871. OLE color: 1904871.
HSL color Cylindrical-coordinate representation of color #E7101D: hue angle of 356.37º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7101D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.09 |
| HSL | 356.37º | 0.87% | 0.48% | - |
| HSV(B) | 356.37º | 0.93% | 0.91% | - |
| XYZ | 33.36 | 17.45 | 2.77 | - |
| YUV | 81.77 | 98.23 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 29 | 0 | 0.93 | 0.87 | 0.09 | 356.37 | 0.87 | 0.48 |
| Hex | E7 | 10 | 1D | 0 | 5D | 57 | 9 | 164 | 57 | 30 |
| Octal | 347 | 20 | 35 | 0 | 135 | 127 | 11 | 544 | 127 | 60 |
| Binary | 11100111 | 10000 | 11101 | 0 | 1011101 | 1010111 | 1001 | 101100100 | 1010111 | 110000 |
Color Harmonies of #E7101D
Complementary color
Monochromatic Colors of #E7101D
Black with #E7101D
Text Example
Text Example
White with #E7101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7101D; }
p { color: rgb(231,16,29); }
H1.HeaderClassName
{
color: #E7101D;
}
.AnyTagClassName
{
color: #E7101D;
}
</style>
background-color css
<style>
a { background-color: #E7101D; }
a { background-color: rgb(231,16,29); }
div.DivClassName
{
background-color: #E7101D;
}
.BgClassName
{
background-color: #E7101D;
}
</style>
border-color css
<style>
span { border-color: #E7101D; }
span { border-color: rgb(231,16,29); }
td.TdClassName
{
border-color: #E7101D;
}
.TagClassName
{
border-color: #E7101D;
}
</style>