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