Shades of Fire Engine Red #E3151B
Tints of Fire Engine Red #E3151B
RGB
CMYK
RGB Variations
Color information
#E3151B (or 0xE3151B) is known color: Fire Engine Red. HEX triplet: E3, 15 and 1B. RGB value is (227,21,27). Sum of RGB (Red+Green+Blue) = 227+21+27=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E3151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3151B is #1CEAE4. Grayscale: #535353. Windows color (decimal): -1895141 or 1775075. OLE color: 1775075.
HSL color Cylindrical-coordinate representation of color #E3151B: hue angle of 358.25º 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 #E3151B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.11 |
| HSL | 358.25º | 0.83% | 0.49% | - |
| HSV(B) | 358.25º | 0.91% | 0.89% | - |
| XYZ | 32.14 | 16.95 | 2.61 | - |
| YUV | 83.28 | 96.25 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 27 | 0 | 0.91 | 0.88 | 0.11 | 358.25 | 0.83 | 0.49 |
| Hex | E3 | 15 | 1B | 0 | 5B | 58 | B | 166 | 53 | 31 |
| Octal | 343 | 25 | 33 | 0 | 133 | 130 | 13 | 546 | 123 | 61 |
| Binary | 11100011 | 10101 | 11011 | 0 | 1011011 | 1011000 | 1011 | 101100110 | 1010011 | 110001 |
Color Harmonies of #E3151B
Complementary color
Monochromatic Colors of #E3151B
Black with #E3151B
Text Example
Text Example
White with #E3151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3151B; }
p { color: rgb(227,21,27); }
H1.HeaderClassName
{
color: #E3151B;
}
.AnyTagClassName
{
color: #E3151B;
}
</style>
background-color css
<style>
a { background-color: #E3151B; }
a { background-color: rgb(227,21,27); }
div.DivClassName
{
background-color: #E3151B;
}
.BgClassName
{
background-color: #E3151B;
}
</style>
border-color css
<style>
span { border-color: #E3151B; }
span { border-color: rgb(227,21,27); }
td.TdClassName
{
border-color: #E3151B;
}
.TagClassName
{
border-color: #E3151B;
}
</style>