Shades of Torch Red #FB011A
Tints of Torch Red #FB011A
RGB
CMYK
RGB Variations
Color information
#FB011A (or 0xFB011A) is known color: Torch Red. HEX triplet: FB, 01 and 1A. RGB value is (251,1,26). Sum of RGB (Red+Green+Blue) = 251+1+26=278 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.29% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 251 - color contains mainly: red. Hex color #FB011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB011A is #04FEE5. Grayscale: #4E4E4E. Windows color (decimal): -327398 or 1704443. OLE color: 1704443.
HSL color Cylindrical-coordinate representation of color #FB011A: hue angle of 354º 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 #FB011A is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.02 |
| HSL | 354º | 0.99% | 0.49% | - |
| HSV(B) | 354º | 1% | 0.98% | - |
| XYZ | 39.98 | 20.61 | 2.85 | - |
| YUV | 78.6 | 98.33 | 250.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 26 | 0 | 1.00 | 0.90 | 0.02 | 354 | 0.99 | 0.49 |
| Hex | FB | 1 | 1A | 0 | 64 | 5A | 2 | 162 | 63 | 31 |
| Octal | 373 | 1 | 32 | 0 | 144 | 132 | 2 | 542 | 143 | 61 |
| Binary | 11111011 | 1 | 11010 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100011 | 110001 |
Color Harmonies of #FB011A
Complementary color
Monochromatic Colors of #FB011A
Black with #FB011A
Text Example
Text Example
White with #FB011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB011A; }
p { color: rgb(251,1,26); }
H1.HeaderClassName
{
color: #FB011A;
}
.AnyTagClassName
{
color: #FB011A;
}
</style>
background-color css
<style>
a { background-color: #FB011A; }
a { background-color: rgb(251,1,26); }
div.DivClassName
{
background-color: #FB011A;
}
.BgClassName
{
background-color: #FB011A;
}
</style>
border-color css
<style>
span { border-color: #FB011A; }
span { border-color: rgb(251,1,26); }
td.TdClassName
{
border-color: #FB011A;
}
.TagClassName
{
border-color: #FB011A;
}
</style>