Shades of Torch Red #F00B20
Tints of Torch Red #F00B20
RGB
CMYK
RGB Variations
Color information
#F00B20 (or 0xF00B20) is known color: Torch Red. HEX triplet: F0, 0B and 20. RGB value is (240,11,32). Sum of RGB (Red+Green+Blue) = 240+11+32=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00B20 is #0FF4DF. Grayscale: #525252. Windows color (decimal): -1045728 or 2100208. OLE color: 2100208.
HSL color Cylindrical-coordinate representation of color #F00B20: hue angle of 354.5º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00B20 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 32 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.06 |
| HSL | 354.5º | 0.91% | 0.49% | - |
| HSV(B) | 354.5º | 0.95% | 0.94% | - |
| XYZ | 36.32 | 18.87 | 3.09 | - |
| YUV | 81.87 | 99.87 | 240.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 32 | 0 | 0.95 | 0.87 | 0.06 | 354.5 | 0.91 | 0.49 |
| Hex | F0 | B | 20 | 0 | 5F | 57 | 6 | 162 | 5B | 31 |
| Octal | 360 | 13 | 40 | 0 | 137 | 127 | 6 | 542 | 133 | 61 |
| Binary | 11110000 | 1011 | 100000 | 0 | 1011111 | 1010111 | 110 | 101100010 | 1011011 | 110001 |
Color Harmonies of #F00B20
Complementary color
Monochromatic Colors of #F00B20
Black with #F00B20
Text Example
Text Example
White with #F00B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B20; }
p { color: rgb(240,11,32); }
H1.HeaderClassName
{
color: #F00B20;
}
.AnyTagClassName
{
color: #F00B20;
}
</style>
background-color css
<style>
a { background-color: #F00B20; }
a { background-color: rgb(240,11,32); }
div.DivClassName
{
background-color: #F00B20;
}
.BgClassName
{
background-color: #F00B20;
}
</style>
border-color css
<style>
span { border-color: #F00B20; }
span { border-color: rgb(240,11,32); }
td.TdClassName
{
border-color: #F00B20;
}
.TagClassName
{
border-color: #F00B20;
}
</style>