Shades of Torch Red #FB041B
Tints of Torch Red #FB041B
RGB
CMYK
RGB Variations
Color information
#FB041B (or 0xFB041B) is known color: Torch Red. HEX triplet: FB, 04 and 1B. RGB value is (251,4,27). Sum of RGB (Red+Green+Blue) = 251+4+27=282 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.01% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 251 - color contains mainly: red. Hex color #FB041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB041B is #04FBE4. Grayscale: #505050. Windows color (decimal): -326629 or 1770747. OLE color: 1770747.
HSL color Cylindrical-coordinate representation of color #FB041B: hue angle of 354.41º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB041B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.02 |
| HSL | 354.41º | 0.97% | 0.5% | - |
| HSV(B) | 354.41º | 0.98% | 0.98% | - |
| XYZ | 40.02 | 20.68 | 2.92 | - |
| YUV | 80.48 | 97.83 | 249.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 27 | 0 | 0.98 | 0.89 | 0.02 | 354.41 | 0.97 | 0.5 |
| Hex | FB | 4 | 1B | 0 | 62 | 59 | 2 | 162 | 61 | 32 |
| Octal | 373 | 4 | 33 | 0 | 142 | 131 | 2 | 542 | 141 | 62 |
| Binary | 11111011 | 100 | 11011 | 0 | 1100010 | 1011001 | 10 | 101100010 | 1100001 | 110010 |
Color Harmonies of #FB041B
Complementary color
Monochromatic Colors of #FB041B
Black with #FB041B
Text Example
Text Example
White with #FB041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB041B; }
p { color: rgb(251,4,27); }
H1.HeaderClassName
{
color: #FB041B;
}
.AnyTagClassName
{
color: #FB041B;
}
</style>
background-color css
<style>
a { background-color: #FB041B; }
a { background-color: rgb(251,4,27); }
div.DivClassName
{
background-color: #FB041B;
}
.BgClassName
{
background-color: #FB041B;
}
</style>
border-color css
<style>
span { border-color: #FB041B; }
span { border-color: rgb(251,4,27); }
td.TdClassName
{
border-color: #FB041B;
}
.TagClassName
{
border-color: #FB041B;
}
</style>