Shades of Torch Red #FB0426
Tints of Torch Red #FB0426
RGB
CMYK
RGB Variations
Color information
#FB0426 (or 0xFB0426) is known color: Torch Red. HEX triplet: FB, 04 and 26. RGB value is (251,4,38). Sum of RGB (Red+Green+Blue) = 251+4+38=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0426 is #04FBD9. Grayscale: #515151. Windows color (decimal): -326618 or 2491643. OLE color: 2491643.
HSL color Cylindrical-coordinate representation of color #FB0426: hue angle of 351.74º 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 #FB0426 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 38 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.02 |
| HSL | 351.74º | 0.97% | 0.5% | - |
| HSV(B) | 351.74º | 0.98% | 0.98% | - |
| XYZ | 40.18 | 20.74 | 3.72 | - |
| YUV | 81.73 | 103.33 | 248.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 38 | 0 | 0.98 | 0.85 | 0.02 | 351.74 | 0.97 | 0.5 |
| Hex | FB | 4 | 26 | 0 | 62 | 55 | 2 | 160 | 61 | 32 |
| Octal | 373 | 4 | 46 | 0 | 142 | 125 | 2 | 540 | 141 | 62 |
| Binary | 11111011 | 100 | 100110 | 0 | 1100010 | 1010101 | 10 | 101100000 | 1100001 | 110010 |
Color Harmonies of #FB0426
Complementary color
Monochromatic Colors of #FB0426
Black with #FB0426
Text Example
Text Example
White with #FB0426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0426; }
p { color: rgb(251,4,38); }
H1.HeaderClassName
{
color: #FB0426;
}
.AnyTagClassName
{
color: #FB0426;
}
</style>
background-color css
<style>
a { background-color: #FB0426; }
a { background-color: rgb(251,4,38); }
div.DivClassName
{
background-color: #FB0426;
}
.BgClassName
{
background-color: #FB0426;
}
</style>
border-color css
<style>
span { border-color: #FB0426; }
span { border-color: rgb(251,4,38); }
td.TdClassName
{
border-color: #FB0426;
}
.TagClassName
{
border-color: #FB0426;
}
</style>