Shades of Torch Red #FB182F
Tints of Torch Red #FB182F
RGB
CMYK
RGB Variations
Color information
#FB182F (or 0xFB182F) is known color: Torch Red. HEX triplet: FB, 18 and 2F. RGB value is (251,24,47). Sum of RGB (Red+Green+Blue) = 251+24+47=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB182F is #04E7D0. Grayscale: #5E5E5E. Windows color (decimal): -321489 or 3086587. OLE color: 3086587.
HSL color Cylindrical-coordinate representation of color #FB182F: hue angle of 353.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB182F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.02 |
| HSL | 353.92º | 0.97% | 0.54% | - |
| HSV(B) | 353.92º | 0.9% | 0.98% | - |
| XYZ | 40.62 | 21.37 | 4.67 | - |
| YUV | 94.5 | 101.21 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 47 | 0 | 0.90 | 0.81 | 0.02 | 353.92 | 0.97 | 0.54 |
| Hex | FB | 18 | 2F | 0 | 5A | 51 | 2 | 162 | 61 | 36 |
| Octal | 373 | 30 | 57 | 0 | 132 | 121 | 2 | 542 | 141 | 66 |
| Binary | 11111011 | 11000 | 101111 | 0 | 1011010 | 1010001 | 10 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FB182F
Complementary color
Monochromatic Colors of #FB182F
Black with #FB182F
Text Example
Text Example
White with #FB182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB182F; }
p { color: rgb(251,24,47); }
H1.HeaderClassName
{
color: #FB182F;
}
.AnyTagClassName
{
color: #FB182F;
}
</style>
background-color css
<style>
a { background-color: #FB182F; }
a { background-color: rgb(251,24,47); }
div.DivClassName
{
background-color: #FB182F;
}
.BgClassName
{
background-color: #FB182F;
}
</style>
border-color css
<style>
span { border-color: #FB182F; }
span { border-color: rgb(251,24,47); }
td.TdClassName
{
border-color: #FB182F;
}
.TagClassName
{
border-color: #FB182F;
}
</style>