Shades of Torch Red #FB023B
Tints of Torch Red #FB023B
RGB
CMYK
RGB Variations
Color information
#FB023B (or 0xFB023B) is known color: Torch Red. HEX triplet: FB, 02 and 3B. RGB value is (251,2,59). Sum of RGB (Red+Green+Blue) = 251+2+59=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB023B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB023B is #04FDC4. Grayscale: #525252. Windows color (decimal): -327109 or 3867387. OLE color: 3867387.
HSL color Cylindrical-coordinate representation of color #FB023B: hue angle of 346.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB023B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.02 |
| HSL | 346.27º | 0.98% | 0.5% | - |
| HSV(B) | 346.27º | 0.99% | 0.98% | - |
| XYZ | 40.59 | 20.87 | 6.03 | - |
| YUV | 82.95 | 114.49 | 247.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 59 | 0 | 0.99 | 0.76 | 0.02 | 346.27 | 0.98 | 0.5 |
| Hex | FB | 2 | 3B | 0 | 63 | 4C | 2 | 15A | 62 | 32 |
| Octal | 373 | 2 | 73 | 0 | 143 | 114 | 2 | 532 | 142 | 62 |
| Binary | 11111011 | 10 | 111011 | 0 | 1100011 | 1001100 | 10 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FB023B
Complementary color
Monochromatic Colors of #FB023B
Black with #FB023B
Text Example
Text Example
White with #FB023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB023B; }
p { color: rgb(251,2,59); }
H1.HeaderClassName
{
color: #FB023B;
}
.AnyTagClassName
{
color: #FB023B;
}
</style>
background-color css
<style>
a { background-color: #FB023B; }
a { background-color: rgb(251,2,59); }
div.DivClassName
{
background-color: #FB023B;
}
.BgClassName
{
background-color: #FB023B;
}
</style>
border-color css
<style>
span { border-color: #FB023B; }
span { border-color: rgb(251,2,59); }
td.TdClassName
{
border-color: #FB023B;
}
.TagClassName
{
border-color: #FB023B;
}
</style>