Shades of Torch Red #FB0632
Tints of Torch Red #FB0632
RGB
CMYK
RGB Variations
Color information
#FB0632 (or 0xFB0632) is known color: Torch Red. HEX triplet: FB, 06 and 32. RGB value is (251,6,50). Sum of RGB (Red+Green+Blue) = 251+6+50=307 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.76% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0632 is #04F9CD. Grayscale: #545454. Windows color (decimal): -326094 or 3278587. OLE color: 3278587.
HSL color Cylindrical-coordinate representation of color #FB0632: hue angle of 349.22º 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 #FB0632 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 50 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.02 |
| HSL | 349.22º | 0.97% | 0.5% | - |
| HSV(B) | 349.22º | 0.98% | 0.98% | - |
| XYZ | 40.42 | 20.87 | 4.92 | - |
| YUV | 84.27 | 108.67 | 246.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 50 | 0 | 0.98 | 0.80 | 0.02 | 349.22 | 0.97 | 0.5 |
| Hex | FB | 6 | 32 | 0 | 62 | 50 | 2 | 15D | 61 | 32 |
| Octal | 373 | 6 | 62 | 0 | 142 | 120 | 2 | 535 | 141 | 62 |
| Binary | 11111011 | 110 | 110010 | 0 | 1100010 | 1010000 | 10 | 101011101 | 1100001 | 110010 |
Color Harmonies of #FB0632
Complementary color
Monochromatic Colors of #FB0632
Black with #FB0632
Text Example
Text Example
White with #FB0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0632; }
p { color: rgb(251,6,50); }
H1.HeaderClassName
{
color: #FB0632;
}
.AnyTagClassName
{
color: #FB0632;
}
</style>
background-color css
<style>
a { background-color: #FB0632; }
a { background-color: rgb(251,6,50); }
div.DivClassName
{
background-color: #FB0632;
}
.BgClassName
{
background-color: #FB0632;
}
</style>
border-color css
<style>
span { border-color: #FB0632; }
span { border-color: rgb(251,6,50); }
td.TdClassName
{
border-color: #FB0632;
}
.TagClassName
{
border-color: #FB0632;
}
</style>