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