Shades of Torch Red #FB1530
Tints of Torch Red #FB1530
RGB
CMYK
RGB Variations
Color information
#FB1530 (or 0xFB1530) is known color: Torch Red. HEX triplet: FB, 15 and 30. RGB value is (251,21,48). Sum of RGB (Red+Green+Blue) = 251+21+48=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1530 is #04EACF. Grayscale: #5C5C5C. Windows color (decimal): -322256 or 3151355. OLE color: 3151355.
HSL color Cylindrical-coordinate representation of color #FB1530: hue angle of 352.96º 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 #FB1530 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 48 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.02 |
| HSL | 352.96º | 0.97% | 0.53% | - |
| HSV(B) | 352.96º | 0.92% | 0.98% | - |
| XYZ | 40.59 | 21.26 | 4.76 | - |
| YUV | 92.85 | 102.7 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 48 | 0 | 0.92 | 0.81 | 0.02 | 352.96 | 0.97 | 0.53 |
| Hex | FB | 15 | 30 | 0 | 5C | 51 | 2 | 161 | 61 | 35 |
| Octal | 373 | 25 | 60 | 0 | 134 | 121 | 2 | 541 | 141 | 65 |
| Binary | 11111011 | 10101 | 110000 | 0 | 1011100 | 1010001 | 10 | 101100001 | 1100001 | 110101 |
Color Harmonies of #FB1530
Complementary color
Monochromatic Colors of #FB1530
Black with #FB1530
Text Example
Text Example
White with #FB1530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1530; }
p { color: rgb(251,21,48); }
H1.HeaderClassName
{
color: #FB1530;
}
.AnyTagClassName
{
color: #FB1530;
}
</style>
background-color css
<style>
a { background-color: #FB1530; }
a { background-color: rgb(251,21,48); }
div.DivClassName
{
background-color: #FB1530;
}
.BgClassName
{
background-color: #FB1530;
}
</style>
border-color css
<style>
span { border-color: #FB1530; }
span { border-color: rgb(251,21,48); }
td.TdClassName
{
border-color: #FB1530;
}
.TagClassName
{
border-color: #FB1530;
}
</style>