Shades of Torch Red #FB042C
Tints of Torch Red #FB042C
RGB
CMYK
RGB Variations
Color information
#FB042C (or 0xFB042C) is known color: Torch Red. HEX triplet: FB, 04 and 2C. RGB value is (251,4,44). Sum of RGB (Red+Green+Blue) = 251+4+44=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB042C is #04FBD3. Grayscale: #525252. Windows color (decimal): -326612 or 2884859. OLE color: 2884859.
HSL color Cylindrical-coordinate representation of color #FB042C: hue angle of 350.28º 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 #FB042C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.02 |
| HSL | 350.28º | 0.97% | 0.5% | - |
| HSV(B) | 350.28º | 0.98% | 0.98% | - |
| XYZ | 40.28 | 20.78 | 4.27 | - |
| YUV | 82.41 | 106.33 | 248.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 44 | 0 | 0.98 | 0.82 | 0.02 | 350.28 | 0.97 | 0.5 |
| Hex | FB | 4 | 2C | 0 | 62 | 52 | 2 | 15E | 61 | 32 |
| Octal | 373 | 4 | 54 | 0 | 142 | 122 | 2 | 536 | 141 | 62 |
| Binary | 11111011 | 100 | 101100 | 0 | 1100010 | 1010010 | 10 | 101011110 | 1100001 | 110010 |
Color Harmonies of #FB042C
Complementary color
Monochromatic Colors of #FB042C
Black with #FB042C
Text Example
Text Example
White with #FB042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB042C; }
p { color: rgb(251,4,44); }
H1.HeaderClassName
{
color: #FB042C;
}
.AnyTagClassName
{
color: #FB042C;
}
</style>
background-color css
<style>
a { background-color: #FB042C; }
a { background-color: rgb(251,4,44); }
div.DivClassName
{
background-color: #FB042C;
}
.BgClassName
{
background-color: #FB042C;
}
</style>
border-color css
<style>
span { border-color: #FB042C; }
span { border-color: rgb(251,4,44); }
td.TdClassName
{
border-color: #FB042C;
}
.TagClassName
{
border-color: #FB042C;
}
</style>