Shades of Torch Red #FB182D
Tints of Torch Red #FB182D
RGB
CMYK
RGB Variations
Color information
#FB182D (or 0xFB182D) is known color: Torch Red. HEX triplet: FB, 18 and 2D. RGB value is (251,24,45). Sum of RGB (Red+Green+Blue) = 251+24+45=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB182D is #04E7D2. Grayscale: #5E5E5E. Windows color (decimal): -321491 or 2955515. OLE color: 2955515.
HSL color Cylindrical-coordinate representation of color #FB182D: hue angle of 354.45º 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 #FB182D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.02 |
| HSL | 354.45º | 0.97% | 0.54% | - |
| HSV(B) | 354.45º | 0.9% | 0.98% | - |
| XYZ | 40.58 | 21.35 | 4.46 | - |
| YUV | 94.27 | 100.21 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 45 | 0 | 0.90 | 0.82 | 0.02 | 354.45 | 0.97 | 0.54 |
| Hex | FB | 18 | 2D | 0 | 5A | 52 | 2 | 162 | 61 | 36 |
| Octal | 373 | 30 | 55 | 0 | 132 | 122 | 2 | 542 | 141 | 66 |
| Binary | 11111011 | 11000 | 101101 | 0 | 1011010 | 1010010 | 10 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FB182D
Complementary color
Monochromatic Colors of #FB182D
Black with #FB182D
Text Example
Text Example
White with #FB182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB182D; }
p { color: rgb(251,24,45); }
H1.HeaderClassName
{
color: #FB182D;
}
.AnyTagClassName
{
color: #FB182D;
}
</style>
background-color css
<style>
a { background-color: #FB182D; }
a { background-color: rgb(251,24,45); }
div.DivClassName
{
background-color: #FB182D;
}
.BgClassName
{
background-color: #FB182D;
}
</style>
border-color css
<style>
span { border-color: #FB182D; }
span { border-color: rgb(251,24,45); }
td.TdClassName
{
border-color: #FB182D;
}
.TagClassName
{
border-color: #FB182D;
}
</style>