Shades of Torch Red #FB1A2B
Tints of Torch Red #FB1A2B
RGB
CMYK
RGB Variations
Color information
#FB1A2B (or 0xFB1A2B) is known color: Torch Red. HEX triplet: FB, 1A and 2B. RGB value is (251,26,43). Sum of RGB (Red+Green+Blue) = 251+26+43=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1A2B is #04E5D4. Grayscale: #5F5F5F. Windows color (decimal): -320981 or 2824955. OLE color: 2824955.
HSL color Cylindrical-coordinate representation of color #FB1A2B: hue angle of 355.47º 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 #FB1A2B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 43 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.02 |
| HSL | 355.47º | 0.97% | 0.54% | - |
| HSV(B) | 355.47º | 0.9% | 0.98% | - |
| XYZ | 40.59 | 21.42 | 4.28 | - |
| YUV | 95.21 | 98.54 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 43 | 0 | 0.90 | 0.83 | 0.02 | 355.47 | 0.97 | 0.54 |
| Hex | FB | 1A | 2B | 0 | 5A | 53 | 2 | 163 | 61 | 36 |
| Octal | 373 | 32 | 53 | 0 | 132 | 123 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 11010 | 101011 | 0 | 1011010 | 1010011 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB1A2B
Complementary color
Monochromatic Colors of #FB1A2B
Black with #FB1A2B
Text Example
Text Example
White with #FB1A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A2B; }
p { color: rgb(251,26,43); }
H1.HeaderClassName
{
color: #FB1A2B;
}
.AnyTagClassName
{
color: #FB1A2B;
}
</style>
background-color css
<style>
a { background-color: #FB1A2B; }
a { background-color: rgb(251,26,43); }
div.DivClassName
{
background-color: #FB1A2B;
}
.BgClassName
{
background-color: #FB1A2B;
}
</style>
border-color css
<style>
span { border-color: #FB1A2B; }
span { border-color: rgb(251,26,43); }
td.TdClassName
{
border-color: #FB1A2B;
}
.TagClassName
{
border-color: #FB1A2B;
}
</style>