Shades of Torch Red #FB010B
Tints of Torch Red #FB010B
RGB
CMYK
RGB Variations
Color information
#FB010B (or 0xFB010B) is known color: Torch Red. HEX triplet: FB, 01 and 0B. RGB value is (251,1,11). Sum of RGB (Red+Green+Blue) = 251+1+11=263 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.44% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 251 - color contains mainly: red. Hex color #FB010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB010B is #04FEF4. Grayscale: #4D4D4D. Windows color (decimal): -327413 or 721403. OLE color: 721403.
HSL color Cylindrical-coordinate representation of color #FB010B: hue angle of 357.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB010B is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.02 |
| HSL | 357.6º | 0.99% | 0.49% | - |
| HSV(B) | 357.6º | 1% | 0.98% | - |
| XYZ | 39.85 | 20.56 | 2.18 | - |
| YUV | 76.89 | 90.83 | 252.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 11 | 0 | 1.00 | 0.96 | 0.02 | 357.6 | 0.99 | 0.49 |
| Hex | FB | 1 | B | 0 | 64 | 60 | 2 | 166 | 63 | 31 |
| Octal | 373 | 1 | 13 | 0 | 144 | 140 | 2 | 546 | 143 | 61 |
| Binary | 11111011 | 1 | 1011 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100011 | 110001 |
Color Harmonies of #FB010B
Complementary color
Monochromatic Colors of #FB010B
Black with #FB010B
Text Example
Text Example
White with #FB010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB010B; }
p { color: rgb(251,1,11); }
H1.HeaderClassName
{
color: #FB010B;
}
.AnyTagClassName
{
color: #FB010B;
}
</style>
background-color css
<style>
a { background-color: #FB010B; }
a { background-color: rgb(251,1,11); }
div.DivClassName
{
background-color: #FB010B;
}
.BgClassName
{
background-color: #FB010B;
}
</style>
border-color css
<style>
span { border-color: #FB010B; }
span { border-color: rgb(251,1,11); }
td.TdClassName
{
border-color: #FB010B;
}
.TagClassName
{
border-color: #FB010B;
}
</style>