Shades of Torch Red #FB0132
Tints of Torch Red #FB0132
RGB
CMYK
RGB Variations
Color information
#FB0132 (or 0xFB0132) is known color: Torch Red. HEX triplet: FB, 01 and 32. RGB value is (251,1,50). Sum of RGB (Red+Green+Blue) = 251+1+50=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0132 is #04FECD. Grayscale: #515151. Windows color (decimal): -327374 or 3277307. OLE color: 3277307.
HSL color Cylindrical-coordinate representation of color #FB0132: hue angle of 348.24º 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 #FB0132 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.02 |
| HSL | 348.24º | 0.99% | 0.49% | - |
| HSV(B) | 348.24º | 1% | 0.98% | - |
| XYZ | 40.37 | 20.76 | 4.9 | - |
| YUV | 81.34 | 110.33 | 249.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 50 | 0 | 1.00 | 0.80 | 0.02 | 348.24 | 0.99 | 0.49 |
| Hex | FB | 1 | 32 | 0 | 64 | 50 | 2 | 15C | 63 | 31 |
| Octal | 373 | 1 | 62 | 0 | 144 | 120 | 2 | 534 | 143 | 61 |
| Binary | 11111011 | 1 | 110010 | 0 | 1100100 | 1010000 | 10 | 101011100 | 1100011 | 110001 |
Color Harmonies of #FB0132
Complementary color
Monochromatic Colors of #FB0132
Black with #FB0132
Text Example
Text Example
White with #FB0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0132; }
p { color: rgb(251,1,50); }
H1.HeaderClassName
{
color: #FB0132;
}
.AnyTagClassName
{
color: #FB0132;
}
</style>
background-color css
<style>
a { background-color: #FB0132; }
a { background-color: rgb(251,1,50); }
div.DivClassName
{
background-color: #FB0132;
}
.BgClassName
{
background-color: #FB0132;
}
</style>
border-color css
<style>
span { border-color: #FB0132; }
span { border-color: rgb(251,1,50); }
td.TdClassName
{
border-color: #FB0132;
}
.TagClassName
{
border-color: #FB0132;
}
</style>