Shades of Torch Red #FB001A
Tints of Torch Red #FB001A
RGB
CMYK
RGB Variations
Color information
#FB001A (or 0xFB001A) is known color: Torch Red. HEX triplet: FB, 00 and 1A. RGB value is (251,0,26). Sum of RGB (Red+Green+Blue) = 251+0+26=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB001A is #04FFE5. Grayscale: #4E4E4E. Windows color (decimal): -327654 or 1704187. OLE color: 1704187.
HSL color Cylindrical-coordinate representation of color #FB001A: hue angle of 353.78º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB001A is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.90 | 0.02 |
| HSL | 353.78º | 1% | 0.49% | - |
| HSV(B) | 353.78º | 1% | 0.98% | - |
| XYZ | 39.97 | 20.58 | 2.84 | - |
| YUV | 78.01 | 98.66 | 251.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 26 | 0 | 1 | 0.90 | 0.02 | 353.78 | 1 | 0.49 |
| Hex | FB | 0 | 1A | 0 | 64 | 5A | 2 | 162 | 64 | 31 |
| Octal | 373 | 0 | 32 | 0 | 144 | 132 | 2 | 542 | 144 | 61 |
| Binary | 11111011 | 0 | 11010 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100100 | 110001 |
Color Harmonies of #FB001A
Complementary color
Monochromatic Colors of #FB001A
Black with #FB001A
Text Example
Text Example
White with #FB001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB001A; }
p { color: rgb(251,0,26); }
H1.HeaderClassName
{
color: #FB001A;
}
.AnyTagClassName
{
color: #FB001A;
}
</style>
background-color css
<style>
a { background-color: #FB001A; }
a { background-color: rgb(251,0,26); }
div.DivClassName
{
background-color: #FB001A;
}
.BgClassName
{
background-color: #FB001A;
}
</style>
border-color css
<style>
span { border-color: #FB001A; }
span { border-color: rgb(251,0,26); }
td.TdClassName
{
border-color: #FB001A;
}
.TagClassName
{
border-color: #FB001A;
}
</style>