Shades of Torch Red #FB021F
Tints of Torch Red #FB021F
RGB
CMYK
RGB Variations
Color information
#FB021F (or 0xFB021F) is known color: Torch Red. HEX triplet: FB, 02 and 1F. RGB value is (251,2,31). Sum of RGB (Red+Green+Blue) = 251+2+31=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB021F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB021F is #04FDE0. Grayscale: #4F4F4F. Windows color (decimal): -327137 or 2032379. OLE color: 2032379.
HSL color Cylindrical-coordinate representation of color #FB021F: hue angle of 353.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB021F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.02 |
| HSL | 353.01º | 0.98% | 0.5% | - |
| HSV(B) | 353.01º | 0.99% | 0.98% | - |
| XYZ | 40.05 | 20.65 | 3.17 | - |
| YUV | 79.76 | 100.49 | 250.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 31 | 0 | 0.99 | 0.88 | 0.02 | 353.01 | 0.98 | 0.5 |
| Hex | FB | 2 | 1F | 0 | 63 | 58 | 2 | 161 | 62 | 32 |
| Octal | 373 | 2 | 37 | 0 | 143 | 130 | 2 | 541 | 142 | 62 |
| Binary | 11111011 | 10 | 11111 | 0 | 1100011 | 1011000 | 10 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FB021F
Complementary color
Monochromatic Colors of #FB021F
Black with #FB021F
Text Example
Text Example
White with #FB021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB021F; }
p { color: rgb(251,2,31); }
H1.HeaderClassName
{
color: #FB021F;
}
.AnyTagClassName
{
color: #FB021F;
}
</style>
background-color css
<style>
a { background-color: #FB021F; }
a { background-color: rgb(251,2,31); }
div.DivClassName
{
background-color: #FB021F;
}
.BgClassName
{
background-color: #FB021F;
}
</style>
border-color css
<style>
span { border-color: #FB021F; }
span { border-color: rgb(251,2,31); }
td.TdClassName
{
border-color: #FB021F;
}
.TagClassName
{
border-color: #FB021F;
}
</style>