Shades of Torch Red #F0092B
Tints of Torch Red #F0092B
RGB
CMYK
RGB Variations
Color information
#F0092B (or 0xF0092B) is known color: Torch Red. HEX triplet: F0, 09 and 2B. RGB value is (240,9,43). Sum of RGB (Red+Green+Blue) = 240+9+43=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0092B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0092B is #0FF6D4. Grayscale: #525252. Windows color (decimal): -1046229 or 2820592. OLE color: 2820592.
HSL color Cylindrical-coordinate representation of color #F0092B: hue angle of 351.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0092B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.06 |
| HSL | 351.17º | 0.93% | 0.49% | - |
| HSV(B) | 351.17º | 0.96% | 0.94% | - |
| XYZ | 36.47 | 18.9 | 4.01 | - |
| YUV | 81.95 | 106.03 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 43 | 0 | 0.96 | 0.82 | 0.06 | 351.17 | 0.93 | 0.49 |
| Hex | F0 | 9 | 2B | 0 | 60 | 52 | 6 | 15F | 5D | 31 |
| Octal | 360 | 11 | 53 | 0 | 140 | 122 | 6 | 537 | 135 | 61 |
| Binary | 11110000 | 1001 | 101011 | 0 | 1100000 | 1010010 | 110 | 101011111 | 1011101 | 110001 |
Color Harmonies of #F0092B
Complementary color
Monochromatic Colors of #F0092B
Black with #F0092B
Text Example
Text Example
White with #F0092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0092B; }
p { color: rgb(240,9,43); }
H1.HeaderClassName
{
color: #F0092B;
}
.AnyTagClassName
{
color: #F0092B;
}
</style>
background-color css
<style>
a { background-color: #F0092B; }
a { background-color: rgb(240,9,43); }
div.DivClassName
{
background-color: #F0092B;
}
.BgClassName
{
background-color: #F0092B;
}
</style>
border-color css
<style>
span { border-color: #F0092B; }
span { border-color: rgb(240,9,43); }
td.TdClassName
{
border-color: #F0092B;
}
.TagClassName
{
border-color: #F0092B;
}
</style>