Shades of Torch Red #F0011B
Tints of Torch Red #F0011B
RGB
CMYK
RGB Variations
Color information
#F0011B (or 0xF0011B) is known color: Torch Red. HEX triplet: F0, 01 and 1B. RGB value is (240,1,27). Sum of RGB (Red+Green+Blue) = 240+1+27=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F0011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0011B is #0FFEE4. Grayscale: #4B4B4B. Windows color (decimal): -1048293 or 1769968. OLE color: 1769968.
HSL color Cylindrical-coordinate representation of color #F0011B: hue angle of 353.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 #F0011B is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.06 |
| HSL | 353.47º | 0.99% | 0.47% | - |
| HSV(B) | 353.47º | 1% | 0.94% | - |
| XYZ | 36.14 | 18.63 | 2.73 | - |
| YUV | 75.43 | 100.68 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 27 | 0 | 1.00 | 0.89 | 0.06 | 353.47 | 0.99 | 0.47 |
| Hex | F0 | 1 | 1B | 0 | 64 | 59 | 6 | 161 | 63 | 2F |
| Octal | 360 | 1 | 33 | 0 | 144 | 131 | 6 | 541 | 143 | 57 |
| Binary | 11110000 | 1 | 11011 | 0 | 1100100 | 1011001 | 110 | 101100001 | 1100011 | 101111 |
Color Harmonies of #F0011B
Complementary color
Monochromatic Colors of #F0011B
Black with #F0011B
Text Example
Text Example
White with #F0011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0011B; }
p { color: rgb(240,1,27); }
H1.HeaderClassName
{
color: #F0011B;
}
.AnyTagClassName
{
color: #F0011B;
}
</style>
background-color css
<style>
a { background-color: #F0011B; }
a { background-color: rgb(240,1,27); }
div.DivClassName
{
background-color: #F0011B;
}
.BgClassName
{
background-color: #F0011B;
}
</style>
border-color css
<style>
span { border-color: #F0011B; }
span { border-color: rgb(240,1,27); }
td.TdClassName
{
border-color: #F0011B;
}
.TagClassName
{
border-color: #F0011B;
}
</style>