Shades of Torch Red #FB0018
Tints of Torch Red #FB0018
RGB
CMYK
RGB Variations
Color information
#FB0018 (or 0xFB0018) is known color: Torch Red. HEX triplet: FB, 00 and 18. RGB value is (251,0,24). Sum of RGB (Red+Green+Blue) = 251+0+24=275 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0018 is #04FFE7. Grayscale: #4D4D4D. Windows color (decimal): -327656 or 1573115. OLE color: 1573115.
HSL color Cylindrical-coordinate representation of color #FB0018: hue angle of 354.26º 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 #FB0018 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.90 | 0.02 |
| HSL | 354.26º | 1% | 0.49% | - |
| HSV(B) | 354.26º | 1% | 0.98% | - |
| XYZ | 39.95 | 20.58 | 2.73 | - |
| YUV | 77.79 | 97.66 | 251.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 24 | 0 | 1 | 0.90 | 0.02 | 354.26 | 1 | 0.49 |
| Hex | FB | 0 | 18 | 0 | 64 | 5A | 2 | 162 | 64 | 31 |
| Octal | 373 | 0 | 30 | 0 | 144 | 132 | 2 | 542 | 144 | 61 |
| Binary | 11111011 | 0 | 11000 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100100 | 110001 |
Color Harmonies of #FB0018
Complementary color
Monochromatic Colors of #FB0018
Black with #FB0018
Text Example
Text Example
White with #FB0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0018; }
p { color: rgb(251,0,24); }
H1.HeaderClassName
{
color: #FB0018;
}
.AnyTagClassName
{
color: #FB0018;
}
</style>
background-color css
<style>
a { background-color: #FB0018; }
a { background-color: rgb(251,0,24); }
div.DivClassName
{
background-color: #FB0018;
}
.BgClassName
{
background-color: #FB0018;
}
</style>
border-color css
<style>
span { border-color: #FB0018; }
span { border-color: rgb(251,0,24); }
td.TdClassName
{
border-color: #FB0018;
}
.TagClassName
{
border-color: #FB0018;
}
</style>