Shades of Torch Red #FB0128
Tints of Torch Red #FB0128
RGB
CMYK
RGB Variations
Color information
#FB0128 (or 0xFB0128) is known color: Torch Red. HEX triplet: FB, 01 and 28. RGB value is (251,1,40). Sum of RGB (Red+Green+Blue) = 251+1+40=292 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.96% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0128 is #04FED7. Grayscale: #505050. Windows color (decimal): -327384 or 2621947. OLE color: 2621947.
HSL color Cylindrical-coordinate representation of color #FB0128: hue angle of 350.64º 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 #FB0128 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.02 |
| HSL | 350.64º | 0.99% | 0.49% | - |
| HSV(B) | 350.64º | 1% | 0.98% | - |
| XYZ | 40.18 | 20.68 | 3.88 | - |
| YUV | 80.2 | 105.33 | 249.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 40 | 0 | 1.00 | 0.84 | 0.02 | 350.64 | 0.99 | 0.49 |
| Hex | FB | 1 | 28 | 0 | 64 | 54 | 2 | 15F | 63 | 31 |
| Octal | 373 | 1 | 50 | 0 | 144 | 124 | 2 | 537 | 143 | 61 |
| Binary | 11111011 | 1 | 101000 | 0 | 1100100 | 1010100 | 10 | 101011111 | 1100011 | 110001 |
Color Harmonies of #FB0128
Complementary color
Monochromatic Colors of #FB0128
Black with #FB0128
Text Example
Text Example
White with #FB0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0128; }
p { color: rgb(251,1,40); }
H1.HeaderClassName
{
color: #FB0128;
}
.AnyTagClassName
{
color: #FB0128;
}
</style>
background-color css
<style>
a { background-color: #FB0128; }
a { background-color: rgb(251,1,40); }
div.DivClassName
{
background-color: #FB0128;
}
.BgClassName
{
background-color: #FB0128;
}
</style>
border-color css
<style>
span { border-color: #FB0128; }
span { border-color: rgb(251,1,40); }
td.TdClassName
{
border-color: #FB0128;
}
.TagClassName
{
border-color: #FB0128;
}
</style>