Shades of Fire Engine Red #EE141B
Tints of Fire Engine Red #EE141B
RGB
CMYK
RGB Variations
Color information
#EE141B (or 0xEE141B) is known color: Fire Engine Red. HEX triplet: EE, 14 and 1B. RGB value is (238,20,27). Sum of RGB (Red+Green+Blue) = 238+20+27=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE141B is #11EBE4. Grayscale: #565656. Windows color (decimal): -1174501 or 1774830. OLE color: 1774830.
HSL color Cylindrical-coordinate representation of color #EE141B: hue angle of 358.07º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE141B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 358.07º | 0.87% | 0.51% | - |
| HSV(B) | 358.07º | 0.92% | 0.93% | - |
| XYZ | 35.71 | 18.76 | 2.78 | - |
| YUV | 85.98 | 94.72 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 27 | 0 | 0.92 | 0.89 | 0.07 | 358.07 | 0.87 | 0.51 |
| Hex | EE | 14 | 1B | 0 | 5C | 59 | 7 | 166 | 57 | 33 |
| Octal | 356 | 24 | 33 | 0 | 134 | 131 | 7 | 546 | 127 | 63 |
| Binary | 11101110 | 10100 | 11011 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010111 | 110011 |
Color Harmonies of #EE141B
Complementary color
Monochromatic Colors of #EE141B
Black with #EE141B
Text Example
Text Example
White with #EE141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE141B; }
p { color: rgb(238,20,27); }
H1.HeaderClassName
{
color: #EE141B;
}
.AnyTagClassName
{
color: #EE141B;
}
</style>
background-color css
<style>
a { background-color: #EE141B; }
a { background-color: rgb(238,20,27); }
div.DivClassName
{
background-color: #EE141B;
}
.BgClassName
{
background-color: #EE141B;
}
</style>
border-color css
<style>
span { border-color: #EE141B; }
span { border-color: rgb(238,20,27); }
td.TdClassName
{
border-color: #EE141B;
}
.TagClassName
{
border-color: #EE141B;
}
</style>