Shades of Torch Red #FB1119
Tints of Torch Red #FB1119
RGB
CMYK
RGB Variations
Color information
#FB1119 (or 0xFB1119) is known color: Torch Red. HEX triplet: FB, 11 and 19. RGB value is (251,17,25). Sum of RGB (Red+Green+Blue) = 251+17+25=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1119 is #04EEE6. Grayscale: #585858. Windows color (decimal): -323303 or 1643003. OLE color: 1643003.
HSL color Cylindrical-coordinate representation of color #FB1119: hue angle of 357.95º 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 #FB1119 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.02 |
| HSL | 357.95º | 0.97% | 0.53% | - |
| HSV(B) | 357.95º | 0.93% | 0.98% | - |
| XYZ | 40.16 | 20.98 | 2.85 | - |
| YUV | 87.88 | 92.52 | 244.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 25 | 0 | 0.93 | 0.90 | 0.02 | 357.95 | 0.97 | 0.53 |
| Hex | FB | 11 | 19 | 0 | 5D | 5A | 2 | 166 | 61 | 35 |
| Octal | 373 | 21 | 31 | 0 | 135 | 132 | 2 | 546 | 141 | 65 |
| Binary | 11111011 | 10001 | 11001 | 0 | 1011101 | 1011010 | 10 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FB1119
Complementary color
Monochromatic Colors of #FB1119
Black with #FB1119
Text Example
Text Example
White with #FB1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1119; }
p { color: rgb(251,17,25); }
H1.HeaderClassName
{
color: #FB1119;
}
.AnyTagClassName
{
color: #FB1119;
}
</style>
background-color css
<style>
a { background-color: #FB1119; }
a { background-color: rgb(251,17,25); }
div.DivClassName
{
background-color: #FB1119;
}
.BgClassName
{
background-color: #FB1119;
}
</style>
border-color css
<style>
span { border-color: #FB1119; }
span { border-color: rgb(251,17,25); }
td.TdClassName
{
border-color: #FB1119;
}
.TagClassName
{
border-color: #FB1119;
}
</style>