Shades of Torch Red #F0111D
Tints of Torch Red #F0111D
RGB
CMYK
RGB Variations
Color information
#F0111D (or 0xF0111D) is known color: Torch Red. HEX triplet: F0, 11 and 1D. RGB value is (240,17,29). Sum of RGB (Red+Green+Blue) = 240+17+29=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0111D is #0FEEE2. Grayscale: #555555. Windows color (decimal): -1044195 or 1905136. OLE color: 1905136.
HSL color Cylindrical-coordinate representation of color #F0111D: hue angle of 356.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0111D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.06 |
| HSL | 356.77º | 0.88% | 0.5% | - |
| HSV(B) | 356.77º | 0.93% | 0.94% | - |
| XYZ | 36.36 | 19.01 | 2.92 | - |
| YUV | 85.05 | 96.38 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 29 | 0 | 0.93 | 0.88 | 0.06 | 356.77 | 0.88 | 0.5 |
| Hex | F0 | 11 | 1D | 0 | 5D | 58 | 6 | 165 | 58 | 32 |
| Octal | 360 | 21 | 35 | 0 | 135 | 130 | 6 | 545 | 130 | 62 |
| Binary | 11110000 | 10001 | 11101 | 0 | 1011101 | 1011000 | 110 | 101100101 | 1011000 | 110010 |
Color Harmonies of #F0111D
Complementary color
Monochromatic Colors of #F0111D
Black with #F0111D
Text Example
Text Example
White with #F0111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0111D; }
p { color: rgb(240,17,29); }
H1.HeaderClassName
{
color: #F0111D;
}
.AnyTagClassName
{
color: #F0111D;
}
</style>
background-color css
<style>
a { background-color: #F0111D; }
a { background-color: rgb(240,17,29); }
div.DivClassName
{
background-color: #F0111D;
}
.BgClassName
{
background-color: #F0111D;
}
</style>
border-color css
<style>
span { border-color: #F0111D; }
span { border-color: rgb(240,17,29); }
td.TdClassName
{
border-color: #F0111D;
}
.TagClassName
{
border-color: #F0111D;
}
</style>