Shades of Torch Red #FB1733
Tints of Torch Red #FB1733
RGB
CMYK
RGB Variations
Color information
#FB1733 (or 0xFB1733) is known color: Torch Red. HEX triplet: FB, 17 and 33. RGB value is (251,23,51). Sum of RGB (Red+Green+Blue) = 251+23+51=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1733 is #04E8CC. Grayscale: #5E5E5E. Windows color (decimal): -321741 or 3348475. OLE color: 3348475.
HSL color Cylindrical-coordinate representation of color #FB1733: hue angle of 352.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1733 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 51 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.02 |
| HSL | 352.63º | 0.97% | 0.54% | - |
| HSV(B) | 352.63º | 0.91% | 0.98% | - |
| XYZ | 40.69 | 21.36 | 5.11 | - |
| YUV | 94.36 | 103.54 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 51 | 0 | 0.91 | 0.80 | 0.02 | 352.63 | 0.97 | 0.54 |
| Hex | FB | 17 | 33 | 0 | 5B | 50 | 2 | 161 | 61 | 36 |
| Octal | 373 | 27 | 63 | 0 | 133 | 120 | 2 | 541 | 141 | 66 |
| Binary | 11111011 | 10111 | 110011 | 0 | 1011011 | 1010000 | 10 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FB1733
Complementary color
Monochromatic Colors of #FB1733
Black with #FB1733
Text Example
Text Example
White with #FB1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1733; }
p { color: rgb(251,23,51); }
H1.HeaderClassName
{
color: #FB1733;
}
.AnyTagClassName
{
color: #FB1733;
}
</style>
background-color css
<style>
a { background-color: #FB1733; }
a { background-color: rgb(251,23,51); }
div.DivClassName
{
background-color: #FB1733;
}
.BgClassName
{
background-color: #FB1733;
}
</style>
border-color css
<style>
span { border-color: #FB1733; }
span { border-color: rgb(251,23,51); }
td.TdClassName
{
border-color: #FB1733;
}
.TagClassName
{
border-color: #FB1733;
}
</style>