Shades of Torch Red #FB1F2B
Tints of Torch Red #FB1F2B
RGB
CMYK
RGB Variations
Color information
#FB1F2B (or 0xFB1F2B) is known color: Torch Red. HEX triplet: FB, 1F and 2B. RGB value is (251,31,43). Sum of RGB (Red+Green+Blue) = 251+31+43=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F2B is #04E0D4. Grayscale: #626262. Windows color (decimal): -319701 or 2826235. OLE color: 2826235.
HSL color Cylindrical-coordinate representation of color #FB1F2B: hue angle of 356.73º 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 #FB1F2B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 43 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.02 |
| HSL | 356.73º | 0.96% | 0.55% | - |
| HSV(B) | 356.73º | 0.88% | 0.98% | - |
| XYZ | 40.71 | 21.66 | 4.32 | - |
| YUV | 98.15 | 96.89 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 43 | 0 | 0.88 | 0.83 | 0.02 | 356.73 | 0.96 | 0.55 |
| Hex | FB | 1F | 2B | 0 | 58 | 53 | 2 | 165 | 60 | 37 |
| Octal | 373 | 37 | 53 | 0 | 130 | 123 | 2 | 545 | 140 | 67 |
| Binary | 11111011 | 11111 | 101011 | 0 | 1011000 | 1010011 | 10 | 101100101 | 1100000 | 110111 |
Color Harmonies of #FB1F2B
Complementary color
Monochromatic Colors of #FB1F2B
Black with #FB1F2B
Text Example
Text Example
White with #FB1F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F2B; }
p { color: rgb(251,31,43); }
H1.HeaderClassName
{
color: #FB1F2B;
}
.AnyTagClassName
{
color: #FB1F2B;
}
</style>
background-color css
<style>
a { background-color: #FB1F2B; }
a { background-color: rgb(251,31,43); }
div.DivClassName
{
background-color: #FB1F2B;
}
.BgClassName
{
background-color: #FB1F2B;
}
</style>
border-color css
<style>
span { border-color: #FB1F2B; }
span { border-color: rgb(251,31,43); }
td.TdClassName
{
border-color: #FB1F2B;
}
.TagClassName
{
border-color: #FB1F2B;
}
</style>