Shades of Torch Red #FB1129
Tints of Torch Red #FB1129
RGB
CMYK
RGB Variations
Color information
#FB1129 (or 0xFB1129) is known color: Torch Red. HEX triplet: FB, 11 and 29. RGB value is (251,17,41). Sum of RGB (Red+Green+Blue) = 251+17+41=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1129 is #04EED6. Grayscale: #595959. Windows color (decimal): -323287 or 2691579. OLE color: 2691579.
HSL color Cylindrical-coordinate representation of color #FB1129: hue angle of 353.85º 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 #FB1129 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 41 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.02 |
| HSL | 353.85º | 0.97% | 0.53% | - |
| HSV(B) | 353.85º | 0.93% | 0.98% | - |
| XYZ | 40.38 | 21.07 | 4.04 | - |
| YUV | 89.7 | 100.52 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 41 | 0 | 0.93 | 0.84 | 0.02 | 353.85 | 0.97 | 0.53 |
| Hex | FB | 11 | 29 | 0 | 5D | 54 | 2 | 162 | 61 | 35 |
| Octal | 373 | 21 | 51 | 0 | 135 | 124 | 2 | 542 | 141 | 65 |
| Binary | 11111011 | 10001 | 101001 | 0 | 1011101 | 1010100 | 10 | 101100010 | 1100001 | 110101 |
Color Harmonies of #FB1129
Complementary color
Monochromatic Colors of #FB1129
Black with #FB1129
Text Example
Text Example
White with #FB1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1129; }
p { color: rgb(251,17,41); }
H1.HeaderClassName
{
color: #FB1129;
}
.AnyTagClassName
{
color: #FB1129;
}
</style>
background-color css
<style>
a { background-color: #FB1129; }
a { background-color: rgb(251,17,41); }
div.DivClassName
{
background-color: #FB1129;
}
.BgClassName
{
background-color: #FB1129;
}
</style>
border-color css
<style>
span { border-color: #FB1129; }
span { border-color: rgb(251,17,41); }
td.TdClassName
{
border-color: #FB1129;
}
.TagClassName
{
border-color: #FB1129;
}
</style>