Shades of Torch Red #FB0036
Tints of Torch Red #FB0036
RGB
CMYK
RGB Variations
Color information
#FB0036 (or 0xFB0036) is known color: Torch Red. HEX triplet: FB, 00 and 36. RGB value is (251,0,54). Sum of RGB (Red+Green+Blue) = 251+0+54=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0036 is #04FFC9. Grayscale: #515151. Windows color (decimal): -327626 or 3539195. OLE color: 3539195.
HSL color Cylindrical-coordinate representation of color #FB0036: hue angle of 347.09º 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 #FB0036 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.78 | 0.02 |
| HSL | 347.09º | 1% | 0.49% | - |
| HSV(B) | 347.09º | 1% | 0.98% | - |
| XYZ | 40.45 | 20.78 | 5.37 | - |
| YUV | 81.21 | 112.66 | 249.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 54 | 0 | 1 | 0.78 | 0.02 | 347.09 | 1 | 0.49 |
| Hex | FB | 0 | 36 | 0 | 64 | 4E | 2 | 15B | 64 | 31 |
| Octal | 373 | 0 | 66 | 0 | 144 | 116 | 2 | 533 | 144 | 61 |
| Binary | 11111011 | 0 | 110110 | 0 | 1100100 | 1001110 | 10 | 101011011 | 1100100 | 110001 |
Color Harmonies of #FB0036
Complementary color
Monochromatic Colors of #FB0036
Black with #FB0036
Text Example
Text Example
White with #FB0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0036; }
p { color: rgb(251,0,54); }
H1.HeaderClassName
{
color: #FB0036;
}
.AnyTagClassName
{
color: #FB0036;
}
</style>
background-color css
<style>
a { background-color: #FB0036; }
a { background-color: rgb(251,0,54); }
div.DivClassName
{
background-color: #FB0036;
}
.BgClassName
{
background-color: #FB0036;
}
</style>
border-color css
<style>
span { border-color: #FB0036; }
span { border-color: rgb(251,0,54); }
td.TdClassName
{
border-color: #FB0036;
}
.TagClassName
{
border-color: #FB0036;
}
</style>