Shades of Fire Engine Red #F00B0D
Tints of Fire Engine Red #F00B0D
RGB
CMYK
RGB Variations
Color information
#F00B0D (or 0xF00B0D) is known color: Fire Engine Red. HEX triplet: F0, 0B and 0D. RGB value is (240,11,13). Sum of RGB (Red+Green+Blue) = 240+11+13=264 (34% of max value = 765). Red value is 240 (94.14% from 255 or 90.91% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00B0D is #0FF4F2. Grayscale: #4F4F4F. Windows color (decimal): -1045747 or 855024. OLE color: 855024.
HSL color Cylindrical-coordinate representation of color #F00B0D: hue angle of 359.48º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00B0D is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 13 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.06 |
| HSL | 359.48º | 0.91% | 0.49% | - |
| HSV(B) | 359.48º | 0.95% | 0.94% | - |
| XYZ | 36.13 | 18.79 | 2.1 | - |
| YUV | 79.7 | 90.37 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 13 | 0 | 0.95 | 0.95 | 0.06 | 359.48 | 0.91 | 0.49 |
| Hex | F0 | B | D | 0 | 5F | 5F | 6 | 167 | 5B | 31 |
| Octal | 360 | 13 | 15 | 0 | 137 | 137 | 6 | 547 | 133 | 61 |
| Binary | 11110000 | 1011 | 1101 | 0 | 1011111 | 1011111 | 110 | 101100111 | 1011011 | 110001 |
Color Harmonies of #F00B0D
Complementary color
Monochromatic Colors of #F00B0D
Black with #F00B0D
Text Example
Text Example
White with #F00B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B0D; }
p { color: rgb(240,11,13); }
H1.HeaderClassName
{
color: #F00B0D;
}
.AnyTagClassName
{
color: #F00B0D;
}
</style>
background-color css
<style>
a { background-color: #F00B0D; }
a { background-color: rgb(240,11,13); }
div.DivClassName
{
background-color: #F00B0D;
}
.BgClassName
{
background-color: #F00B0D;
}
</style>
border-color css
<style>
span { border-color: #F00B0D; }
span { border-color: rgb(240,11,13); }
td.TdClassName
{
border-color: #F00B0D;
}
.TagClassName
{
border-color: #F00B0D;
}
</style>