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