Shades of Torch Red #FB1027
Tints of Torch Red #FB1027
RGB
CMYK
RGB Variations
Color information
#FB1027 (or 0xFB1027) is known color: Torch Red. HEX triplet: FB, 10 and 27. RGB value is (251,16,39). Sum of RGB (Red+Green+Blue) = 251+16+39=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1027 is #04EFD8. Grayscale: #595959. Windows color (decimal): -323545 or 2560251. OLE color: 2560251.
HSL color Cylindrical-coordinate representation of color #FB1027: hue angle of 354.13º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1027 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 39 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.02 |
| HSL | 354.13º | 0.97% | 0.52% | - |
| HSV(B) | 354.13º | 0.94% | 0.98% | - |
| XYZ | 40.34 | 21.03 | 3.85 | - |
| YUV | 88.89 | 99.86 | 243.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 39 | 0 | 0.94 | 0.84 | 0.02 | 354.13 | 0.97 | 0.52 |
| Hex | FB | 10 | 27 | 0 | 5E | 54 | 2 | 162 | 61 | 34 |
| Octal | 373 | 20 | 47 | 0 | 136 | 124 | 2 | 542 | 141 | 64 |
| Binary | 11111011 | 10000 | 100111 | 0 | 1011110 | 1010100 | 10 | 101100010 | 1100001 | 110100 |
Color Harmonies of #FB1027
Complementary color
Monochromatic Colors of #FB1027
Black with #FB1027
Text Example
Text Example
White with #FB1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1027; }
p { color: rgb(251,16,39); }
H1.HeaderClassName
{
color: #FB1027;
}
.AnyTagClassName
{
color: #FB1027;
}
</style>
background-color css
<style>
a { background-color: #FB1027; }
a { background-color: rgb(251,16,39); }
div.DivClassName
{
background-color: #FB1027;
}
.BgClassName
{
background-color: #FB1027;
}
</style>
border-color css
<style>
span { border-color: #FB1027; }
span { border-color: rgb(251,16,39); }
td.TdClassName
{
border-color: #FB1027;
}
.TagClassName
{
border-color: #FB1027;
}
</style>