Shades of Fire Engine Red #F00D10
Tints of Fire Engine Red #F00D10
RGB
CMYK
RGB Variations
Color information
#F00D10 (or 0xF00D10) is known color: Fire Engine Red. HEX triplet: F0, 0D and 10. RGB value is (240,13,16). Sum of RGB (Red+Green+Blue) = 240+13+16=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00D10 is #0FF2EF. Grayscale: #515151. Windows color (decimal): -1045232 or 1052144. OLE color: 1052144.
HSL color Cylindrical-coordinate representation of color #F00D10: hue angle of 359.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00D10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 16 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.06 |
| HSL | 359.21º | 0.9% | 0.5% | - |
| HSV(B) | 359.21º | 0.95% | 0.94% | - |
| XYZ | 36.17 | 18.85 | 2.22 | - |
| YUV | 81.22 | 91.21 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 16 | 0 | 0.95 | 0.93 | 0.06 | 359.21 | 0.9 | 0.5 |
| Hex | F0 | D | 10 | 0 | 5F | 5D | 6 | 167 | 5A | 32 |
| Octal | 360 | 15 | 20 | 0 | 137 | 135 | 6 | 547 | 132 | 62 |
| Binary | 11110000 | 1101 | 10000 | 0 | 1011111 | 1011101 | 110 | 101100111 | 1011010 | 110010 |
Color Harmonies of #F00D10
Complementary color
Monochromatic Colors of #F00D10
Black with #F00D10
Text Example
Text Example
White with #F00D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00D10; }
p { color: rgb(240,13,16); }
H1.HeaderClassName
{
color: #F00D10;
}
.AnyTagClassName
{
color: #F00D10;
}
</style>
background-color css
<style>
a { background-color: #F00D10; }
a { background-color: rgb(240,13,16); }
div.DivClassName
{
background-color: #F00D10;
}
.BgClassName
{
background-color: #F00D10;
}
</style>
border-color css
<style>
span { border-color: #F00D10; }
span { border-color: rgb(240,13,16); }
td.TdClassName
{
border-color: #F00D10;
}
.TagClassName
{
border-color: #F00D10;
}
</style>