Shades of Torch Red #FB040E
Tints of Torch Red #FB040E
RGB
CMYK
RGB Variations
Color information
#FB040E (or 0xFB040E) is known color: Torch Red. HEX triplet: FB, 04 and 0E. RGB value is (251,4,14). Sum of RGB (Red+Green+Blue) = 251+4+14=269 (35% of max value = 765). Red value is 251 (98.44% from 255 or 93.31% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 251 - color contains mainly: red. Hex color #FB040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB040E is #04FBF1. Grayscale: #4F4F4F. Windows color (decimal): -326642 or 918779. OLE color: 918779.
HSL color Cylindrical-coordinate representation of color #FB040E: hue angle of 357.57º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.02 |
| HSL | 357.57º | 0.97% | 0.5% | - |
| HSV(B) | 357.57º | 0.98% | 0.98% | - |
| XYZ | 39.91 | 20.63 | 2.29 | - |
| YUV | 78.99 | 91.33 | 250.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 14 | 0 | 0.98 | 0.94 | 0.02 | 357.57 | 0.97 | 0.5 |
| Hex | FB | 4 | E | 0 | 62 | 5E | 2 | 166 | 61 | 32 |
| Octal | 373 | 4 | 16 | 0 | 142 | 136 | 2 | 546 | 141 | 62 |
| Binary | 11111011 | 100 | 1110 | 0 | 1100010 | 1011110 | 10 | 101100110 | 1100001 | 110010 |
Color Harmonies of #FB040E
Complementary color
Monochromatic Colors of #FB040E
Black with #FB040E
Text Example
Text Example
White with #FB040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB040E; }
p { color: rgb(251,4,14); }
H1.HeaderClassName
{
color: #FB040E;
}
.AnyTagClassName
{
color: #FB040E;
}
</style>
background-color css
<style>
a { background-color: #FB040E; }
a { background-color: rgb(251,4,14); }
div.DivClassName
{
background-color: #FB040E;
}
.BgClassName
{
background-color: #FB040E;
}
</style>
border-color css
<style>
span { border-color: #FB040E; }
span { border-color: rgb(251,4,14); }
td.TdClassName
{
border-color: #FB040E;
}
.TagClassName
{
border-color: #FB040E;
}
</style>