Shades of Torch Red #FB1B1E
Tints of Torch Red #FB1B1E
RGB
CMYK
RGB Variations
Color information
#FB1B1E (or 0xFB1B1E) is known color: Torch Red. HEX triplet: FB, 1B and 1E. RGB value is (251,27,30). Sum of RGB (Red+Green+Blue) = 251+27+30=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1B1E is #04E4E1. Grayscale: #5E5E5E. Windows color (decimal): -320738 or 1973243. OLE color: 1973243.
HSL color Cylindrical-coordinate representation of color #FB1B1E: hue angle of 359.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1B1E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 30 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.02 |
| HSL | 359.2º | 0.97% | 0.55% | - |
| HSV(B) | 359.2º | 0.89% | 0.98% | - |
| XYZ | 40.41 | 21.39 | 3.23 | - |
| YUV | 94.32 | 91.71 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 30 | 0 | 0.89 | 0.88 | 0.02 | 359.2 | 0.97 | 0.55 |
| Hex | FB | 1B | 1E | 0 | 59 | 58 | 2 | 167 | 61 | 37 |
| Octal | 373 | 33 | 36 | 0 | 131 | 130 | 2 | 547 | 141 | 67 |
| Binary | 11111011 | 11011 | 11110 | 0 | 1011001 | 1011000 | 10 | 101100111 | 1100001 | 110111 |
Color Harmonies of #FB1B1E
Complementary color
Monochromatic Colors of #FB1B1E
Black with #FB1B1E
Text Example
Text Example
White with #FB1B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1B1E; }
p { color: rgb(251,27,30); }
H1.HeaderClassName
{
color: #FB1B1E;
}
.AnyTagClassName
{
color: #FB1B1E;
}
</style>
background-color css
<style>
a { background-color: #FB1B1E; }
a { background-color: rgb(251,27,30); }
div.DivClassName
{
background-color: #FB1B1E;
}
.BgClassName
{
background-color: #FB1B1E;
}
</style>
border-color css
<style>
span { border-color: #FB1B1E; }
span { border-color: rgb(251,27,30); }
td.TdClassName
{
border-color: #FB1B1E;
}
.TagClassName
{
border-color: #FB1B1E;
}
</style>