Shades of Fire Engine Red #E0151B
Tints of Fire Engine Red #E0151B
RGB
CMYK
RGB Variations
Color information
#E0151B (or 0xE0151B) is known color: Fire Engine Red. HEX triplet: E0, 15 and 1B. RGB value is (224,21,27). Sum of RGB (Red+Green+Blue) = 224+21+27=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E0151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0151B is #1FEAE4. Grayscale: #525252. Windows color (decimal): -2091749 or 1775072. OLE color: 1775072.
HSL color Cylindrical-coordinate representation of color #E0151B: hue angle of 358.23º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0151B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.12 |
| HSL | 358.23º | 0.83% | 0.48% | - |
| HSV(B) | 358.23º | 0.91% | 0.88% | - |
| XYZ | 31.21 | 16.46 | 2.57 | - |
| YUV | 82.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 27 | 0 | 0.91 | 0.88 | 0.12 | 358.23 | 0.83 | 0.48 |
| Hex | E0 | 15 | 1B | 0 | 5B | 58 | C | 166 | 53 | 30 |
| Octal | 340 | 25 | 33 | 0 | 133 | 130 | 14 | 546 | 123 | 60 |
| Binary | 11100000 | 10101 | 11011 | 0 | 1011011 | 1011000 | 1100 | 101100110 | 1010011 | 110000 |
Color Harmonies of #E0151B
Complementary color
Monochromatic Colors of #E0151B
Black with #E0151B
Text Example
Text Example
White with #E0151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0151B; }
p { color: rgb(224,21,27); }
H1.HeaderClassName
{
color: #E0151B;
}
.AnyTagClassName
{
color: #E0151B;
}
</style>
background-color css
<style>
a { background-color: #E0151B; }
a { background-color: rgb(224,21,27); }
div.DivClassName
{
background-color: #E0151B;
}
.BgClassName
{
background-color: #E0151B;
}
</style>
border-color css
<style>
span { border-color: #E0151B; }
span { border-color: rgb(224,21,27); }
td.TdClassName
{
border-color: #E0151B;
}
.TagClassName
{
border-color: #E0151B;
}
</style>