Shades of Torch Red #FB1525
Tints of Torch Red #FB1525
RGB
CMYK
RGB Variations
Color information
#FB1525 (or 0xFB1525) is known color: Torch Red. HEX triplet: FB, 15 and 25. RGB value is (251,21,37). Sum of RGB (Red+Green+Blue) = 251+21+37=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1525 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1525 is #04EADA. Grayscale: #5B5B5B. Windows color (decimal): -322267 or 2430459. OLE color: 2430459.
HSL color Cylindrical-coordinate representation of color #FB1525: hue angle of 355.83º 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 #FB1525 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.02 |
| HSL | 355.83º | 0.97% | 0.53% | - |
| HSV(B) | 355.83º | 0.92% | 0.98% | - |
| XYZ | 40.39 | 21.18 | 3.71 | - |
| YUV | 91.59 | 97.2 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 37 | 0 | 0.92 | 0.85 | 0.02 | 355.83 | 0.97 | 0.53 |
| Hex | FB | 15 | 25 | 0 | 5C | 55 | 2 | 164 | 61 | 35 |
| Octal | 373 | 25 | 45 | 0 | 134 | 125 | 2 | 544 | 141 | 65 |
| Binary | 11111011 | 10101 | 100101 | 0 | 1011100 | 1010101 | 10 | 101100100 | 1100001 | 110101 |
Color Harmonies of #FB1525
Complementary color
Monochromatic Colors of #FB1525
Black with #FB1525
Text Example
Text Example
White with #FB1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1525; }
p { color: rgb(251,21,37); }
H1.HeaderClassName
{
color: #FB1525;
}
.AnyTagClassName
{
color: #FB1525;
}
</style>
background-color css
<style>
a { background-color: #FB1525; }
a { background-color: rgb(251,21,37); }
div.DivClassName
{
background-color: #FB1525;
}
.BgClassName
{
background-color: #FB1525;
}
</style>
border-color css
<style>
span { border-color: #FB1525; }
span { border-color: rgb(251,21,37); }
td.TdClassName
{
border-color: #FB1525;
}
.TagClassName
{
border-color: #FB1525;
}
</style>