Shades of Torch Red #FB1444
Tints of Torch Red #FB1444
RGB
CMYK
RGB Variations
Color information
#FB1444 (or 0xFB1444) is known color: Torch Red. HEX triplet: FB, 14 and 44. RGB value is (251,20,68). Sum of RGB (Red+Green+Blue) = 251+20+68=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1444 is #04EBBB. Grayscale: #5E5E5E. Windows color (decimal): -322492 or 4461819. OLE color: 4461819.
HSL color Cylindrical-coordinate representation of color #FB1444: hue angle of 347.53º 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 #FB1444 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 68 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.02 |
| HSL | 347.53º | 0.97% | 0.53% | - |
| HSV(B) | 347.53º | 0.92% | 0.98% | - |
| XYZ | 41.08 | 21.43 | 7.44 | - |
| YUV | 94.54 | 113.03 | 239.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 68 | 0 | 0.92 | 0.73 | 0.02 | 347.53 | 0.97 | 0.53 |
| Hex | FB | 14 | 44 | 0 | 5C | 49 | 2 | 15C | 61 | 35 |
| Octal | 373 | 24 | 104 | 0 | 134 | 111 | 2 | 534 | 141 | 65 |
| Binary | 11111011 | 10100 | 1000100 | 0 | 1011100 | 1001001 | 10 | 101011100 | 1100001 | 110101 |
Color Harmonies of #FB1444
Complementary color
Monochromatic Colors of #FB1444
Black with #FB1444
Text Example
Text Example
White with #FB1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1444; }
p { color: rgb(251,20,68); }
H1.HeaderClassName
{
color: #FB1444;
}
.AnyTagClassName
{
color: #FB1444;
}
</style>
background-color css
<style>
a { background-color: #FB1444; }
a { background-color: rgb(251,20,68); }
div.DivClassName
{
background-color: #FB1444;
}
.BgClassName
{
background-color: #FB1444;
}
</style>
border-color css
<style>
span { border-color: #FB1444; }
span { border-color: rgb(251,20,68); }
td.TdClassName
{
border-color: #FB1444;
}
.TagClassName
{
border-color: #FB1444;
}
</style>