Shades of Torch Red #FB0622
Tints of Torch Red #FB0622
RGB
CMYK
RGB Variations
Color information
#FB0622 (or 0xFB0622) is known color: Torch Red. HEX triplet: FB, 06 and 22. RGB value is (251,6,34). Sum of RGB (Red+Green+Blue) = 251+6+34=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0622 is #04F9DD. Grayscale: #525252. Windows color (decimal): -326110 or 2230011. OLE color: 2230011.
HSL color Cylindrical-coordinate representation of color #FB0622: hue angle of 353.14º 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 #FB0622 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 34 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.02 |
| HSL | 353.14º | 0.97% | 0.5% | - |
| HSV(B) | 353.14º | 0.98% | 0.98% | - |
| XYZ | 40.14 | 20.75 | 3.4 | - |
| YUV | 82.45 | 100.67 | 248.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 34 | 0 | 0.98 | 0.86 | 0.02 | 353.14 | 0.97 | 0.5 |
| Hex | FB | 6 | 22 | 0 | 62 | 56 | 2 | 161 | 61 | 32 |
| Octal | 373 | 6 | 42 | 0 | 142 | 126 | 2 | 541 | 141 | 62 |
| Binary | 11111011 | 110 | 100010 | 0 | 1100010 | 1010110 | 10 | 101100001 | 1100001 | 110010 |
Color Harmonies of #FB0622
Complementary color
Monochromatic Colors of #FB0622
Black with #FB0622
Text Example
Text Example
White with #FB0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0622; }
p { color: rgb(251,6,34); }
H1.HeaderClassName
{
color: #FB0622;
}
.AnyTagClassName
{
color: #FB0622;
}
</style>
background-color css
<style>
a { background-color: #FB0622; }
a { background-color: rgb(251,6,34); }
div.DivClassName
{
background-color: #FB0622;
}
.BgClassName
{
background-color: #FB0622;
}
</style>
border-color css
<style>
span { border-color: #FB0622; }
span { border-color: rgb(251,6,34); }
td.TdClassName
{
border-color: #FB0622;
}
.TagClassName
{
border-color: #FB0622;
}
</style>