Shades of Torch Red #FB111A
Tints of Torch Red #FB111A
RGB
CMYK
RGB Variations
Color information
#FB111A (or 0xFB111A) is known color: Torch Red. HEX triplet: FB, 11 and 1A. RGB value is (251,17,26). Sum of RGB (Red+Green+Blue) = 251+17+26=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB111A is #04EEE5. Grayscale: #585858. Windows color (decimal): -323302 or 1708539. OLE color: 1708539.
HSL color Cylindrical-coordinate representation of color #FB111A: hue angle of 357.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB111A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.02 |
| HSL | 357.69º | 0.97% | 0.53% | - |
| HSV(B) | 357.69º | 0.93% | 0.98% | - |
| XYZ | 40.17 | 20.98 | 2.91 | - |
| YUV | 87.99 | 93.02 | 244.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 26 | 0 | 0.93 | 0.90 | 0.02 | 357.69 | 0.97 | 0.53 |
| Hex | FB | 11 | 1A | 0 | 5D | 5A | 2 | 166 | 61 | 35 |
| Octal | 373 | 21 | 32 | 0 | 135 | 132 | 2 | 546 | 141 | 65 |
| Binary | 11111011 | 10001 | 11010 | 0 | 1011101 | 1011010 | 10 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FB111A
Complementary color
Monochromatic Colors of #FB111A
Black with #FB111A
Text Example
Text Example
White with #FB111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB111A; }
p { color: rgb(251,17,26); }
H1.HeaderClassName
{
color: #FB111A;
}
.AnyTagClassName
{
color: #FB111A;
}
</style>
background-color css
<style>
a { background-color: #FB111A; }
a { background-color: rgb(251,17,26); }
div.DivClassName
{
background-color: #FB111A;
}
.BgClassName
{
background-color: #FB111A;
}
</style>
border-color css
<style>
span { border-color: #FB111A; }
span { border-color: rgb(251,17,26); }
td.TdClassName
{
border-color: #FB111A;
}
.TagClassName
{
border-color: #FB111A;
}
</style>