Shades of Fire Engine Red #F0090E
Tints of Fire Engine Red #F0090E
RGB
CMYK
RGB Variations
Color information
#F0090E (or 0xF0090E) is known color: Fire Engine Red. HEX triplet: F0, 09 and 0E. RGB value is (240,9,14). Sum of RGB (Red+Green+Blue) = 240+9+14=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F0090E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0090E is #0FF6F1. Grayscale: #4E4E4E. Windows color (decimal): -1046258 or 920048. OLE color: 920048.
HSL color Cylindrical-coordinate representation of color #F0090E: hue angle of 358.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.06 |
| HSL | 358.7º | 0.93% | 0.49% | - |
| HSV(B) | 358.7º | 0.96% | 0.94% | - |
| XYZ | 36.11 | 18.75 | 2.13 | - |
| YUV | 78.64 | 91.53 | 243.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 14 | 0 | 0.96 | 0.94 | 0.06 | 358.7 | 0.93 | 0.49 |
| Hex | F0 | 9 | E | 0 | 60 | 5E | 6 | 167 | 5D | 31 |
| Octal | 360 | 11 | 16 | 0 | 140 | 136 | 6 | 547 | 135 | 61 |
| Binary | 11110000 | 1001 | 1110 | 0 | 1100000 | 1011110 | 110 | 101100111 | 1011101 | 110001 |
Color Harmonies of #F0090E
Complementary color
Monochromatic Colors of #F0090E
Black with #F0090E
Text Example
Text Example
White with #F0090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0090E; }
p { color: rgb(240,9,14); }
H1.HeaderClassName
{
color: #F0090E;
}
.AnyTagClassName
{
color: #F0090E;
}
</style>
background-color css
<style>
a { background-color: #F0090E; }
a { background-color: rgb(240,9,14); }
div.DivClassName
{
background-color: #F0090E;
}
.BgClassName
{
background-color: #F0090E;
}
</style>
border-color css
<style>
span { border-color: #F0090E; }
span { border-color: rgb(240,9,14); }
td.TdClassName
{
border-color: #F0090E;
}
.TagClassName
{
border-color: #F0090E;
}
</style>