Shades of Torch Red #FB0410
Tints of Torch Red #FB0410
RGB
CMYK
RGB Variations
Color information
#FB0410 (or 0xFB0410) is known color: Torch Red. HEX triplet: FB, 04 and 10. RGB value is (251,4,16). Sum of RGB (Red+Green+Blue) = 251+4+16=271 (35% of max value = 765). Red value is 251 (98.44% from 255 or 92.62% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0410 is #04FBEF. Grayscale: #4F4F4F. Windows color (decimal): -326640 or 1049851. OLE color: 1049851.
HSL color Cylindrical-coordinate representation of color #FB0410: hue angle of 357.09º 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 #FB0410 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 16 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.02 |
| HSL | 357.09º | 0.97% | 0.5% | - |
| HSV(B) | 357.09º | 0.98% | 0.98% | - |
| XYZ | 39.92 | 20.63 | 2.37 | - |
| YUV | 79.22 | 92.33 | 250.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 16 | 0 | 0.98 | 0.94 | 0.02 | 357.09 | 0.97 | 0.5 |
| Hex | FB | 4 | 10 | 0 | 62 | 5E | 2 | 165 | 61 | 32 |
| Octal | 373 | 4 | 20 | 0 | 142 | 136 | 2 | 545 | 141 | 62 |
| Binary | 11111011 | 100 | 10000 | 0 | 1100010 | 1011110 | 10 | 101100101 | 1100001 | 110010 |
Color Harmonies of #FB0410
Complementary color
Monochromatic Colors of #FB0410
Black with #FB0410
Text Example
Text Example
White with #FB0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0410; }
p { color: rgb(251,4,16); }
H1.HeaderClassName
{
color: #FB0410;
}
.AnyTagClassName
{
color: #FB0410;
}
</style>
background-color css
<style>
a { background-color: #FB0410; }
a { background-color: rgb(251,4,16); }
div.DivClassName
{
background-color: #FB0410;
}
.BgClassName
{
background-color: #FB0410;
}
</style>
border-color css
<style>
span { border-color: #FB0410; }
span { border-color: rgb(251,4,16); }
td.TdClassName
{
border-color: #FB0410;
}
.TagClassName
{
border-color: #FB0410;
}
</style>