Shades of Torch Red #FB0020
Tints of Torch Red #FB0020
RGB
CMYK
RGB Variations
Color information
#FB0020 (or 0xFB0020) is known color: Torch Red. HEX triplet: FB, 00 and 20. RGB value is (251,0,32). Sum of RGB (Red+Green+Blue) = 251+0+32=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0020 is #04FFDF. Grayscale: #4E4E4E. Windows color (decimal): -327648 or 2097403. OLE color: 2097403.
HSL color Cylindrical-coordinate representation of color #FB0020: hue angle of 352.35º 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 #FB0020 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.87 | 0.02 |
| HSL | 352.35º | 1% | 0.49% | - |
| HSV(B) | 352.35º | 1% | 0.98% | - |
| XYZ | 40.04 | 20.61 | 3.23 | - |
| YUV | 78.7 | 101.66 | 250.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 32 | 0 | 1 | 0.87 | 0.02 | 352.35 | 1 | 0.49 |
| Hex | FB | 0 | 20 | 0 | 64 | 57 | 2 | 160 | 64 | 31 |
| Octal | 373 | 0 | 40 | 0 | 144 | 127 | 2 | 540 | 144 | 61 |
| Binary | 11111011 | 0 | 100000 | 0 | 1100100 | 1010111 | 10 | 101100000 | 1100100 | 110001 |
Color Harmonies of #FB0020
Complementary color
Monochromatic Colors of #FB0020
Black with #FB0020
Text Example
Text Example
White with #FB0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0020; }
p { color: rgb(251,0,32); }
H1.HeaderClassName
{
color: #FB0020;
}
.AnyTagClassName
{
color: #FB0020;
}
</style>
background-color css
<style>
a { background-color: #FB0020; }
a { background-color: rgb(251,0,32); }
div.DivClassName
{
background-color: #FB0020;
}
.BgClassName
{
background-color: #FB0020;
}
</style>
border-color css
<style>
span { border-color: #FB0020; }
span { border-color: rgb(251,0,32); }
td.TdClassName
{
border-color: #FB0020;
}
.TagClassName
{
border-color: #FB0020;
}
</style>