Shades of Fire Engine Red #EE1317
Tints of Fire Engine Red #EE1317
RGB
CMYK
RGB Variations
Color information
#EE1317 (or 0xEE1317) is known color: Fire Engine Red. HEX triplet: EE, 13 and 17. RGB value is (238,19,23). Sum of RGB (Red+Green+Blue) = 238+19+23=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1317 is #11ECE8. Grayscale: #555555. Windows color (decimal): -1174761 or 1512430. OLE color: 1512430.
HSL color Cylindrical-coordinate representation of color #EE1317: hue angle of 358.9º 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 #EE1317 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 23 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.07 |
| HSL | 358.9º | 0.87% | 0.5% | - |
| HSV(B) | 358.9º | 0.92% | 0.93% | - |
| XYZ | 35.65 | 18.7 | 2.54 | - |
| YUV | 84.94 | 93.05 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 23 | 0 | 0.92 | 0.90 | 0.07 | 358.9 | 0.87 | 0.5 |
| Hex | EE | 13 | 17 | 0 | 5C | 5A | 7 | 167 | 57 | 32 |
| Octal | 356 | 23 | 27 | 0 | 134 | 132 | 7 | 547 | 127 | 62 |
| Binary | 11101110 | 10011 | 10111 | 0 | 1011100 | 1011010 | 111 | 101100111 | 1010111 | 110010 |
Color Harmonies of #EE1317
Complementary color
Monochromatic Colors of #EE1317
Black with #EE1317
Text Example
Text Example
White with #EE1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1317; }
p { color: rgb(238,19,23); }
H1.HeaderClassName
{
color: #EE1317;
}
.AnyTagClassName
{
color: #EE1317;
}
</style>
background-color css
<style>
a { background-color: #EE1317; }
a { background-color: rgb(238,19,23); }
div.DivClassName
{
background-color: #EE1317;
}
.BgClassName
{
background-color: #EE1317;
}
</style>
border-color css
<style>
span { border-color: #EE1317; }
span { border-color: rgb(238,19,23); }
td.TdClassName
{
border-color: #EE1317;
}
.TagClassName
{
border-color: #EE1317;
}
</style>