Shades of Torch Red #FB154A
Tints of Torch Red #FB154A
RGB
CMYK
RGB Variations
Color information
#FB154A (or 0xFB154A) is known color: Torch Red. HEX triplet: FB, 15 and 4A. RGB value is (251,21,74). Sum of RGB (Red+Green+Blue) = 251+21+74=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB154A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB154A is #04EAB5. Grayscale: #5F5F5F. Windows color (decimal): -322230 or 4855291. OLE color: 4855291.
HSL color Cylindrical-coordinate representation of color #FB154A: hue angle of 346.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB154A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 74 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.02 |
| HSL | 346.17º | 0.97% | 0.53% | - |
| HSV(B) | 346.17º | 0.92% | 0.98% | - |
| XYZ | 41.29 | 21.54 | 8.46 | - |
| YUV | 95.81 | 115.7 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 74 | 0 | 0.92 | 0.71 | 0.02 | 346.17 | 0.97 | 0.53 |
| Hex | FB | 15 | 4A | 0 | 5C | 47 | 2 | 15A | 61 | 35 |
| Octal | 373 | 25 | 112 | 0 | 134 | 107 | 2 | 532 | 141 | 65 |
| Binary | 11111011 | 10101 | 1001010 | 0 | 1011100 | 1000111 | 10 | 101011010 | 1100001 | 110101 |
Color Harmonies of #FB154A
Complementary color
Monochromatic Colors of #FB154A
Black with #FB154A
Text Example
Text Example
White with #FB154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB154A; }
p { color: rgb(251,21,74); }
H1.HeaderClassName
{
color: #FB154A;
}
.AnyTagClassName
{
color: #FB154A;
}
</style>
background-color css
<style>
a { background-color: #FB154A; }
a { background-color: rgb(251,21,74); }
div.DivClassName
{
background-color: #FB154A;
}
.BgClassName
{
background-color: #FB154A;
}
</style>
border-color css
<style>
span { border-color: #FB154A; }
span { border-color: rgb(251,21,74); }
td.TdClassName
{
border-color: #FB154A;
}
.TagClassName
{
border-color: #FB154A;
}
</style>