Shades of Torch Red #FB1845
Tints of Torch Red #FB1845
RGB
CMYK
RGB Variations
Color information
#FB1845 (or 0xFB1845) is known color: Torch Red. HEX triplet: FB, 18 and 45. RGB value is (251,24,69). Sum of RGB (Red+Green+Blue) = 251+24+69=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1845 is #04E7BA. Grayscale: #616161. Windows color (decimal): -321467 or 4528379. OLE color: 4528379.
HSL color Cylindrical-coordinate representation of color #FB1845: hue angle of 348.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1845 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 69 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.02 |
| HSL | 348.11º | 0.97% | 0.54% | - |
| HSV(B) | 348.11º | 0.9% | 0.98% | - |
| XYZ | 41.18 | 21.59 | 7.63 | - |
| YUV | 97 | 112.21 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 69 | 0 | 0.90 | 0.73 | 0.02 | 348.11 | 0.97 | 0.54 |
| Hex | FB | 18 | 45 | 0 | 5A | 49 | 2 | 15C | 61 | 36 |
| Octal | 373 | 30 | 105 | 0 | 132 | 111 | 2 | 534 | 141 | 66 |
| Binary | 11111011 | 11000 | 1000101 | 0 | 1011010 | 1001001 | 10 | 101011100 | 1100001 | 110110 |
Color Harmonies of #FB1845
Complementary color
Monochromatic Colors of #FB1845
Black with #FB1845
Text Example
Text Example
White with #FB1845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1845; }
p { color: rgb(251,24,69); }
H1.HeaderClassName
{
color: #FB1845;
}
.AnyTagClassName
{
color: #FB1845;
}
</style>
background-color css
<style>
a { background-color: #FB1845; }
a { background-color: rgb(251,24,69); }
div.DivClassName
{
background-color: #FB1845;
}
.BgClassName
{
background-color: #FB1845;
}
</style>
border-color css
<style>
span { border-color: #FB1845; }
span { border-color: rgb(251,24,69); }
td.TdClassName
{
border-color: #FB1845;
}
.TagClassName
{
border-color: #FB1845;
}
</style>