Shades of Torch Red #FB0028
Tints of Torch Red #FB0028
RGB
CMYK
RGB Variations
Color information
#FB0028 (or 0xFB0028) is known color: Torch Red. HEX triplet: FB, 00 and 28. RGB value is (251,0,40). Sum of RGB (Red+Green+Blue) = 251+0+40=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0028 is #04FFD7. Grayscale: #4F4F4F. Windows color (decimal): -327640 or 2621691. OLE color: 2621691.
HSL color Cylindrical-coordinate representation of color #FB0028: hue angle of 350.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0028 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.84 | 0.02 |
| HSL | 350.44º | 1% | 0.49% | - |
| HSV(B) | 350.44º | 1% | 0.98% | - |
| XYZ | 40.17 | 20.66 | 3.88 | - |
| YUV | 79.61 | 105.66 | 250.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 40 | 0 | 1 | 0.84 | 0.02 | 350.44 | 1 | 0.49 |
| Hex | FB | 0 | 28 | 0 | 64 | 54 | 2 | 15E | 64 | 31 |
| Octal | 373 | 0 | 50 | 0 | 144 | 124 | 2 | 536 | 144 | 61 |
| Binary | 11111011 | 0 | 101000 | 0 | 1100100 | 1010100 | 10 | 101011110 | 1100100 | 110001 |
Color Harmonies of #FB0028
Complementary color
Monochromatic Colors of #FB0028
Black with #FB0028
Text Example
Text Example
White with #FB0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0028; }
p { color: rgb(251,0,40); }
H1.HeaderClassName
{
color: #FB0028;
}
.AnyTagClassName
{
color: #FB0028;
}
</style>
background-color css
<style>
a { background-color: #FB0028; }
a { background-color: rgb(251,0,40); }
div.DivClassName
{
background-color: #FB0028;
}
.BgClassName
{
background-color: #FB0028;
}
</style>
border-color css
<style>
span { border-color: #FB0028; }
span { border-color: rgb(251,0,40); }
td.TdClassName
{
border-color: #FB0028;
}
.TagClassName
{
border-color: #FB0028;
}
</style>