Shades of Torch Red #F0112B
Tints of Torch Red #F0112B
RGB
CMYK
RGB Variations
Color information
#F0112B (or 0xF0112B) is known color: Torch Red. HEX triplet: F0, 11 and 2B. RGB value is (240,17,43). Sum of RGB (Red+Green+Blue) = 240+17+43=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F0112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0112B is #0FEED4. Grayscale: #565656. Windows color (decimal): -1044181 or 2822640. OLE color: 2822640.
HSL color Cylindrical-coordinate representation of color #F0112B: hue angle of 353º 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 #F0112B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.06 |
| HSL | 353º | 0.88% | 0.5% | - |
| HSV(B) | 353º | 0.93% | 0.94% | - |
| XYZ | 36.57 | 19.1 | 4.04 | - |
| YUV | 86.64 | 103.38 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 43 | 0 | 0.93 | 0.82 | 0.06 | 353 | 0.88 | 0.5 |
| Hex | F0 | 11 | 2B | 0 | 5D | 52 | 6 | 161 | 58 | 32 |
| Octal | 360 | 21 | 53 | 0 | 135 | 122 | 6 | 541 | 130 | 62 |
| Binary | 11110000 | 10001 | 101011 | 0 | 1011101 | 1010010 | 110 | 101100001 | 1011000 | 110010 |
Color Harmonies of #F0112B
Complementary color
Monochromatic Colors of #F0112B
Black with #F0112B
Text Example
Text Example
White with #F0112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0112B; }
p { color: rgb(240,17,43); }
H1.HeaderClassName
{
color: #F0112B;
}
.AnyTagClassName
{
color: #F0112B;
}
</style>
background-color css
<style>
a { background-color: #F0112B; }
a { background-color: rgb(240,17,43); }
div.DivClassName
{
background-color: #F0112B;
}
.BgClassName
{
background-color: #F0112B;
}
</style>
border-color css
<style>
span { border-color: #F0112B; }
span { border-color: rgb(240,17,43); }
td.TdClassName
{
border-color: #F0112B;
}
.TagClassName
{
border-color: #F0112B;
}
</style>