Shades of Torch Red #FB1639
Tints of Torch Red #FB1639
RGB
CMYK
RGB Variations
Color information
#FB1639 (or 0xFB1639) is known color: Torch Red. HEX triplet: FB, 16 and 39. RGB value is (251,22,57). Sum of RGB (Red+Green+Blue) = 251+22+57=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1639 is #04E9C6. Grayscale: #5E5E5E. Windows color (decimal): -321991 or 3741435. OLE color: 3741435.
HSL color Cylindrical-coordinate representation of color #FB1639: hue angle of 350.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1639 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 57 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.02 |
| HSL | 350.83º | 0.97% | 0.54% | - |
| HSV(B) | 350.83º | 0.91% | 0.98% | - |
| XYZ | 40.81 | 21.38 | 5.85 | - |
| YUV | 94.46 | 106.87 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 57 | 0 | 0.91 | 0.77 | 0.02 | 350.83 | 0.97 | 0.54 |
| Hex | FB | 16 | 39 | 0 | 5B | 4D | 2 | 15F | 61 | 36 |
| Octal | 373 | 26 | 71 | 0 | 133 | 115 | 2 | 537 | 141 | 66 |
| Binary | 11111011 | 10110 | 111001 | 0 | 1011011 | 1001101 | 10 | 101011111 | 1100001 | 110110 |
Color Harmonies of #FB1639
Complementary color
Monochromatic Colors of #FB1639
Black with #FB1639
Text Example
Text Example
White with #FB1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1639; }
p { color: rgb(251,22,57); }
H1.HeaderClassName
{
color: #FB1639;
}
.AnyTagClassName
{
color: #FB1639;
}
</style>
background-color css
<style>
a { background-color: #FB1639; }
a { background-color: rgb(251,22,57); }
div.DivClassName
{
background-color: #FB1639;
}
.BgClassName
{
background-color: #FB1639;
}
</style>
border-color css
<style>
span { border-color: #FB1639; }
span { border-color: rgb(251,22,57); }
td.TdClassName
{
border-color: #FB1639;
}
.TagClassName
{
border-color: #FB1639;
}
</style>