Shades of Torch Red #FB1436
Tints of Torch Red #FB1436
RGB
CMYK
RGB Variations
Color information
#FB1436 (or 0xFB1436) is known color: Torch Red. HEX triplet: FB, 14 and 36. RGB value is (251,20,54). Sum of RGB (Red+Green+Blue) = 251+20+54=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1436 is #04EBC9. Grayscale: #5D5D5D. Windows color (decimal): -322506 or 3544315. OLE color: 3544315.
HSL color Cylindrical-coordinate representation of color #FB1436: hue angle of 351.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1436 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.02 |
| HSL | 351.17º | 0.97% | 0.53% | - |
| HSV(B) | 351.17º | 0.92% | 0.98% | - |
| XYZ | 40.7 | 21.28 | 5.45 | - |
| YUV | 92.95 | 106.03 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 54 | 0 | 0.92 | 0.78 | 0.02 | 351.17 | 0.97 | 0.53 |
| Hex | FB | 14 | 36 | 0 | 5C | 4E | 2 | 15F | 61 | 35 |
| Octal | 373 | 24 | 66 | 0 | 134 | 116 | 2 | 537 | 141 | 65 |
| Binary | 11111011 | 10100 | 110110 | 0 | 1011100 | 1001110 | 10 | 101011111 | 1100001 | 110101 |
Color Harmonies of #FB1436
Complementary color
Monochromatic Colors of #FB1436
Black with #FB1436
Text Example
Text Example
White with #FB1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1436; }
p { color: rgb(251,20,54); }
H1.HeaderClassName
{
color: #FB1436;
}
.AnyTagClassName
{
color: #FB1436;
}
</style>
background-color css
<style>
a { background-color: #FB1436; }
a { background-color: rgb(251,20,54); }
div.DivClassName
{
background-color: #FB1436;
}
.BgClassName
{
background-color: #FB1436;
}
</style>
border-color css
<style>
span { border-color: #FB1436; }
span { border-color: rgb(251,20,54); }
td.TdClassName
{
border-color: #FB1436;
}
.TagClassName
{
border-color: #FB1436;
}
</style>