Shades of Torch Red #FB021C
Tints of Torch Red #FB021C
RGB
CMYK
RGB Variations
Color information
#FB021C (or 0xFB021C) is known color: Torch Red. HEX triplet: FB, 02 and 1C. RGB value is (251,2,28). Sum of RGB (Red+Green+Blue) = 251+2+28=281 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.32% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 251 - color contains mainly: red. Hex color #FB021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB021C is #04FDE3. Grayscale: #4F4F4F. Windows color (decimal): -327140 or 1835771. OLE color: 1835771.
HSL color Cylindrical-coordinate representation of color #FB021C: hue angle of 353.73º 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 #FB021C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.02 |
| HSL | 353.73º | 0.98% | 0.5% | - |
| HSV(B) | 353.73º | 0.99% | 0.98% | - |
| XYZ | 40.01 | 20.64 | 2.97 | - |
| YUV | 79.42 | 98.99 | 250.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 28 | 0 | 0.99 | 0.89 | 0.02 | 353.73 | 0.98 | 0.5 |
| Hex | FB | 2 | 1C | 0 | 63 | 59 | 2 | 162 | 62 | 32 |
| Octal | 373 | 2 | 34 | 0 | 143 | 131 | 2 | 542 | 142 | 62 |
| Binary | 11111011 | 10 | 11100 | 0 | 1100011 | 1011001 | 10 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FB021C
Complementary color
Monochromatic Colors of #FB021C
Black with #FB021C
Text Example
Text Example
White with #FB021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB021C; }
p { color: rgb(251,2,28); }
H1.HeaderClassName
{
color: #FB021C;
}
.AnyTagClassName
{
color: #FB021C;
}
</style>
background-color css
<style>
a { background-color: #FB021C; }
a { background-color: rgb(251,2,28); }
div.DivClassName
{
background-color: #FB021C;
}
.BgClassName
{
background-color: #FB021C;
}
</style>
border-color css
<style>
span { border-color: #FB021C; }
span { border-color: rgb(251,2,28); }
td.TdClassName
{
border-color: #FB021C;
}
.TagClassName
{
border-color: #FB021C;
}
</style>