Shades of Fire Engine Red #EE1015
Tints of Fire Engine Red #EE1015
RGB
CMYK
RGB Variations
Color information
#EE1015 (or 0xEE1015) is known color: Fire Engine Red. HEX triplet: EE, 10 and 15. RGB value is (238,16,21). Sum of RGB (Red+Green+Blue) = 238+16+21=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1015 is #11EFEA. Grayscale: #535353. Windows color (decimal): -1175531 or 1380590. OLE color: 1380590.
HSL color Cylindrical-coordinate representation of color #EE1015: hue angle of 358.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1015 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.07 |
| HSL | 358.65º | 0.87% | 0.5% | - |
| HSV(B) | 358.65º | 0.93% | 0.93% | - |
| XYZ | 35.58 | 18.6 | 2.42 | - |
| YUV | 82.95 | 93.05 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 21 | 0 | 0.93 | 0.91 | 0.07 | 358.65 | 0.87 | 0.5 |
| Hex | EE | 10 | 15 | 0 | 5D | 5B | 7 | 167 | 57 | 32 |
| Octal | 356 | 20 | 25 | 0 | 135 | 133 | 7 | 547 | 127 | 62 |
| Binary | 11101110 | 10000 | 10101 | 0 | 1011101 | 1011011 | 111 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EE1015
Complementary color
Monochromatic Colors of #EE1015
Black with #EE1015
Text Example
Text Example
White with #EE1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1015; }
p { color: rgb(238,16,21); }
H1.HeaderClassName
{
color: #EE1015;
}
.AnyTagClassName
{
color: #EE1015;
}
</style>
background-color css
<style>
a { background-color: #EE1015; }
a { background-color: rgb(238,16,21); }
div.DivClassName
{
background-color: #EE1015;
}
.BgClassName
{
background-color: #EE1015;
}
</style>
border-color css
<style>
span { border-color: #EE1015; }
span { border-color: rgb(238,16,21); }
td.TdClassName
{
border-color: #EE1015;
}
.TagClassName
{
border-color: #EE1015;
}
</style>