Shades of Torch Red #FB0118
Tints of Torch Red #FB0118
RGB
CMYK
RGB Variations
Color information
#FB0118 (or 0xFB0118) is known color: Torch Red. HEX triplet: FB, 01 and 18. RGB value is (251,1,24). Sum of RGB (Red+Green+Blue) = 251+1+24=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0118 is #04FEE7. Grayscale: #4E4E4E. Windows color (decimal): -327400 or 1573371. OLE color: 1573371.
HSL color Cylindrical-coordinate representation of color #FB0118: hue angle of 354.48º 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 #FB0118 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.02 |
| HSL | 354.48º | 0.99% | 0.49% | - |
| HSV(B) | 354.48º | 1% | 0.98% | - |
| XYZ | 39.96 | 20.6 | 2.73 | - |
| YUV | 78.37 | 97.33 | 251.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 24 | 0 | 1.00 | 0.90 | 0.02 | 354.48 | 0.99 | 0.49 |
| Hex | FB | 1 | 18 | 0 | 64 | 5A | 2 | 162 | 63 | 31 |
| Octal | 373 | 1 | 30 | 0 | 144 | 132 | 2 | 542 | 143 | 61 |
| Binary | 11111011 | 1 | 11000 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100011 | 110001 |
Color Harmonies of #FB0118
Complementary color
Monochromatic Colors of #FB0118
Black with #FB0118
Text Example
Text Example
White with #FB0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0118; }
p { color: rgb(251,1,24); }
H1.HeaderClassName
{
color: #FB0118;
}
.AnyTagClassName
{
color: #FB0118;
}
</style>
background-color css
<style>
a { background-color: #FB0118; }
a { background-color: rgb(251,1,24); }
div.DivClassName
{
background-color: #FB0118;
}
.BgClassName
{
background-color: #FB0118;
}
</style>
border-color css
<style>
span { border-color: #FB0118; }
span { border-color: rgb(251,1,24); }
td.TdClassName
{
border-color: #FB0118;
}
.TagClassName
{
border-color: #FB0118;
}
</style>