Shades of Torch Red #FB1537
Tints of Torch Red #FB1537
RGB
CMYK
RGB Variations
Color information
#FB1537 (or 0xFB1537) is known color: Torch Red. HEX triplet: FB, 15 and 37. RGB value is (251,21,55). Sum of RGB (Red+Green+Blue) = 251+21+55=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1537 is #04EAC8. Grayscale: #5D5D5D. Windows color (decimal): -322249 or 3610107. OLE color: 3610107.
HSL color Cylindrical-coordinate representation of color #FB1537: hue angle of 351.13º 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 #FB1537 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 55 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.02 |
| HSL | 351.13º | 0.97% | 0.53% | - |
| HSV(B) | 351.13º | 0.92% | 0.98% | - |
| XYZ | 40.74 | 21.32 | 5.58 | - |
| YUV | 93.65 | 106.2 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 55 | 0 | 0.92 | 0.78 | 0.02 | 351.13 | 0.97 | 0.53 |
| Hex | FB | 15 | 37 | 0 | 5C | 4E | 2 | 15F | 61 | 35 |
| Octal | 373 | 25 | 67 | 0 | 134 | 116 | 2 | 537 | 141 | 65 |
| Binary | 11111011 | 10101 | 110111 | 0 | 1011100 | 1001110 | 10 | 101011111 | 1100001 | 110101 |
Color Harmonies of #FB1537
Complementary color
Monochromatic Colors of #FB1537
Black with #FB1537
Text Example
Text Example
White with #FB1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1537; }
p { color: rgb(251,21,55); }
H1.HeaderClassName
{
color: #FB1537;
}
.AnyTagClassName
{
color: #FB1537;
}
</style>
background-color css
<style>
a { background-color: #FB1537; }
a { background-color: rgb(251,21,55); }
div.DivClassName
{
background-color: #FB1537;
}
.BgClassName
{
background-color: #FB1537;
}
</style>
border-color css
<style>
span { border-color: #FB1537; }
span { border-color: rgb(251,21,55); }
td.TdClassName
{
border-color: #FB1537;
}
.TagClassName
{
border-color: #FB1537;
}
</style>