Shades of Torch Red #FB1520
Tints of Torch Red #FB1520
RGB
CMYK
RGB Variations
Color information
#FB1520 (or 0xFB1520) is known color: Torch Red. HEX triplet: FB, 15 and 20. RGB value is (251,21,32). Sum of RGB (Red+Green+Blue) = 251+21+32=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1520 is #04EADF. Grayscale: #5B5B5B. Windows color (decimal): -322272 or 2102779. OLE color: 2102779.
HSL color Cylindrical-coordinate representation of color #FB1520: hue angle of 357.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 #FB1520 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 32 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.02 |
| HSL | 357.13º | 0.97% | 0.53% | - |
| HSV(B) | 357.13º | 0.92% | 0.98% | - |
| XYZ | 40.31 | 21.15 | 3.32 | - |
| YUV | 91.02 | 94.7 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 32 | 0 | 0.92 | 0.87 | 0.02 | 357.13 | 0.97 | 0.53 |
| Hex | FB | 15 | 20 | 0 | 5C | 57 | 2 | 165 | 61 | 35 |
| Octal | 373 | 25 | 40 | 0 | 134 | 127 | 2 | 545 | 141 | 65 |
| Binary | 11111011 | 10101 | 100000 | 0 | 1011100 | 1010111 | 10 | 101100101 | 1100001 | 110101 |
Color Harmonies of #FB1520
Complementary color
Monochromatic Colors of #FB1520
Black with #FB1520
Text Example
Text Example
White with #FB1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1520; }
p { color: rgb(251,21,32); }
H1.HeaderClassName
{
color: #FB1520;
}
.AnyTagClassName
{
color: #FB1520;
}
</style>
background-color css
<style>
a { background-color: #FB1520; }
a { background-color: rgb(251,21,32); }
div.DivClassName
{
background-color: #FB1520;
}
.BgClassName
{
background-color: #FB1520;
}
</style>
border-color css
<style>
span { border-color: #FB1520; }
span { border-color: rgb(251,21,32); }
td.TdClassName
{
border-color: #FB1520;
}
.TagClassName
{
border-color: #FB1520;
}
</style>