Shades of Torch Red #F0011F
Tints of Torch Red #F0011F
RGB
CMYK
RGB Variations
Color information
#F0011F (or 0xF0011F) is known color: Torch Red. HEX triplet: F0, 01 and 1F. RGB value is (240,1,31). Sum of RGB (Red+Green+Blue) = 240+1+31=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F0011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0011F is #0FFEE0. Grayscale: #4C4C4C. Windows color (decimal): -1048289 or 2032112. OLE color: 2032112.
HSL color Cylindrical-coordinate representation of color #F0011F: hue angle of 352.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0011F is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.06 |
| HSL | 352.47º | 0.99% | 0.47% | - |
| HSV(B) | 352.47º | 1% | 0.94% | - |
| XYZ | 36.19 | 18.65 | 2.99 | - |
| YUV | 75.88 | 102.68 | 245.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 31 | 0 | 1.00 | 0.87 | 0.06 | 352.47 | 0.99 | 0.47 |
| Hex | F0 | 1 | 1F | 0 | 64 | 57 | 6 | 160 | 63 | 2F |
| Octal | 360 | 1 | 37 | 0 | 144 | 127 | 6 | 540 | 143 | 57 |
| Binary | 11110000 | 1 | 11111 | 0 | 1100100 | 1010111 | 110 | 101100000 | 1100011 | 101111 |
Color Harmonies of #F0011F
Complementary color
Monochromatic Colors of #F0011F
Black with #F0011F
Text Example
Text Example
White with #F0011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0011F; }
p { color: rgb(240,1,31); }
H1.HeaderClassName
{
color: #F0011F;
}
.AnyTagClassName
{
color: #F0011F;
}
</style>
background-color css
<style>
a { background-color: #F0011F; }
a { background-color: rgb(240,1,31); }
div.DivClassName
{
background-color: #F0011F;
}
.BgClassName
{
background-color: #F0011F;
}
</style>
border-color css
<style>
span { border-color: #F0011F; }
span { border-color: rgb(240,1,31); }
td.TdClassName
{
border-color: #F0011F;
}
.TagClassName
{
border-color: #F0011F;
}
</style>