Shades of Torch Red #FB033B
Tints of Torch Red #FB033B
RGB
CMYK
RGB Variations
Color information
#FB033B (or 0xFB033B) is known color: Torch Red. HEX triplet: FB, 03 and 3B. RGB value is (251,3,59). Sum of RGB (Red+Green+Blue) = 251+3+59=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB033B is #04FCC4. Grayscale: #535353. Windows color (decimal): -326853 or 3867643. OLE color: 3867643.
HSL color Cylindrical-coordinate representation of color #FB033B: hue angle of 346.45º 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 #FB033B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.02 |
| HSL | 346.45º | 0.98% | 0.5% | - |
| HSV(B) | 346.45º | 0.99% | 0.98% | - |
| XYZ | 40.61 | 20.89 | 6.03 | - |
| YUV | 83.54 | 114.16 | 247.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 59 | 0 | 0.99 | 0.76 | 0.02 | 346.45 | 0.98 | 0.5 |
| Hex | FB | 3 | 3B | 0 | 63 | 4C | 2 | 15A | 62 | 32 |
| Octal | 373 | 3 | 73 | 0 | 143 | 114 | 2 | 532 | 142 | 62 |
| Binary | 11111011 | 11 | 111011 | 0 | 1100011 | 1001100 | 10 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FB033B
Complementary color
Monochromatic Colors of #FB033B
Black with #FB033B
Text Example
Text Example
White with #FB033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB033B; }
p { color: rgb(251,3,59); }
H1.HeaderClassName
{
color: #FB033B;
}
.AnyTagClassName
{
color: #FB033B;
}
</style>
background-color css
<style>
a { background-color: #FB033B; }
a { background-color: rgb(251,3,59); }
div.DivClassName
{
background-color: #FB033B;
}
.BgClassName
{
background-color: #FB033B;
}
</style>
border-color css
<style>
span { border-color: #FB033B; }
span { border-color: rgb(251,3,59); }
td.TdClassName
{
border-color: #FB033B;
}
.TagClassName
{
border-color: #FB033B;
}
</style>