Shades of Fire Engine Red #EE181B
Tints of Fire Engine Red #EE181B
RGB
CMYK
RGB Variations
Color information
#EE181B (or 0xEE181B) is known color: Fire Engine Red. HEX triplet: EE, 18 and 1B. RGB value is (238,24,27). Sum of RGB (Red+Green+Blue) = 238+24+27=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE181B is #11E7E4. Grayscale: #585858. Windows color (decimal): -1173477 or 1775854. OLE color: 1775854.
HSL color Cylindrical-coordinate representation of color #EE181B: hue angle of 359.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE181B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 27 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.07 |
| HSL | 359.16º | 0.86% | 0.51% | - |
| HSV(B) | 359.16º | 0.9% | 0.93% | - |
| XYZ | 35.78 | 18.91 | 2.8 | - |
| YUV | 88.33 | 93.4 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 27 | 0 | 0.90 | 0.89 | 0.07 | 359.16 | 0.86 | 0.51 |
| Hex | EE | 18 | 1B | 0 | 5A | 59 | 7 | 167 | 56 | 33 |
| Octal | 356 | 30 | 33 | 0 | 132 | 131 | 7 | 547 | 126 | 63 |
| Binary | 11101110 | 11000 | 11011 | 0 | 1011010 | 1011001 | 111 | 101100111 | 1010110 | 110011 |
Color Harmonies of #EE181B
Complementary color
Monochromatic Colors of #EE181B
Black with #EE181B
Text Example
Text Example
White with #EE181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE181B; }
p { color: rgb(238,24,27); }
H1.HeaderClassName
{
color: #EE181B;
}
.AnyTagClassName
{
color: #EE181B;
}
</style>
background-color css
<style>
a { background-color: #EE181B; }
a { background-color: rgb(238,24,27); }
div.DivClassName
{
background-color: #EE181B;
}
.BgClassName
{
background-color: #EE181B;
}
</style>
border-color css
<style>
span { border-color: #EE181B; }
span { border-color: rgb(238,24,27); }
td.TdClassName
{
border-color: #EE181B;
}
.TagClassName
{
border-color: #EE181B;
}
</style>