Shades of Torch Red #FB152B
Tints of Torch Red #FB152B
RGB
CMYK
RGB Variations
Color information
#FB152B (or 0xFB152B) is known color: Torch Red. HEX triplet: FB, 15 and 2B. RGB value is (251,21,43). Sum of RGB (Red+Green+Blue) = 251+21+43=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB152B is #04EAD4. Grayscale: #5C5C5C. Windows color (decimal): -322261 or 2823675. OLE color: 2823675.
HSL color Cylindrical-coordinate representation of color #FB152B: hue angle of 354.26º 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 #FB152B is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 43 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.02 |
| HSL | 354.26º | 0.97% | 0.53% | - |
| HSV(B) | 354.26º | 0.92% | 0.98% | - |
| XYZ | 40.49 | 21.22 | 4.25 | - |
| YUV | 92.28 | 100.2 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 43 | 0 | 0.92 | 0.83 | 0.02 | 354.26 | 0.97 | 0.53 |
| Hex | FB | 15 | 2B | 0 | 5C | 53 | 2 | 162 | 61 | 35 |
| Octal | 373 | 25 | 53 | 0 | 134 | 123 | 2 | 542 | 141 | 65 |
| Binary | 11111011 | 10101 | 101011 | 0 | 1011100 | 1010011 | 10 | 101100010 | 1100001 | 110101 |
Color Harmonies of #FB152B
Complementary color
Monochromatic Colors of #FB152B
Black with #FB152B
Text Example
Text Example
White with #FB152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB152B; }
p { color: rgb(251,21,43); }
H1.HeaderClassName
{
color: #FB152B;
}
.AnyTagClassName
{
color: #FB152B;
}
</style>
background-color css
<style>
a { background-color: #FB152B; }
a { background-color: rgb(251,21,43); }
div.DivClassName
{
background-color: #FB152B;
}
.BgClassName
{
background-color: #FB152B;
}
</style>
border-color css
<style>
span { border-color: #FB152B; }
span { border-color: rgb(251,21,43); }
td.TdClassName
{
border-color: #FB152B;
}
.TagClassName
{
border-color: #FB152B;
}
</style>