Shades of Torch Red #FB1336
Tints of Torch Red #FB1336
RGB
CMYK
RGB Variations
Color information
#FB1336 (or 0xFB1336) is known color: Torch Red. HEX triplet: FB, 13 and 36. RGB value is (251,19,54). Sum of RGB (Red+Green+Blue) = 251+19+54=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1336 is #04ECC9. Grayscale: #5C5C5C. Windows color (decimal): -322762 or 3544059. OLE color: 3544059.
HSL color Cylindrical-coordinate representation of color #FB1336: hue angle of 350.95º 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 #FB1336 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.02 |
| HSL | 350.95º | 0.97% | 0.53% | - |
| HSV(B) | 350.95º | 0.92% | 0.98% | - |
| XYZ | 40.68 | 21.24 | 5.45 | - |
| YUV | 92.36 | 106.36 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 54 | 0 | 0.92 | 0.78 | 0.02 | 350.95 | 0.97 | 0.53 |
| Hex | FB | 13 | 36 | 0 | 5C | 4E | 2 | 15F | 61 | 35 |
| Octal | 373 | 23 | 66 | 0 | 134 | 116 | 2 | 537 | 141 | 65 |
| Binary | 11111011 | 10011 | 110110 | 0 | 1011100 | 1001110 | 10 | 101011111 | 1100001 | 110101 |
Color Harmonies of #FB1336
Complementary color
Monochromatic Colors of #FB1336
Black with #FB1336
Text Example
Text Example
White with #FB1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1336; }
p { color: rgb(251,19,54); }
H1.HeaderClassName
{
color: #FB1336;
}
.AnyTagClassName
{
color: #FB1336;
}
</style>
background-color css
<style>
a { background-color: #FB1336; }
a { background-color: rgb(251,19,54); }
div.DivClassName
{
background-color: #FB1336;
}
.BgClassName
{
background-color: #FB1336;
}
</style>
border-color css
<style>
span { border-color: #FB1336; }
span { border-color: rgb(251,19,54); }
td.TdClassName
{
border-color: #FB1336;
}
.TagClassName
{
border-color: #FB1336;
}
</style>