Shades of Torch Red #FB031B
Tints of Torch Red #FB031B
RGB
CMYK
RGB Variations
Color information
#FB031B (or 0xFB031B) is known color: Torch Red. HEX triplet: FB, 03 and 1B. RGB value is (251,3,27). Sum of RGB (Red+Green+Blue) = 251+3+27=281 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.32% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 251 - color contains mainly: red. Hex color #FB031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB031B is #04FCE4. Grayscale: #505050. Windows color (decimal): -326885 or 1770491. OLE color: 1770491.
HSL color Cylindrical-coordinate representation of color #FB031B: hue angle of 354.19º 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 #FB031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.02 |
| HSL | 354.19º | 0.98% | 0.5% | - |
| HSV(B) | 354.19º | 0.99% | 0.98% | - |
| XYZ | 40.01 | 20.65 | 2.91 | - |
| YUV | 79.89 | 98.16 | 250.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 27 | 0 | 0.99 | 0.89 | 0.02 | 354.19 | 0.98 | 0.5 |
| Hex | FB | 3 | 1B | 0 | 63 | 59 | 2 | 162 | 62 | 32 |
| Octal | 373 | 3 | 33 | 0 | 143 | 131 | 2 | 542 | 142 | 62 |
| Binary | 11111011 | 11 | 11011 | 0 | 1100011 | 1011001 | 10 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FB031B
Complementary color
Monochromatic Colors of #FB031B
Black with #FB031B
Text Example
Text Example
White with #FB031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB031B; }
p { color: rgb(251,3,27); }
H1.HeaderClassName
{
color: #FB031B;
}
.AnyTagClassName
{
color: #FB031B;
}
</style>
background-color css
<style>
a { background-color: #FB031B; }
a { background-color: rgb(251,3,27); }
div.DivClassName
{
background-color: #FB031B;
}
.BgClassName
{
background-color: #FB031B;
}
</style>
border-color css
<style>
span { border-color: #FB031B; }
span { border-color: rgb(251,3,27); }
td.TdClassName
{
border-color: #FB031B;
}
.TagClassName
{
border-color: #FB031B;
}
</style>