Shades of Torch Red #FB2139
Tints of Torch Red #FB2139
RGB
CMYK
RGB Variations
Color information
#FB2139 (or 0xFB2139) is known color: Torch Red. HEX triplet: FB, 21 and 39. RGB value is (251,33,57). Sum of RGB (Red+Green+Blue) = 251+33+57=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2139 is #04DEC6. Grayscale: #656565. Windows color (decimal): -319175 or 3744251. OLE color: 3744251.
HSL color Cylindrical-coordinate representation of color #FB2139: hue angle of 353.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2139 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 57 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.02 |
| HSL | 353.39º | 0.96% | 0.56% | - |
| HSV(B) | 353.39º | 0.87% | 0.98% | - |
| XYZ | 41.07 | 21.89 | 5.93 | - |
| YUV | 100.92 | 103.22 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 57 | 0 | 0.87 | 0.77 | 0.02 | 353.39 | 0.96 | 0.56 |
| Hex | FB | 21 | 39 | 0 | 57 | 4D | 2 | 161 | 60 | 38 |
| Octal | 373 | 41 | 71 | 0 | 127 | 115 | 2 | 541 | 140 | 70 |
| Binary | 11111011 | 100001 | 111001 | 0 | 1010111 | 1001101 | 10 | 101100001 | 1100000 | 111000 |
Color Harmonies of #FB2139
Complementary color
Monochromatic Colors of #FB2139
Black with #FB2139
Text Example
Text Example
White with #FB2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2139; }
p { color: rgb(251,33,57); }
H1.HeaderClassName
{
color: #FB2139;
}
.AnyTagClassName
{
color: #FB2139;
}
</style>
background-color css
<style>
a { background-color: #FB2139; }
a { background-color: rgb(251,33,57); }
div.DivClassName
{
background-color: #FB2139;
}
.BgClassName
{
background-color: #FB2139;
}
</style>
border-color css
<style>
span { border-color: #FB2139; }
span { border-color: rgb(251,33,57); }
td.TdClassName
{
border-color: #FB2139;
}
.TagClassName
{
border-color: #FB2139;
}
</style>