Shades of Torch Red #FB0418
Tints of Torch Red #FB0418
RGB
CMYK
RGB Variations
Color information
#FB0418 (or 0xFB0418) is known color: Torch Red. HEX triplet: FB, 04 and 18. RGB value is (251,4,24). Sum of RGB (Red+Green+Blue) = 251+4+24=279 (36% of max value = 765). Red value is 251 (98.44% from 255 or 89.96% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0418 is #04FBE7. Grayscale: #505050. Windows color (decimal): -326632 or 1574139. OLE color: 1574139.
HSL color Cylindrical-coordinate representation of color #FB0418: hue angle of 355.14º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0418 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.02 |
| HSL | 355.14º | 0.97% | 0.5% | - |
| HSV(B) | 355.14º | 0.98% | 0.98% | - |
| XYZ | 39.99 | 20.66 | 2.74 | - |
| YUV | 80.13 | 96.33 | 249.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 24 | 0 | 0.98 | 0.90 | 0.02 | 355.14 | 0.97 | 0.5 |
| Hex | FB | 4 | 18 | 0 | 62 | 5A | 2 | 163 | 61 | 32 |
| Octal | 373 | 4 | 30 | 0 | 142 | 132 | 2 | 543 | 141 | 62 |
| Binary | 11111011 | 100 | 11000 | 0 | 1100010 | 1011010 | 10 | 101100011 | 1100001 | 110010 |
Color Harmonies of #FB0418
Complementary color
Monochromatic Colors of #FB0418
Black with #FB0418
Text Example
Text Example
White with #FB0418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0418; }
p { color: rgb(251,4,24); }
H1.HeaderClassName
{
color: #FB0418;
}
.AnyTagClassName
{
color: #FB0418;
}
</style>
background-color css
<style>
a { background-color: #FB0418; }
a { background-color: rgb(251,4,24); }
div.DivClassName
{
background-color: #FB0418;
}
.BgClassName
{
background-color: #FB0418;
}
</style>
border-color css
<style>
span { border-color: #FB0418; }
span { border-color: rgb(251,4,24); }
td.TdClassName
{
border-color: #FB0418;
}
.TagClassName
{
border-color: #FB0418;
}
</style>