Shades of Torch Red #F0011C
Tints of Torch Red #F0011C
RGB
CMYK
RGB Variations
Color information
#F0011C (or 0xF0011C) is known color: Torch Red. HEX triplet: F0, 01 and 1C. RGB value is (240,1,28). Sum of RGB (Red+Green+Blue) = 240+1+28=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F0011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0011C is #0FFEE3. Grayscale: #4B4B4B. Windows color (decimal): -1048292 or 1835504. OLE color: 1835504.
HSL color Cylindrical-coordinate representation of color #F0011C: hue angle of 353.22º 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 #F0011C is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.06 |
| HSL | 353.22º | 0.99% | 0.47% | - |
| HSV(B) | 353.22º | 1% | 0.94% | - |
| XYZ | 36.16 | 18.63 | 2.79 | - |
| YUV | 75.54 | 101.18 | 245.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 28 | 0 | 1.00 | 0.88 | 0.06 | 353.22 | 0.99 | 0.47 |
| Hex | F0 | 1 | 1C | 0 | 64 | 58 | 6 | 161 | 63 | 2F |
| Octal | 360 | 1 | 34 | 0 | 144 | 130 | 6 | 541 | 143 | 57 |
| Binary | 11110000 | 1 | 11100 | 0 | 1100100 | 1011000 | 110 | 101100001 | 1100011 | 101111 |
Color Harmonies of #F0011C
Complementary color
Monochromatic Colors of #F0011C
Black with #F0011C
Text Example
Text Example
White with #F0011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0011C; }
p { color: rgb(240,1,28); }
H1.HeaderClassName
{
color: #F0011C;
}
.AnyTagClassName
{
color: #F0011C;
}
</style>
background-color css
<style>
a { background-color: #F0011C; }
a { background-color: rgb(240,1,28); }
div.DivClassName
{
background-color: #F0011C;
}
.BgClassName
{
background-color: #F0011C;
}
</style>
border-color css
<style>
span { border-color: #F0011C; }
span { border-color: rgb(240,1,28); }
td.TdClassName
{
border-color: #F0011C;
}
.TagClassName
{
border-color: #F0011C;
}
</style>