Shades of Torch Red #FB082D
Tints of Torch Red #FB082D
RGB
CMYK
RGB Variations
Color information
#FB082D (or 0xFB082D) is known color: Torch Red. HEX triplet: FB, 08 and 2D. RGB value is (251,8,45). Sum of RGB (Red+Green+Blue) = 251+8+45=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB082D is #04F7D2. Grayscale: #545454. Windows color (decimal): -325587 or 2951419. OLE color: 2951419.
HSL color Cylindrical-coordinate representation of color #FB082D: hue angle of 350.86º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB082D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.02 |
| HSL | 350.86º | 0.97% | 0.51% | - |
| HSV(B) | 350.86º | 0.97% | 0.98% | - |
| XYZ | 40.34 | 20.87 | 4.39 | - |
| YUV | 84.88 | 105.51 | 246.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 45 | 0 | 0.97 | 0.82 | 0.02 | 350.86 | 0.97 | 0.51 |
| Hex | FB | 8 | 2D | 0 | 61 | 52 | 2 | 15F | 61 | 33 |
| Octal | 373 | 10 | 55 | 0 | 141 | 122 | 2 | 537 | 141 | 63 |
| Binary | 11111011 | 1000 | 101101 | 0 | 1100001 | 1010010 | 10 | 101011111 | 1100001 | 110011 |
Color Harmonies of #FB082D
Complementary color
Monochromatic Colors of #FB082D
Black with #FB082D
Text Example
Text Example
White with #FB082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB082D; }
p { color: rgb(251,8,45); }
H1.HeaderClassName
{
color: #FB082D;
}
.AnyTagClassName
{
color: #FB082D;
}
</style>
background-color css
<style>
a { background-color: #FB082D; }
a { background-color: rgb(251,8,45); }
div.DivClassName
{
background-color: #FB082D;
}
.BgClassName
{
background-color: #FB082D;
}
</style>
border-color css
<style>
span { border-color: #FB082D; }
span { border-color: rgb(251,8,45); }
td.TdClassName
{
border-color: #FB082D;
}
.TagClassName
{
border-color: #FB082D;
}
</style>