Shades of Torch Red #FB1236
Tints of Torch Red #FB1236
RGB
CMYK
RGB Variations
Color information
#FB1236 (or 0xFB1236) is known color: Torch Red. HEX triplet: FB, 12 and 36. RGB value is (251,18,54). Sum of RGB (Red+Green+Blue) = 251+18+54=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1236 is #04EDC9. Grayscale: #5B5B5B. Windows color (decimal): -323018 or 3543803. OLE color: 3543803.
HSL color Cylindrical-coordinate representation of color #FB1236: hue angle of 350.73º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1236 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 54 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.02 |
| HSL | 350.73º | 0.97% | 0.53% | - |
| HSV(B) | 350.73º | 0.93% | 0.98% | - |
| XYZ | 40.67 | 21.21 | 5.44 | - |
| YUV | 91.77 | 106.69 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 54 | 0 | 0.93 | 0.78 | 0.02 | 350.73 | 0.97 | 0.53 |
| Hex | FB | 12 | 36 | 0 | 5D | 4E | 2 | 15F | 61 | 35 |
| Octal | 373 | 22 | 66 | 0 | 135 | 116 | 2 | 537 | 141 | 65 |
| Binary | 11111011 | 10010 | 110110 | 0 | 1011101 | 1001110 | 10 | 101011111 | 1100001 | 110101 |
Color Harmonies of #FB1236
Complementary color
Monochromatic Colors of #FB1236
Black with #FB1236
Text Example
Text Example
White with #FB1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1236; }
p { color: rgb(251,18,54); }
H1.HeaderClassName
{
color: #FB1236;
}
.AnyTagClassName
{
color: #FB1236;
}
</style>
background-color css
<style>
a { background-color: #FB1236; }
a { background-color: rgb(251,18,54); }
div.DivClassName
{
background-color: #FB1236;
}
.BgClassName
{
background-color: #FB1236;
}
</style>
border-color css
<style>
span { border-color: #FB1236; }
span { border-color: rgb(251,18,54); }
td.TdClassName
{
border-color: #FB1236;
}
.TagClassName
{
border-color: #FB1236;
}
</style>