Shades of Torch Red #F0091A
Tints of Torch Red #F0091A
RGB
CMYK
RGB Variations
Color information
#F0091A (or 0xF0091A) is known color: Torch Red. HEX triplet: F0, 09 and 1A. RGB value is (240,9,26). Sum of RGB (Red+Green+Blue) = 240+9+26=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0091A is #0FF6E5. Grayscale: #505050. Windows color (decimal): -1046246 or 1706480. OLE color: 1706480.
HSL color Cylindrical-coordinate representation of color #F0091A: hue angle of 355.58º 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 #F0091A is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 26 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.06 |
| HSL | 355.58º | 0.93% | 0.49% | - |
| HSV(B) | 355.58º | 0.96% | 0.94% | - |
| XYZ | 36.22 | 18.8 | 2.7 | - |
| YUV | 80.01 | 97.53 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 26 | 0 | 0.96 | 0.89 | 0.06 | 355.58 | 0.93 | 0.49 |
| Hex | F0 | 9 | 1A | 0 | 60 | 59 | 6 | 164 | 5D | 31 |
| Octal | 360 | 11 | 32 | 0 | 140 | 131 | 6 | 544 | 135 | 61 |
| Binary | 11110000 | 1001 | 11010 | 0 | 1100000 | 1011001 | 110 | 101100100 | 1011101 | 110001 |
Color Harmonies of #F0091A
Complementary color
Monochromatic Colors of #F0091A
Black with #F0091A
Text Example
Text Example
White with #F0091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0091A; }
p { color: rgb(240,9,26); }
H1.HeaderClassName
{
color: #F0091A;
}
.AnyTagClassName
{
color: #F0091A;
}
</style>
background-color css
<style>
a { background-color: #F0091A; }
a { background-color: rgb(240,9,26); }
div.DivClassName
{
background-color: #F0091A;
}
.BgClassName
{
background-color: #F0091A;
}
</style>
border-color css
<style>
span { border-color: #F0091A; }
span { border-color: rgb(240,9,26); }
td.TdClassName
{
border-color: #F0091A;
}
.TagClassName
{
border-color: #F0091A;
}
</style>