Shades of Torch Red #FB1633
Tints of Torch Red #FB1633
RGB
CMYK
RGB Variations
Color information
#FB1633 (or 0xFB1633) is known color: Torch Red. HEX triplet: FB, 16 and 33. RGB value is (251,22,51). Sum of RGB (Red+Green+Blue) = 251+22+51=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1633 is #04E9CC. Grayscale: #5D5D5D. Windows color (decimal): -321997 or 3348219. OLE color: 3348219.
HSL color Cylindrical-coordinate representation of color #FB1633: hue angle of 352.4º 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 #FB1633 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 51 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.02 |
| HSL | 352.4º | 0.97% | 0.54% | - |
| HSV(B) | 352.4º | 0.91% | 0.98% | - |
| XYZ | 40.67 | 21.32 | 5.1 | - |
| YUV | 93.78 | 103.87 | 240.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 51 | 0 | 0.91 | 0.80 | 0.02 | 352.4 | 0.97 | 0.54 |
| Hex | FB | 16 | 33 | 0 | 5B | 50 | 2 | 160 | 61 | 36 |
| Octal | 373 | 26 | 63 | 0 | 133 | 120 | 2 | 540 | 141 | 66 |
| Binary | 11111011 | 10110 | 110011 | 0 | 1011011 | 1010000 | 10 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FB1633
Complementary color
Monochromatic Colors of #FB1633
Black with #FB1633
Text Example
Text Example
White with #FB1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1633; }
p { color: rgb(251,22,51); }
H1.HeaderClassName
{
color: #FB1633;
}
.AnyTagClassName
{
color: #FB1633;
}
</style>
background-color css
<style>
a { background-color: #FB1633; }
a { background-color: rgb(251,22,51); }
div.DivClassName
{
background-color: #FB1633;
}
.BgClassName
{
background-color: #FB1633;
}
</style>
border-color css
<style>
span { border-color: #FB1633; }
span { border-color: rgb(251,22,51); }
td.TdClassName
{
border-color: #FB1633;
}
.TagClassName
{
border-color: #FB1633;
}
</style>