Shades of Torch Red #F0093A
Tints of Torch Red #F0093A
RGB
CMYK
RGB Variations
Color information
#F0093A (or 0xF0093A) is known color: Torch Red. HEX triplet: F0, 09 and 3A. RGB value is (240,9,58). Sum of RGB (Red+Green+Blue) = 240+9+58=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0093A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0093A is #0FF6C5. Grayscale: #535353. Windows color (decimal): -1046214 or 3803632. OLE color: 3803632.
HSL color Cylindrical-coordinate representation of color #F0093A: hue angle of 347.27º 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 #F0093A is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.06 |
| HSL | 347.27º | 0.93% | 0.49% | - |
| HSV(B) | 347.27º | 0.96% | 0.94% | - |
| XYZ | 36.8 | 19.03 | 5.74 | - |
| YUV | 83.66 | 113.53 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 58 | 0 | 0.96 | 0.76 | 0.06 | 347.27 | 0.93 | 0.49 |
| Hex | F0 | 9 | 3A | 0 | 60 | 4C | 6 | 15B | 5D | 31 |
| Octal | 360 | 11 | 72 | 0 | 140 | 114 | 6 | 533 | 135 | 61 |
| Binary | 11110000 | 1001 | 111010 | 0 | 1100000 | 1001100 | 110 | 101011011 | 1011101 | 110001 |
Color Harmonies of #F0093A
Complementary color
Monochromatic Colors of #F0093A
Black with #F0093A
Text Example
Text Example
White with #F0093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0093A; }
p { color: rgb(240,9,58); }
H1.HeaderClassName
{
color: #F0093A;
}
.AnyTagClassName
{
color: #F0093A;
}
</style>
background-color css
<style>
a { background-color: #F0093A; }
a { background-color: rgb(240,9,58); }
div.DivClassName
{
background-color: #F0093A;
}
.BgClassName
{
background-color: #F0093A;
}
</style>
border-color css
<style>
span { border-color: #F0093A; }
span { border-color: rgb(240,9,58); }
td.TdClassName
{
border-color: #F0093A;
}
.TagClassName
{
border-color: #F0093A;
}
</style>