Shades of Torch Red #FB091D
Tints of Torch Red #FB091D
RGB
CMYK
RGB Variations
Color information
#FB091D (or 0xFB091D) is known color: Torch Red. HEX triplet: FB, 09 and 1D. RGB value is (251,9,29). Sum of RGB (Red+Green+Blue) = 251+9+29=289 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.85% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 251 - color contains mainly: red. Hex color #FB091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB091D is #04F6E2. Grayscale: #535353. Windows color (decimal): -325347 or 1903099. OLE color: 1903099.
HSL color Cylindrical-coordinate representation of color #FB091D: hue angle of 355.04º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB091D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.02 |
| HSL | 355.04º | 0.97% | 0.51% | - |
| HSV(B) | 355.04º | 0.96% | 0.98% | - |
| XYZ | 40.1 | 20.79 | 3.06 | - |
| YUV | 83.64 | 97.17 | 247.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 29 | 0 | 0.96 | 0.88 | 0.02 | 355.04 | 0.97 | 0.51 |
| Hex | FB | 9 | 1D | 0 | 60 | 58 | 2 | 163 | 61 | 33 |
| Octal | 373 | 11 | 35 | 0 | 140 | 130 | 2 | 543 | 141 | 63 |
| Binary | 11111011 | 1001 | 11101 | 0 | 1100000 | 1011000 | 10 | 101100011 | 1100001 | 110011 |
Color Harmonies of #FB091D
Complementary color
Monochromatic Colors of #FB091D
Black with #FB091D
Text Example
Text Example
White with #FB091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB091D; }
p { color: rgb(251,9,29); }
H1.HeaderClassName
{
color: #FB091D;
}
.AnyTagClassName
{
color: #FB091D;
}
</style>
background-color css
<style>
a { background-color: #FB091D; }
a { background-color: rgb(251,9,29); }
div.DivClassName
{
background-color: #FB091D;
}
.BgClassName
{
background-color: #FB091D;
}
</style>
border-color css
<style>
span { border-color: #FB091D; }
span { border-color: rgb(251,9,29); }
td.TdClassName
{
border-color: #FB091D;
}
.TagClassName
{
border-color: #FB091D;
}
</style>