Shades of Fire Engine Red #EE151B
Tints of Fire Engine Red #EE151B
RGB
CMYK
RGB Variations
Color information
#EE151B (or 0xEE151B) is known color: Fire Engine Red. HEX triplet: EE, 15 and 1B. RGB value is (238,21,27). Sum of RGB (Red+Green+Blue) = 238+21+27=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE151B is #11EAE4. Grayscale: #565656. Windows color (decimal): -1174245 or 1775086. OLE color: 1775086.
HSL color Cylindrical-coordinate representation of color #EE151B: hue angle of 358.34º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE151B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 27 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.07 |
| HSL | 358.34º | 0.86% | 0.51% | - |
| HSV(B) | 358.34º | 0.91% | 0.93% | - |
| XYZ | 35.73 | 18.79 | 2.78 | - |
| YUV | 86.57 | 94.39 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 27 | 0 | 0.91 | 0.89 | 0.07 | 358.34 | 0.86 | 0.51 |
| Hex | EE | 15 | 1B | 0 | 5B | 59 | 7 | 166 | 56 | 33 |
| Octal | 356 | 25 | 33 | 0 | 133 | 131 | 7 | 546 | 126 | 63 |
| Binary | 11101110 | 10101 | 11011 | 0 | 1011011 | 1011001 | 111 | 101100110 | 1010110 | 110011 |
Color Harmonies of #EE151B
Complementary color
Monochromatic Colors of #EE151B
Black with #EE151B
Text Example
Text Example
White with #EE151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE151B; }
p { color: rgb(238,21,27); }
H1.HeaderClassName
{
color: #EE151B;
}
.AnyTagClassName
{
color: #EE151B;
}
</style>
background-color css
<style>
a { background-color: #EE151B; }
a { background-color: rgb(238,21,27); }
div.DivClassName
{
background-color: #EE151B;
}
.BgClassName
{
background-color: #EE151B;
}
</style>
border-color css
<style>
span { border-color: #EE151B; }
span { border-color: rgb(238,21,27); }
td.TdClassName
{
border-color: #EE151B;
}
.TagClassName
{
border-color: #EE151B;
}
</style>