Shades of Torch Red #FB0129
Tints of Torch Red #FB0129
RGB
CMYK
RGB Variations
Color information
#FB0129 (or 0xFB0129) is known color: Torch Red. HEX triplet: FB, 01 and 29. RGB value is (251,1,41). Sum of RGB (Red+Green+Blue) = 251+1+41=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0129 is #04FED6. Grayscale: #505050. Windows color (decimal): -327383 or 2687483. OLE color: 2687483.
HSL color Cylindrical-coordinate representation of color #FB0129: hue angle of 350.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0129 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.02 |
| HSL | 350.4º | 0.99% | 0.49% | - |
| HSV(B) | 350.4º | 1% | 0.98% | - |
| XYZ | 40.19 | 20.69 | 3.97 | - |
| YUV | 80.31 | 105.83 | 249.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 41 | 0 | 1.00 | 0.84 | 0.02 | 350.4 | 0.99 | 0.49 |
| Hex | FB | 1 | 29 | 0 | 64 | 54 | 2 | 15E | 63 | 31 |
| Octal | 373 | 1 | 51 | 0 | 144 | 124 | 2 | 536 | 143 | 61 |
| Binary | 11111011 | 1 | 101001 | 0 | 1100100 | 1010100 | 10 | 101011110 | 1100011 | 110001 |
Color Harmonies of #FB0129
Complementary color
Monochromatic Colors of #FB0129
Black with #FB0129
Text Example
Text Example
White with #FB0129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0129; }
p { color: rgb(251,1,41); }
H1.HeaderClassName
{
color: #FB0129;
}
.AnyTagClassName
{
color: #FB0129;
}
</style>
background-color css
<style>
a { background-color: #FB0129; }
a { background-color: rgb(251,1,41); }
div.DivClassName
{
background-color: #FB0129;
}
.BgClassName
{
background-color: #FB0129;
}
</style>
border-color css
<style>
span { border-color: #FB0129; }
span { border-color: rgb(251,1,41); }
td.TdClassName
{
border-color: #FB0129;
}
.TagClassName
{
border-color: #FB0129;
}
</style>