Shades of Torch Red #FB062D
Tints of Torch Red #FB062D
RGB
CMYK
RGB Variations
Color information
#FB062D (or 0xFB062D) is known color: Torch Red. HEX triplet: FB, 06 and 2D. RGB value is (251,6,45). Sum of RGB (Red+Green+Blue) = 251+6+45=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB062D is #04F9D2. Grayscale: #535353. Windows color (decimal): -326099 or 2950907. OLE color: 2950907.
HSL color Cylindrical-coordinate representation of color #FB062D: hue angle of 350.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB062D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 45 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.02 |
| HSL | 350.45º | 0.97% | 0.5% | - |
| HSV(B) | 350.45º | 0.98% | 0.98% | - |
| XYZ | 40.32 | 20.83 | 4.38 | - |
| YUV | 83.7 | 106.17 | 247.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 45 | 0 | 0.98 | 0.82 | 0.02 | 350.45 | 0.97 | 0.5 |
| Hex | FB | 6 | 2D | 0 | 62 | 52 | 2 | 15E | 61 | 32 |
| Octal | 373 | 6 | 55 | 0 | 142 | 122 | 2 | 536 | 141 | 62 |
| Binary | 11111011 | 110 | 101101 | 0 | 1100010 | 1010010 | 10 | 101011110 | 1100001 | 110010 |
Color Harmonies of #FB062D
Complementary color
Monochromatic Colors of #FB062D
Black with #FB062D
Text Example
Text Example
White with #FB062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB062D; }
p { color: rgb(251,6,45); }
H1.HeaderClassName
{
color: #FB062D;
}
.AnyTagClassName
{
color: #FB062D;
}
</style>
background-color css
<style>
a { background-color: #FB062D; }
a { background-color: rgb(251,6,45); }
div.DivClassName
{
background-color: #FB062D;
}
.BgClassName
{
background-color: #FB062D;
}
</style>
border-color css
<style>
span { border-color: #FB062D; }
span { border-color: rgb(251,6,45); }
td.TdClassName
{
border-color: #FB062D;
}
.TagClassName
{
border-color: #FB062D;
}
</style>