Shades of Torch Red #FB1819
Tints of Torch Red #FB1819
RGB
CMYK
RGB Variations
Color information
#FB1819 (or 0xFB1819) is known color: Torch Red. HEX triplet: FB, 18 and 19. RGB value is (251,24,25). Sum of RGB (Red+Green+Blue) = 251+24+25=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1819 is #04E7E6. Grayscale: #5C5C5C. Windows color (decimal): -321511 or 1644795. OLE color: 1644795.
HSL color Cylindrical-coordinate representation of color #FB1819: hue angle of 359.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1819 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.02 |
| HSL | 359.74º | 0.97% | 0.54% | - |
| HSV(B) | 359.74º | 0.9% | 0.98% | - |
| XYZ | 40.29 | 21.23 | 2.89 | - |
| YUV | 91.99 | 90.21 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 25 | 0 | 0.90 | 0.90 | 0.02 | 359.74 | 0.97 | 0.54 |
| Hex | FB | 18 | 19 | 0 | 5A | 5A | 2 | 168 | 61 | 36 |
| Octal | 373 | 30 | 31 | 0 | 132 | 132 | 2 | 550 | 141 | 66 |
| Binary | 11111011 | 11000 | 11001 | 0 | 1011010 | 1011010 | 10 | 101101000 | 1100001 | 110110 |
Color Harmonies of #FB1819
Complementary color
Monochromatic Colors of #FB1819
Black with #FB1819
Text Example
Text Example
White with #FB1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1819; }
p { color: rgb(251,24,25); }
H1.HeaderClassName
{
color: #FB1819;
}
.AnyTagClassName
{
color: #FB1819;
}
</style>
background-color css
<style>
a { background-color: #FB1819; }
a { background-color: rgb(251,24,25); }
div.DivClassName
{
background-color: #FB1819;
}
.BgClassName
{
background-color: #FB1819;
}
</style>
border-color css
<style>
span { border-color: #FB1819; }
span { border-color: rgb(251,24,25); }
td.TdClassName
{
border-color: #FB1819;
}
.TagClassName
{
border-color: #FB1819;
}
</style>