Shades of Torch Red #FB052A
Tints of Torch Red #FB052A
RGB
CMYK
RGB Variations
Color information
#FB052A (or 0xFB052A) is known color: Torch Red. HEX triplet: FB, 05 and 2A. RGB value is (251,5,42). Sum of RGB (Red+Green+Blue) = 251+5+42=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB052A is #04FAD5. Grayscale: #525252. Windows color (decimal): -326358 or 2754043. OLE color: 2754043.
HSL color Cylindrical-coordinate representation of color #FB052A: hue angle of 350.98º 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 #FB052A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.02 |
| HSL | 350.98º | 0.97% | 0.5% | - |
| HSV(B) | 350.98º | 0.98% | 0.98% | - |
| XYZ | 40.26 | 20.78 | 4.08 | - |
| YUV | 82.77 | 105 | 247.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 42 | 0 | 0.98 | 0.83 | 0.02 | 350.98 | 0.97 | 0.5 |
| Hex | FB | 5 | 2A | 0 | 62 | 53 | 2 | 15F | 61 | 32 |
| Octal | 373 | 5 | 52 | 0 | 142 | 123 | 2 | 537 | 141 | 62 |
| Binary | 11111011 | 101 | 101010 | 0 | 1100010 | 1010011 | 10 | 101011111 | 1100001 | 110010 |
Color Harmonies of #FB052A
Complementary color
Monochromatic Colors of #FB052A
Black with #FB052A
Text Example
Text Example
White with #FB052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB052A; }
p { color: rgb(251,5,42); }
H1.HeaderClassName
{
color: #FB052A;
}
.AnyTagClassName
{
color: #FB052A;
}
</style>
background-color css
<style>
a { background-color: #FB052A; }
a { background-color: rgb(251,5,42); }
div.DivClassName
{
background-color: #FB052A;
}
.BgClassName
{
background-color: #FB052A;
}
</style>
border-color css
<style>
span { border-color: #FB052A; }
span { border-color: rgb(251,5,42); }
td.TdClassName
{
border-color: #FB052A;
}
.TagClassName
{
border-color: #FB052A;
}
</style>