Shades of Torch Red #FB1724
Tints of Torch Red #FB1724
RGB
CMYK
RGB Variations
Color information
#FB1724 (or 0xFB1724) is known color: Torch Red. HEX triplet: FB, 17 and 24. RGB value is (251,23,36). Sum of RGB (Red+Green+Blue) = 251+23+36=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1724 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1724 is #04E8DB. Grayscale: #5C5C5C. Windows color (decimal): -321756 or 2365435. OLE color: 2365435.
HSL color Cylindrical-coordinate representation of color #FB1724: hue angle of 356.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1724 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 36 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.02 |
| HSL | 356.58º | 0.97% | 0.54% | - |
| HSV(B) | 356.58º | 0.91% | 0.98% | - |
| XYZ | 40.41 | 21.25 | 3.64 | - |
| YUV | 92.65 | 96.04 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 36 | 0 | 0.91 | 0.86 | 0.02 | 356.58 | 0.97 | 0.54 |
| Hex | FB | 17 | 24 | 0 | 5B | 56 | 2 | 165 | 61 | 36 |
| Octal | 373 | 27 | 44 | 0 | 133 | 126 | 2 | 545 | 141 | 66 |
| Binary | 11111011 | 10111 | 100100 | 0 | 1011011 | 1010110 | 10 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FB1724
Complementary color
Monochromatic Colors of #FB1724
Black with #FB1724
Text Example
Text Example
White with #FB1724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1724; }
p { color: rgb(251,23,36); }
H1.HeaderClassName
{
color: #FB1724;
}
.AnyTagClassName
{
color: #FB1724;
}
</style>
background-color css
<style>
a { background-color: #FB1724; }
a { background-color: rgb(251,23,36); }
div.DivClassName
{
background-color: #FB1724;
}
.BgClassName
{
background-color: #FB1724;
}
</style>
border-color css
<style>
span { border-color: #FB1724; }
span { border-color: rgb(251,23,36); }
td.TdClassName
{
border-color: #FB1724;
}
.TagClassName
{
border-color: #FB1724;
}
</style>