Shades of Fire Engine Red #EE141A
Tints of Fire Engine Red #EE141A
RGB
CMYK
RGB Variations
Color information
#EE141A (or 0xEE141A) is known color: Fire Engine Red. HEX triplet: EE, 14 and 1A. RGB value is (238,20,26). Sum of RGB (Red+Green+Blue) = 238+20+26=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE141A is #11EBE5. Grayscale: #565656. Windows color (decimal): -1174502 or 1709294. OLE color: 1709294.
HSL color Cylindrical-coordinate representation of color #EE141A: hue angle of 358.35º 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 #EE141A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 358.35º | 0.87% | 0.51% | - |
| HSV(B) | 358.35º | 0.92% | 0.93% | - |
| XYZ | 35.7 | 18.75 | 2.72 | - |
| YUV | 85.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 26 | 0 | 0.92 | 0.89 | 0.07 | 358.35 | 0.87 | 0.51 |
| Hex | EE | 14 | 1A | 0 | 5C | 59 | 7 | 166 | 57 | 33 |
| Octal | 356 | 24 | 32 | 0 | 134 | 131 | 7 | 546 | 127 | 63 |
| Binary | 11101110 | 10100 | 11010 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010111 | 110011 |
Color Harmonies of #EE141A
Complementary color
Monochromatic Colors of #EE141A
Black with #EE141A
Text Example
Text Example
White with #EE141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE141A; }
p { color: rgb(238,20,26); }
H1.HeaderClassName
{
color: #EE141A;
}
.AnyTagClassName
{
color: #EE141A;
}
</style>
background-color css
<style>
a { background-color: #EE141A; }
a { background-color: rgb(238,20,26); }
div.DivClassName
{
background-color: #EE141A;
}
.BgClassName
{
background-color: #EE141A;
}
</style>
border-color css
<style>
span { border-color: #EE141A; }
span { border-color: rgb(238,20,26); }
td.TdClassName
{
border-color: #EE141A;
}
.TagClassName
{
border-color: #EE141A;
}
</style>