Shades of Torch Red #FB0019
Tints of Torch Red #FB0019
RGB
CMYK
RGB Variations
Color information
#FB0019 (or 0xFB0019) is known color: Torch Red. HEX triplet: FB, 00 and 19. RGB value is (251,0,25). Sum of RGB (Red+Green+Blue) = 251+0+25=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0019 is #04FFE6. Grayscale: #4E4E4E. Windows color (decimal): -327655 or 1638651. OLE color: 1638651.
HSL color Cylindrical-coordinate representation of color #FB0019: hue angle of 354.02º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0019 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.90 | 0.02 |
| HSL | 354.02º | 1% | 0.49% | - |
| HSV(B) | 354.02º | 1% | 0.98% | - |
| XYZ | 39.96 | 20.58 | 2.79 | - |
| YUV | 77.9 | 98.16 | 251.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 25 | 0 | 1 | 0.90 | 0.02 | 354.02 | 1 | 0.49 |
| Hex | FB | 0 | 19 | 0 | 64 | 5A | 2 | 162 | 64 | 31 |
| Octal | 373 | 0 | 31 | 0 | 144 | 132 | 2 | 542 | 144 | 61 |
| Binary | 11111011 | 0 | 11001 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100100 | 110001 |
Color Harmonies of #FB0019
Complementary color
Monochromatic Colors of #FB0019
Black with #FB0019
Text Example
Text Example
White with #FB0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0019; }
p { color: rgb(251,0,25); }
H1.HeaderClassName
{
color: #FB0019;
}
.AnyTagClassName
{
color: #FB0019;
}
</style>
background-color css
<style>
a { background-color: #FB0019; }
a { background-color: rgb(251,0,25); }
div.DivClassName
{
background-color: #FB0019;
}
.BgClassName
{
background-color: #FB0019;
}
</style>
border-color css
<style>
span { border-color: #FB0019; }
span { border-color: rgb(251,0,25); }
td.TdClassName
{
border-color: #FB0019;
}
.TagClassName
{
border-color: #FB0019;
}
</style>