Shades of Torch Red #F0091B
Tints of Torch Red #F0091B
RGB
CMYK
RGB Variations
Color information
#F0091B (or 0xF0091B) is known color: Torch Red. HEX triplet: F0, 09 and 1B. RGB value is (240,9,27). Sum of RGB (Red+Green+Blue) = 240+9+27=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F0091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0091B is #0FF6E4. Grayscale: #505050. Windows color (decimal): -1046245 or 1772016. OLE color: 1772016.
HSL color Cylindrical-coordinate representation of color #F0091B: hue angle of 355.32º 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 #F0091B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.06 |
| HSL | 355.32º | 0.93% | 0.49% | - |
| HSV(B) | 355.32º | 0.96% | 0.94% | - |
| XYZ | 36.23 | 18.8 | 2.76 | - |
| YUV | 80.12 | 98.03 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 27 | 0 | 0.96 | 0.89 | 0.06 | 355.32 | 0.93 | 0.49 |
| Hex | F0 | 9 | 1B | 0 | 60 | 59 | 6 | 163 | 5D | 31 |
| Octal | 360 | 11 | 33 | 0 | 140 | 131 | 6 | 543 | 135 | 61 |
| Binary | 11110000 | 1001 | 11011 | 0 | 1100000 | 1011001 | 110 | 101100011 | 1011101 | 110001 |
Color Harmonies of #F0091B
Complementary color
Monochromatic Colors of #F0091B
Black with #F0091B
Text Example
Text Example
White with #F0091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0091B; }
p { color: rgb(240,9,27); }
H1.HeaderClassName
{
color: #F0091B;
}
.AnyTagClassName
{
color: #F0091B;
}
</style>
background-color css
<style>
a { background-color: #F0091B; }
a { background-color: rgb(240,9,27); }
div.DivClassName
{
background-color: #F0091B;
}
.BgClassName
{
background-color: #F0091B;
}
</style>
border-color css
<style>
span { border-color: #F0091B; }
span { border-color: rgb(240,9,27); }
td.TdClassName
{
border-color: #F0091B;
}
.TagClassName
{
border-color: #F0091B;
}
</style>