Shades of Torch Red #FB1232
Tints of Torch Red #FB1232
RGB
CMYK
RGB Variations
Color information
#FB1232 (or 0xFB1232) is known color: Torch Red. HEX triplet: FB, 12 and 32. RGB value is (251,18,50). Sum of RGB (Red+Green+Blue) = 251+18+50=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1232 is #04EDCD. Grayscale: #5B5B5B. Windows color (decimal): -323022 or 3281659. OLE color: 3281659.
HSL color Cylindrical-coordinate representation of color #FB1232: hue angle of 351.76º 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 #FB1232 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 50 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.02 |
| HSL | 351.76º | 0.97% | 0.53% | - |
| HSV(B) | 351.76º | 0.93% | 0.98% | - |
| XYZ | 40.58 | 21.17 | 4.97 | - |
| YUV | 91.32 | 104.69 | 241.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 50 | 0 | 0.93 | 0.80 | 0.02 | 351.76 | 0.97 | 0.53 |
| Hex | FB | 12 | 32 | 0 | 5D | 50 | 2 | 160 | 61 | 35 |
| Octal | 373 | 22 | 62 | 0 | 135 | 120 | 2 | 540 | 141 | 65 |
| Binary | 11111011 | 10010 | 110010 | 0 | 1011101 | 1010000 | 10 | 101100000 | 1100001 | 110101 |
Color Harmonies of #FB1232
Complementary color
Monochromatic Colors of #FB1232
Black with #FB1232
Text Example
Text Example
White with #FB1232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1232; }
p { color: rgb(251,18,50); }
H1.HeaderClassName
{
color: #FB1232;
}
.AnyTagClassName
{
color: #FB1232;
}
</style>
background-color css
<style>
a { background-color: #FB1232; }
a { background-color: rgb(251,18,50); }
div.DivClassName
{
background-color: #FB1232;
}
.BgClassName
{
background-color: #FB1232;
}
</style>
border-color css
<style>
span { border-color: #FB1232; }
span { border-color: rgb(251,18,50); }
td.TdClassName
{
border-color: #FB1232;
}
.TagClassName
{
border-color: #FB1232;
}
</style>