Shades of Torch Red #FB1944
Tints of Torch Red #FB1944
RGB
CMYK
RGB Variations
Color information
#FB1944 (or 0xFB1944) is known color: Torch Red. HEX triplet: FB, 19 and 44. RGB value is (251,25,68). Sum of RGB (Red+Green+Blue) = 251+25+68=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1944 is #04E6BB. Grayscale: #616161. Windows color (decimal): -321212 or 4463099. OLE color: 4463099.
HSL color Cylindrical-coordinate representation of color #FB1944: hue angle of 348.58º 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 #FB1944 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.02 |
| HSL | 348.58º | 0.97% | 0.54% | - |
| HSV(B) | 348.58º | 0.9% | 0.98% | - |
| XYZ | 41.17 | 21.62 | 7.47 | - |
| YUV | 97.48 | 111.37 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 68 | 0 | 0.90 | 0.73 | 0.02 | 348.58 | 0.97 | 0.54 |
| Hex | FB | 19 | 44 | 0 | 5A | 49 | 2 | 15D | 61 | 36 |
| Octal | 373 | 31 | 104 | 0 | 132 | 111 | 2 | 535 | 141 | 66 |
| Binary | 11111011 | 11001 | 1000100 | 0 | 1011010 | 1001001 | 10 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FB1944
Complementary color
Monochromatic Colors of #FB1944
Black with #FB1944
Text Example
Text Example
White with #FB1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1944; }
p { color: rgb(251,25,68); }
H1.HeaderClassName
{
color: #FB1944;
}
.AnyTagClassName
{
color: #FB1944;
}
</style>
background-color css
<style>
a { background-color: #FB1944; }
a { background-color: rgb(251,25,68); }
div.DivClassName
{
background-color: #FB1944;
}
.BgClassName
{
background-color: #FB1944;
}
</style>
border-color css
<style>
span { border-color: #FB1944; }
span { border-color: rgb(251,25,68); }
td.TdClassName
{
border-color: #FB1944;
}
.TagClassName
{
border-color: #FB1944;
}
</style>