Shades of Torch Red #FB1632
Tints of Torch Red #FB1632
RGB
CMYK
RGB Variations
Color information
#FB1632 (or 0xFB1632) is known color: Torch Red. HEX triplet: FB, 16 and 32. RGB value is (251,22,50). Sum of RGB (Red+Green+Blue) = 251+22+50=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1632 is #04E9CD. Grayscale: #5D5D5D. Windows color (decimal): -321998 or 3282683. OLE color: 3282683.
HSL color Cylindrical-coordinate representation of color #FB1632: hue angle of 352.66º 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 #FB1632 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 50 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.02 |
| HSL | 352.66º | 0.97% | 0.54% | - |
| HSV(B) | 352.66º | 0.91% | 0.98% | - |
| XYZ | 40.65 | 21.31 | 4.99 | - |
| YUV | 93.66 | 103.37 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 50 | 0 | 0.91 | 0.80 | 0.02 | 352.66 | 0.97 | 0.54 |
| Hex | FB | 16 | 32 | 0 | 5B | 50 | 2 | 161 | 61 | 36 |
| Octal | 373 | 26 | 62 | 0 | 133 | 120 | 2 | 541 | 141 | 66 |
| Binary | 11111011 | 10110 | 110010 | 0 | 1011011 | 1010000 | 10 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FB1632
Complementary color
Monochromatic Colors of #FB1632
Black with #FB1632
Text Example
Text Example
White with #FB1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1632; }
p { color: rgb(251,22,50); }
H1.HeaderClassName
{
color: #FB1632;
}
.AnyTagClassName
{
color: #FB1632;
}
</style>
background-color css
<style>
a { background-color: #FB1632; }
a { background-color: rgb(251,22,50); }
div.DivClassName
{
background-color: #FB1632;
}
.BgClassName
{
background-color: #FB1632;
}
</style>
border-color css
<style>
span { border-color: #FB1632; }
span { border-color: rgb(251,22,50); }
td.TdClassName
{
border-color: #FB1632;
}
.TagClassName
{
border-color: #FB1632;
}
</style>