Shades of Torch Red #FB1844
Tints of Torch Red #FB1844
RGB
CMYK
RGB Variations
Color information
#FB1844 (or 0xFB1844) is known color: Torch Red. HEX triplet: FB, 18 and 44. RGB value is (251,24,68). Sum of RGB (Red+Green+Blue) = 251+24+68=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1844 is #04E7BB. Grayscale: #606060. Windows color (decimal): -321468 or 4462843. OLE color: 4462843.
HSL color Cylindrical-coordinate representation of color #FB1844: hue angle of 348.37º 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 #FB1844 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.02 |
| HSL | 348.37º | 0.97% | 0.54% | - |
| HSV(B) | 348.37º | 0.9% | 0.98% | - |
| XYZ | 41.15 | 21.58 | 7.47 | - |
| YUV | 96.89 | 111.71 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 68 | 0 | 0.90 | 0.73 | 0.02 | 348.37 | 0.97 | 0.54 |
| Hex | FB | 18 | 44 | 0 | 5A | 49 | 2 | 15C | 61 | 36 |
| Octal | 373 | 30 | 104 | 0 | 132 | 111 | 2 | 534 | 141 | 66 |
| Binary | 11111011 | 11000 | 1000100 | 0 | 1011010 | 1001001 | 10 | 101011100 | 1100001 | 110110 |
Color Harmonies of #FB1844
Complementary color
Monochromatic Colors of #FB1844
Black with #FB1844
Text Example
Text Example
White with #FB1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1844; }
p { color: rgb(251,24,68); }
H1.HeaderClassName
{
color: #FB1844;
}
.AnyTagClassName
{
color: #FB1844;
}
</style>
background-color css
<style>
a { background-color: #FB1844; }
a { background-color: rgb(251,24,68); }
div.DivClassName
{
background-color: #FB1844;
}
.BgClassName
{
background-color: #FB1844;
}
</style>
border-color css
<style>
span { border-color: #FB1844; }
span { border-color: rgb(251,24,68); }
td.TdClassName
{
border-color: #FB1844;
}
.TagClassName
{
border-color: #FB1844;
}
</style>