Shades of Torch Red #FB0420
Tints of Torch Red #FB0420
RGB
CMYK
RGB Variations
Color information
#FB0420 (or 0xFB0420) is known color: Torch Red. HEX triplet: FB, 04 and 20. RGB value is (251,4,32). Sum of RGB (Red+Green+Blue) = 251+4+32=287 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.46% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0420 is #04FBDF. Grayscale: #515151. Windows color (decimal): -326624 or 2098427. OLE color: 2098427.
HSL color Cylindrical-coordinate representation of color #FB0420: hue angle of 353.2º 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 #FB0420 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.02 |
| HSL | 353.2º | 0.97% | 0.5% | - |
| HSV(B) | 353.2º | 0.98% | 0.98% | - |
| XYZ | 40.09 | 20.7 | 3.25 | - |
| YUV | 81.05 | 100.33 | 249.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 32 | 0 | 0.98 | 0.87 | 0.02 | 353.2 | 0.97 | 0.5 |
| Hex | FB | 4 | 20 | 0 | 62 | 57 | 2 | 161 | 61 | 32 |
| Octal | 373 | 4 | 40 | 0 | 142 | 127 | 2 | 541 | 141 | 62 |
| Binary | 11111011 | 100 | 100000 | 0 | 1100010 | 1010111 | 10 | 101100001 | 1100001 | 110010 |
Color Harmonies of #FB0420
Complementary color
Monochromatic Colors of #FB0420
Black with #FB0420
Text Example
Text Example
White with #FB0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0420; }
p { color: rgb(251,4,32); }
H1.HeaderClassName
{
color: #FB0420;
}
.AnyTagClassName
{
color: #FB0420;
}
</style>
background-color css
<style>
a { background-color: #FB0420; }
a { background-color: rgb(251,4,32); }
div.DivClassName
{
background-color: #FB0420;
}
.BgClassName
{
background-color: #FB0420;
}
</style>
border-color css
<style>
span { border-color: #FB0420; }
span { border-color: rgb(251,4,32); }
td.TdClassName
{
border-color: #FB0420;
}
.TagClassName
{
border-color: #FB0420;
}
</style>