Shades of Torch Red #FB151E
Tints of Torch Red #FB151E
RGB
CMYK
RGB Variations
Color information
#FB151E (or 0xFB151E) is known color: Torch Red. HEX triplet: FB, 15 and 1E. RGB value is (251,21,30). Sum of RGB (Red+Green+Blue) = 251+21+30=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB151E is #04EAE1. Grayscale: #5A5A5A. Windows color (decimal): -322274 or 1971707. OLE color: 1971707.
HSL color Cylindrical-coordinate representation of color #FB151E: hue angle of 357.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB151E is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 30 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.02 |
| HSL | 357.65º | 0.97% | 0.53% | - |
| HSV(B) | 357.65º | 0.92% | 0.98% | - |
| XYZ | 40.29 | 21.14 | 3.19 | - |
| YUV | 90.8 | 93.7 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 30 | 0 | 0.92 | 0.88 | 0.02 | 357.65 | 0.97 | 0.53 |
| Hex | FB | 15 | 1E | 0 | 5C | 58 | 2 | 166 | 61 | 35 |
| Octal | 373 | 25 | 36 | 0 | 134 | 130 | 2 | 546 | 141 | 65 |
| Binary | 11111011 | 10101 | 11110 | 0 | 1011100 | 1011000 | 10 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FB151E
Complementary color
Monochromatic Colors of #FB151E
Black with #FB151E
Text Example
Text Example
White with #FB151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB151E; }
p { color: rgb(251,21,30); }
H1.HeaderClassName
{
color: #FB151E;
}
.AnyTagClassName
{
color: #FB151E;
}
</style>
background-color css
<style>
a { background-color: #FB151E; }
a { background-color: rgb(251,21,30); }
div.DivClassName
{
background-color: #FB151E;
}
.BgClassName
{
background-color: #FB151E;
}
</style>
border-color css
<style>
span { border-color: #FB151E; }
span { border-color: rgb(251,21,30); }
td.TdClassName
{
border-color: #FB151E;
}
.TagClassName
{
border-color: #FB151E;
}
</style>