Shades of Torch Red #FB1620
Tints of Torch Red #FB1620
RGB
CMYK
RGB Variations
Color information
#FB1620 (or 0xFB1620) is known color: Torch Red. HEX triplet: FB, 16 and 20. RGB value is (251,22,32). Sum of RGB (Red+Green+Blue) = 251+22+32=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1620 is #04E9DF. Grayscale: #5B5B5B. Windows color (decimal): -322016 or 2103035. OLE color: 2103035.
HSL color Cylindrical-coordinate representation of color #FB1620: hue angle of 357.38º 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 #FB1620 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 32 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.02 |
| HSL | 357.38º | 0.97% | 0.54% | - |
| HSV(B) | 357.38º | 0.91% | 0.98% | - |
| XYZ | 40.33 | 21.19 | 3.33 | - |
| YUV | 91.61 | 94.37 | 241.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 32 | 0 | 0.91 | 0.87 | 0.02 | 357.38 | 0.97 | 0.54 |
| Hex | FB | 16 | 20 | 0 | 5B | 57 | 2 | 165 | 61 | 36 |
| Octal | 373 | 26 | 40 | 0 | 133 | 127 | 2 | 545 | 141 | 66 |
| Binary | 11111011 | 10110 | 100000 | 0 | 1011011 | 1010111 | 10 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FB1620
Complementary color
Monochromatic Colors of #FB1620
Black with #FB1620
Text Example
Text Example
White with #FB1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1620; }
p { color: rgb(251,22,32); }
H1.HeaderClassName
{
color: #FB1620;
}
.AnyTagClassName
{
color: #FB1620;
}
</style>
background-color css
<style>
a { background-color: #FB1620; }
a { background-color: rgb(251,22,32); }
div.DivClassName
{
background-color: #FB1620;
}
.BgClassName
{
background-color: #FB1620;
}
</style>
border-color css
<style>
span { border-color: #FB1620; }
span { border-color: rgb(251,22,32); }
td.TdClassName
{
border-color: #FB1620;
}
.TagClassName
{
border-color: #FB1620;
}
</style>