Shades of Torch Red #FB1237
Tints of Torch Red #FB1237
RGB
CMYK
RGB Variations
Color information
#FB1237 (or 0xFB1237) is known color: Torch Red. HEX triplet: FB, 12 and 37. RGB value is (251,18,55). Sum of RGB (Red+Green+Blue) = 251+18+55=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1237 is #04EDC8. Grayscale: #5B5B5B. Windows color (decimal): -323017 or 3609339. OLE color: 3609339.
HSL color Cylindrical-coordinate representation of color #FB1237: hue angle of 350.47º 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 #FB1237 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 55 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.02 |
| HSL | 350.47º | 0.97% | 0.53% | - |
| HSV(B) | 350.47º | 0.93% | 0.98% | - |
| XYZ | 40.69 | 21.22 | 5.57 | - |
| YUV | 91.89 | 107.19 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 55 | 0 | 0.93 | 0.78 | 0.02 | 350.47 | 0.97 | 0.53 |
| Hex | FB | 12 | 37 | 0 | 5D | 4E | 2 | 15E | 61 | 35 |
| Octal | 373 | 22 | 67 | 0 | 135 | 116 | 2 | 536 | 141 | 65 |
| Binary | 11111011 | 10010 | 110111 | 0 | 1011101 | 1001110 | 10 | 101011110 | 1100001 | 110101 |
Color Harmonies of #FB1237
Complementary color
Monochromatic Colors of #FB1237
Black with #FB1237
Text Example
Text Example
White with #FB1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1237; }
p { color: rgb(251,18,55); }
H1.HeaderClassName
{
color: #FB1237;
}
.AnyTagClassName
{
color: #FB1237;
}
</style>
background-color css
<style>
a { background-color: #FB1237; }
a { background-color: rgb(251,18,55); }
div.DivClassName
{
background-color: #FB1237;
}
.BgClassName
{
background-color: #FB1237;
}
</style>
border-color css
<style>
span { border-color: #FB1237; }
span { border-color: rgb(251,18,55); }
td.TdClassName
{
border-color: #FB1237;
}
.TagClassName
{
border-color: #FB1237;
}
</style>