Shades of Fire Engine Red #F00A0D
Tints of Fire Engine Red #F00A0D
RGB
CMYK
RGB Variations
Color information
#F00A0D (or 0xF00A0D) is known color: Fire Engine Red. HEX triplet: F0, 0A and 0D. RGB value is (240,10,13). Sum of RGB (Red+Green+Blue) = 240+10+13=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A0D is #0FF5F2. Grayscale: #4F4F4F. Windows color (decimal): -1046003 or 854768. OLE color: 854768.
HSL color Cylindrical-coordinate representation of color #F00A0D: hue angle of 359.22º degrees, saturation: 0.92, 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 #F00A0D is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 13 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.06 |
| HSL | 359.22º | 0.92% | 0.49% | - |
| HSV(B) | 359.22º | 0.96% | 0.94% | - |
| XYZ | 36.12 | 18.77 | 2.1 | - |
| YUV | 79.11 | 90.7 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 13 | 0 | 0.96 | 0.95 | 0.06 | 359.22 | 0.92 | 0.49 |
| Hex | F0 | A | D | 0 | 60 | 5F | 6 | 167 | 5C | 31 |
| Octal | 360 | 12 | 15 | 0 | 140 | 137 | 6 | 547 | 134 | 61 |
| Binary | 11110000 | 1010 | 1101 | 0 | 1100000 | 1011111 | 110 | 101100111 | 1011100 | 110001 |
Color Harmonies of #F00A0D
Complementary color
Monochromatic Colors of #F00A0D
Black with #F00A0D
Text Example
Text Example
White with #F00A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A0D; }
p { color: rgb(240,10,13); }
H1.HeaderClassName
{
color: #F00A0D;
}
.AnyTagClassName
{
color: #F00A0D;
}
</style>
background-color css
<style>
a { background-color: #F00A0D; }
a { background-color: rgb(240,10,13); }
div.DivClassName
{
background-color: #F00A0D;
}
.BgClassName
{
background-color: #F00A0D;
}
</style>
border-color css
<style>
span { border-color: #F00A0D; }
span { border-color: rgb(240,10,13); }
td.TdClassName
{
border-color: #F00A0D;
}
.TagClassName
{
border-color: #F00A0D;
}
</style>