Shades of Torch Red #FB0A18
Tints of Torch Red #FB0A18
RGB
CMYK
RGB Variations
Color information
#FB0A18 (or 0xFB0A18) is known color: Torch Red. HEX triplet: FB, 0A and 18. RGB value is (251,10,24). Sum of RGB (Red+Green+Blue) = 251+10+24=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0A18 is #04F5E7. Grayscale: #535353. Windows color (decimal): -325096 or 1575675. OLE color: 1575675.
HSL color Cylindrical-coordinate representation of color #FB0A18: hue angle of 356.51º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A18 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 24 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.02 |
| HSL | 356.51º | 0.97% | 0.51% | - |
| HSV(B) | 356.51º | 0.96% | 0.98% | - |
| XYZ | 40.06 | 20.79 | 2.77 | - |
| YUV | 83.66 | 94.34 | 247.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 24 | 0 | 0.96 | 0.90 | 0.02 | 356.51 | 0.97 | 0.51 |
| Hex | FB | A | 18 | 0 | 60 | 5A | 2 | 165 | 61 | 33 |
| Octal | 373 | 12 | 30 | 0 | 140 | 132 | 2 | 545 | 141 | 63 |
| Binary | 11111011 | 1010 | 11000 | 0 | 1100000 | 1011010 | 10 | 101100101 | 1100001 | 110011 |
Color Harmonies of #FB0A18
Complementary color
Monochromatic Colors of #FB0A18
Black with #FB0A18
Text Example
Text Example
White with #FB0A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A18; }
p { color: rgb(251,10,24); }
H1.HeaderClassName
{
color: #FB0A18;
}
.AnyTagClassName
{
color: #FB0A18;
}
</style>
background-color css
<style>
a { background-color: #FB0A18; }
a { background-color: rgb(251,10,24); }
div.DivClassName
{
background-color: #FB0A18;
}
.BgClassName
{
background-color: #FB0A18;
}
</style>
border-color css
<style>
span { border-color: #FB0A18; }
span { border-color: rgb(251,10,24); }
td.TdClassName
{
border-color: #FB0A18;
}
.TagClassName
{
border-color: #FB0A18;
}
</style>