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