Shades of Torch Red #FB1F44
Tints of Torch Red #FB1F44
RGB
CMYK
RGB Variations
Color information
#FB1F44 (or 0xFB1F44) is known color: Torch Red. HEX triplet: FB, 1F and 44. RGB value is (251,31,68). Sum of RGB (Red+Green+Blue) = 251+31+68=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F44 is #04E0BB. Grayscale: #656565. Windows color (decimal): -319676 or 4464635. OLE color: 4464635.
HSL color Cylindrical-coordinate representation of color #FB1F44: hue angle of 349.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F44 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 68 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.02 |
| HSL | 349.91º | 0.96% | 0.55% | - |
| HSV(B) | 349.91º | 0.88% | 0.98% | - |
| XYZ | 41.32 | 21.91 | 7.52 | - |
| YUV | 101 | 109.39 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 68 | 0 | 0.88 | 0.73 | 0.02 | 349.91 | 0.96 | 0.55 |
| Hex | FB | 1F | 44 | 0 | 58 | 49 | 2 | 15E | 60 | 37 |
| Octal | 373 | 37 | 104 | 0 | 130 | 111 | 2 | 536 | 140 | 67 |
| Binary | 11111011 | 11111 | 1000100 | 0 | 1011000 | 1001001 | 10 | 101011110 | 1100000 | 110111 |
Color Harmonies of #FB1F44
Complementary color
Monochromatic Colors of #FB1F44
Black with #FB1F44
Text Example
Text Example
White with #FB1F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F44; }
p { color: rgb(251,31,68); }
H1.HeaderClassName
{
color: #FB1F44;
}
.AnyTagClassName
{
color: #FB1F44;
}
</style>
background-color css
<style>
a { background-color: #FB1F44; }
a { background-color: rgb(251,31,68); }
div.DivClassName
{
background-color: #FB1F44;
}
.BgClassName
{
background-color: #FB1F44;
}
</style>
border-color css
<style>
span { border-color: #FB1F44; }
span { border-color: rgb(251,31,68); }
td.TdClassName
{
border-color: #FB1F44;
}
.TagClassName
{
border-color: #FB1F44;
}
</style>