Shades of Torch Red #FB063A
Tints of Torch Red #FB063A
RGB
CMYK
RGB Variations
Color information
#FB063A (or 0xFB063A) is known color: Torch Red. HEX triplet: FB, 06 and 3A. RGB value is (251,6,58). Sum of RGB (Red+Green+Blue) = 251+6+58=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB063A is #04F9C5. Grayscale: #555555. Windows color (decimal): -326086 or 3802875. OLE color: 3802875.
HSL color Cylindrical-coordinate representation of color #FB063A: hue angle of 347.27º 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 #FB063A is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 58 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.02 |
| HSL | 347.27º | 0.97% | 0.5% | - |
| HSV(B) | 347.27º | 0.98% | 0.98% | - |
| XYZ | 40.61 | 20.94 | 5.91 | - |
| YUV | 85.18 | 112.67 | 246.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 58 | 0 | 0.98 | 0.77 | 0.02 | 347.27 | 0.97 | 0.5 |
| Hex | FB | 6 | 3A | 0 | 62 | 4D | 2 | 15B | 61 | 32 |
| Octal | 373 | 6 | 72 | 0 | 142 | 115 | 2 | 533 | 141 | 62 |
| Binary | 11111011 | 110 | 111010 | 0 | 1100010 | 1001101 | 10 | 101011011 | 1100001 | 110010 |
Color Harmonies of #FB063A
Complementary color
Monochromatic Colors of #FB063A
Black with #FB063A
Text Example
Text Example
White with #FB063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB063A; }
p { color: rgb(251,6,58); }
H1.HeaderClassName
{
color: #FB063A;
}
.AnyTagClassName
{
color: #FB063A;
}
</style>
background-color css
<style>
a { background-color: #FB063A; }
a { background-color: rgb(251,6,58); }
div.DivClassName
{
background-color: #FB063A;
}
.BgClassName
{
background-color: #FB063A;
}
</style>
border-color css
<style>
span { border-color: #FB063A; }
span { border-color: rgb(251,6,58); }
td.TdClassName
{
border-color: #FB063A;
}
.TagClassName
{
border-color: #FB063A;
}
</style>