Shades of Torch Red #FB1837
Tints of Torch Red #FB1837
RGB
CMYK
RGB Variations
Color information
#FB1837 (or 0xFB1837) is known color: Torch Red. HEX triplet: FB, 18 and 37. RGB value is (251,24,55). Sum of RGB (Red+Green+Blue) = 251+24+55=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1837 is #04E7C8. Grayscale: #5F5F5F. Windows color (decimal): -321481 or 3610875. OLE color: 3610875.
HSL color Cylindrical-coordinate representation of color #FB1837: hue angle of 351.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1837 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 55 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.02 |
| HSL | 351.81º | 0.97% | 0.54% | - |
| HSV(B) | 351.81º | 0.9% | 0.98% | - |
| XYZ | 40.8 | 21.44 | 5.6 | - |
| YUV | 95.41 | 105.21 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 55 | 0 | 0.90 | 0.78 | 0.02 | 351.81 | 0.97 | 0.54 |
| Hex | FB | 18 | 37 | 0 | 5A | 4E | 2 | 160 | 61 | 36 |
| Octal | 373 | 30 | 67 | 0 | 132 | 116 | 2 | 540 | 141 | 66 |
| Binary | 11111011 | 11000 | 110111 | 0 | 1011010 | 1001110 | 10 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FB1837
Complementary color
Monochromatic Colors of #FB1837
Black with #FB1837
Text Example
Text Example
White with #FB1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1837; }
p { color: rgb(251,24,55); }
H1.HeaderClassName
{
color: #FB1837;
}
.AnyTagClassName
{
color: #FB1837;
}
</style>
background-color css
<style>
a { background-color: #FB1837; }
a { background-color: rgb(251,24,55); }
div.DivClassName
{
background-color: #FB1837;
}
.BgClassName
{
background-color: #FB1837;
}
</style>
border-color css
<style>
span { border-color: #FB1837; }
span { border-color: rgb(251,24,55); }
td.TdClassName
{
border-color: #FB1837;
}
.TagClassName
{
border-color: #FB1837;
}
</style>