Shades of Torch Red #FB1F36
Tints of Torch Red #FB1F36
RGB
CMYK
RGB Variations
Color information
#FB1F36 (or 0xFB1F36) is known color: Torch Red. HEX triplet: FB, 1F and 36. RGB value is (251,31,54). Sum of RGB (Red+Green+Blue) = 251+31+54=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F36 is #04E0C9. Grayscale: #636363. Windows color (decimal): -319690 or 3547131. OLE color: 3547131.
HSL color Cylindrical-coordinate representation of color #FB1F36: hue angle of 353.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F36 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 54 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.02 |
| HSL | 353.73º | 0.96% | 0.55% | - |
| HSV(B) | 353.73º | 0.88% | 0.98% | - |
| XYZ | 40.94 | 21.76 | 5.53 | - |
| YUV | 99.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 54 | 0 | 0.88 | 0.78 | 0.02 | 353.73 | 0.96 | 0.55 |
| Hex | FB | 1F | 36 | 0 | 58 | 4E | 2 | 162 | 60 | 37 |
| Octal | 373 | 37 | 66 | 0 | 130 | 116 | 2 | 542 | 140 | 67 |
| Binary | 11111011 | 11111 | 110110 | 0 | 1011000 | 1001110 | 10 | 101100010 | 1100000 | 110111 |
Color Harmonies of #FB1F36
Complementary color
Monochromatic Colors of #FB1F36
Black with #FB1F36
Text Example
Text Example
White with #FB1F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F36; }
p { color: rgb(251,31,54); }
H1.HeaderClassName
{
color: #FB1F36;
}
.AnyTagClassName
{
color: #FB1F36;
}
</style>
background-color css
<style>
a { background-color: #FB1F36; }
a { background-color: rgb(251,31,54); }
div.DivClassName
{
background-color: #FB1F36;
}
.BgClassName
{
background-color: #FB1F36;
}
</style>
border-color css
<style>
span { border-color: #FB1F36; }
span { border-color: rgb(251,31,54); }
td.TdClassName
{
border-color: #FB1F36;
}
.TagClassName
{
border-color: #FB1F36;
}
</style>