Shades of Torch Red #FB1619
Tints of Torch Red #FB1619
RGB
CMYK
RGB Variations
Color information
#FB1619 (or 0xFB1619) is known color: Torch Red. HEX triplet: FB, 16 and 19. RGB value is (251,22,25). Sum of RGB (Red+Green+Blue) = 251+22+25=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1619 is #04E9E6. Grayscale: #5B5B5B. Windows color (decimal): -322023 or 1644283. OLE color: 1644283.
HSL color Cylindrical-coordinate representation of color #FB1619: hue angle of 359.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1619 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.02 |
| HSL | 359.21º | 0.97% | 0.54% | - |
| HSV(B) | 359.21º | 0.91% | 0.98% | - |
| XYZ | 40.25 | 21.15 | 2.88 | - |
| YUV | 90.81 | 90.87 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 25 | 0 | 0.91 | 0.90 | 0.02 | 359.21 | 0.97 | 0.54 |
| Hex | FB | 16 | 19 | 0 | 5B | 5A | 2 | 167 | 61 | 36 |
| Octal | 373 | 26 | 31 | 0 | 133 | 132 | 2 | 547 | 141 | 66 |
| Binary | 11111011 | 10110 | 11001 | 0 | 1011011 | 1011010 | 10 | 101100111 | 1100001 | 110110 |
Color Harmonies of #FB1619
Complementary color
Monochromatic Colors of #FB1619
Black with #FB1619
Text Example
Text Example
White with #FB1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1619; }
p { color: rgb(251,22,25); }
H1.HeaderClassName
{
color: #FB1619;
}
.AnyTagClassName
{
color: #FB1619;
}
</style>
background-color css
<style>
a { background-color: #FB1619; }
a { background-color: rgb(251,22,25); }
div.DivClassName
{
background-color: #FB1619;
}
.BgClassName
{
background-color: #FB1619;
}
</style>
border-color css
<style>
span { border-color: #FB1619; }
span { border-color: rgb(251,22,25); }
td.TdClassName
{
border-color: #FB1619;
}
.TagClassName
{
border-color: #FB1619;
}
</style>