Shades of Fire Engine Red #F00911
Tints of Fire Engine Red #F00911
RGB
CMYK
RGB Variations
Color information
#F00911 (or 0xF00911) is known color: Fire Engine Red. HEX triplet: F0, 09 and 11. RGB value is (240,9,17). Sum of RGB (Red+Green+Blue) = 240+9+17=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F00911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00911 is #0FF6EE. Grayscale: #4F4F4F. Windows color (decimal): -1046255 or 1116656. OLE color: 1116656.
HSL color Cylindrical-coordinate representation of color #F00911: hue angle of 357.92º 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 #F00911 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.06 |
| HSL | 357.92º | 0.93% | 0.49% | - |
| HSV(B) | 357.92º | 0.96% | 0.94% | - |
| XYZ | 36.13 | 18.76 | 2.25 | - |
| YUV | 78.98 | 93.03 | 242.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 17 | 0 | 0.96 | 0.93 | 0.06 | 357.92 | 0.93 | 0.49 |
| Hex | F0 | 9 | 11 | 0 | 60 | 5D | 6 | 166 | 5D | 31 |
| Octal | 360 | 11 | 21 | 0 | 140 | 135 | 6 | 546 | 135 | 61 |
| Binary | 11110000 | 1001 | 10001 | 0 | 1100000 | 1011101 | 110 | 101100110 | 1011101 | 110001 |
Color Harmonies of #F00911
Complementary color
Monochromatic Colors of #F00911
Black with #F00911
Text Example
Text Example
White with #F00911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00911; }
p { color: rgb(240,9,17); }
H1.HeaderClassName
{
color: #F00911;
}
.AnyTagClassName
{
color: #F00911;
}
</style>
background-color css
<style>
a { background-color: #F00911; }
a { background-color: rgb(240,9,17); }
div.DivClassName
{
background-color: #F00911;
}
.BgClassName
{
background-color: #F00911;
}
</style>
border-color css
<style>
span { border-color: #F00911; }
span { border-color: rgb(240,9,17); }
td.TdClassName
{
border-color: #F00911;
}
.TagClassName
{
border-color: #F00911;
}
</style>