Shades of Torch Red #FB031F
Tints of Torch Red #FB031F
RGB
CMYK
RGB Variations
Color information
#FB031F (or 0xFB031F) is known color: Torch Red. HEX triplet: FB, 03 and 1F. RGB value is (251,3,31). Sum of RGB (Red+Green+Blue) = 251+3+31=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB031F is #04FCE0. Grayscale: #505050. Windows color (decimal): -326881 or 2032635. OLE color: 2032635.
HSL color Cylindrical-coordinate representation of color #FB031F: hue angle of 353.23º 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 #FB031F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.02 |
| HSL | 353.23º | 0.98% | 0.5% | - |
| HSV(B) | 353.23º | 0.99% | 0.98% | - |
| XYZ | 40.06 | 20.67 | 3.18 | - |
| YUV | 80.34 | 100.16 | 249.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 31 | 0 | 0.99 | 0.88 | 0.02 | 353.23 | 0.98 | 0.5 |
| Hex | FB | 3 | 1F | 0 | 63 | 58 | 2 | 161 | 62 | 32 |
| Octal | 373 | 3 | 37 | 0 | 143 | 130 | 2 | 541 | 142 | 62 |
| Binary | 11111011 | 11 | 11111 | 0 | 1100011 | 1011000 | 10 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FB031F
Complementary color
Monochromatic Colors of #FB031F
Black with #FB031F
Text Example
Text Example
White with #FB031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB031F; }
p { color: rgb(251,3,31); }
H1.HeaderClassName
{
color: #FB031F;
}
.AnyTagClassName
{
color: #FB031F;
}
</style>
background-color css
<style>
a { background-color: #FB031F; }
a { background-color: rgb(251,3,31); }
div.DivClassName
{
background-color: #FB031F;
}
.BgClassName
{
background-color: #FB031F;
}
</style>
border-color css
<style>
span { border-color: #FB031F; }
span { border-color: rgb(251,3,31); }
td.TdClassName
{
border-color: #FB031F;
}
.TagClassName
{
border-color: #FB031F;
}
</style>