Shades of Fire Engine Red #EE131A
Tints of Fire Engine Red #EE131A
RGB
CMYK
RGB Variations
Color information
#EE131A (or 0xEE131A) is known color: Fire Engine Red. HEX triplet: EE, 13 and 1A. RGB value is (238,19,26). Sum of RGB (Red+Green+Blue) = 238+19+26=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE131A is #11ECE5. Grayscale: #555555. Windows color (decimal): -1174758 or 1709038. OLE color: 1709038.
HSL color Cylindrical-coordinate representation of color #EE131A: hue angle of 358.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE131A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 358.08º | 0.87% | 0.5% | - |
| HSV(B) | 358.08º | 0.92% | 0.93% | - |
| XYZ | 35.68 | 18.72 | 2.71 | - |
| YUV | 85.28 | 94.55 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 26 | 0 | 0.92 | 0.89 | 0.07 | 358.08 | 0.87 | 0.5 |
| Hex | EE | 13 | 1A | 0 | 5C | 59 | 7 | 166 | 57 | 32 |
| Octal | 356 | 23 | 32 | 0 | 134 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101110 | 10011 | 11010 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EE131A
Complementary color
Monochromatic Colors of #EE131A
Black with #EE131A
Text Example
Text Example
White with #EE131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE131A; }
p { color: rgb(238,19,26); }
H1.HeaderClassName
{
color: #EE131A;
}
.AnyTagClassName
{
color: #EE131A;
}
</style>
background-color css
<style>
a { background-color: #EE131A; }
a { background-color: rgb(238,19,26); }
div.DivClassName
{
background-color: #EE131A;
}
.BgClassName
{
background-color: #EE131A;
}
</style>
border-color css
<style>
span { border-color: #EE131A; }
span { border-color: rgb(238,19,26); }
td.TdClassName
{
border-color: #EE131A;
}
.TagClassName
{
border-color: #EE131A;
}
</style>