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