Shades of Torch Red #FB0144
Tints of Torch Red #FB0144
RGB
CMYK
RGB Variations
Color information
#FB0144 (or 0xFB0144) is known color: Torch Red. HEX triplet: FB, 01 and 44. RGB value is (251,1,68). Sum of RGB (Red+Green+Blue) = 251+1+68=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0144 is #04FEBB. Grayscale: #535353. Windows color (decimal): -327356 or 4456955. OLE color: 4456955.
HSL color Cylindrical-coordinate representation of color #FB0144: hue angle of 343.92º 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 #FB0144 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.02 |
| HSL | 343.92º | 0.99% | 0.49% | - |
| HSV(B) | 343.92º | 1% | 0.98% | - |
| XYZ | 40.84 | 20.95 | 7.36 | - |
| YUV | 83.39 | 119.33 | 247.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 68 | 0 | 1.00 | 0.73 | 0.02 | 343.92 | 0.99 | 0.49 |
| Hex | FB | 1 | 44 | 0 | 64 | 49 | 2 | 158 | 63 | 31 |
| Octal | 373 | 1 | 104 | 0 | 144 | 111 | 2 | 530 | 143 | 61 |
| Binary | 11111011 | 1 | 1000100 | 0 | 1100100 | 1001001 | 10 | 101011000 | 1100011 | 110001 |
Color Harmonies of #FB0144
Complementary color
Monochromatic Colors of #FB0144
Black with #FB0144
Text Example
Text Example
White with #FB0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0144; }
p { color: rgb(251,1,68); }
H1.HeaderClassName
{
color: #FB0144;
}
.AnyTagClassName
{
color: #FB0144;
}
</style>
background-color css
<style>
a { background-color: #FB0144; }
a { background-color: rgb(251,1,68); }
div.DivClassName
{
background-color: #FB0144;
}
.BgClassName
{
background-color: #FB0144;
}
</style>
border-color css
<style>
span { border-color: #FB0144; }
span { border-color: rgb(251,1,68); }
td.TdClassName
{
border-color: #FB0144;
}
.TagClassName
{
border-color: #FB0144;
}
</style>