Shades of Fire Engine Red #E3151D
Tints of Fire Engine Red #E3151D
RGB
CMYK
RGB Variations
Color information
#E3151D (or 0xE3151D) is known color: Fire Engine Red. HEX triplet: E3, 15 and 1D. RGB value is (227,21,29). Sum of RGB (Red+Green+Blue) = 227+21+29=277 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.95% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 227 - color contains mainly: red. Hex color #E3151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3151D is #1CEAE2. Grayscale: #535353. Windows color (decimal): -1895139 or 1906147. OLE color: 1906147.
HSL color Cylindrical-coordinate representation of color #E3151D: hue angle of 357.67º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3151D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.11 |
| HSL | 357.67º | 0.83% | 0.49% | - |
| HSV(B) | 357.67º | 0.91% | 0.89% | - |
| XYZ | 32.17 | 16.96 | 2.74 | - |
| YUV | 83.51 | 97.25 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 29 | 0 | 0.91 | 0.87 | 0.11 | 357.67 | 0.83 | 0.49 |
| Hex | E3 | 15 | 1D | 0 | 5B | 57 | B | 166 | 53 | 31 |
| Octal | 343 | 25 | 35 | 0 | 133 | 127 | 13 | 546 | 123 | 61 |
| Binary | 11100011 | 10101 | 11101 | 0 | 1011011 | 1010111 | 1011 | 101100110 | 1010011 | 110001 |
Color Harmonies of #E3151D
Complementary color
Monochromatic Colors of #E3151D
Black with #E3151D
Text Example
Text Example
White with #E3151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3151D; }
p { color: rgb(227,21,29); }
H1.HeaderClassName
{
color: #E3151D;
}
.AnyTagClassName
{
color: #E3151D;
}
</style>
background-color css
<style>
a { background-color: #E3151D; }
a { background-color: rgb(227,21,29); }
div.DivClassName
{
background-color: #E3151D;
}
.BgClassName
{
background-color: #E3151D;
}
</style>
border-color css
<style>
span { border-color: #E3151D; }
span { border-color: rgb(227,21,29); }
td.TdClassName
{
border-color: #E3151D;
}
.TagClassName
{
border-color: #E3151D;
}
</style>