Shades of Torch Red #F01131
Tints of Torch Red #F01131
RGB
CMYK
RGB Variations
Color information
#F01131 (or 0xF01131) is known color: Torch Red. HEX triplet: F0, 11 and 31. RGB value is (240,17,49). Sum of RGB (Red+Green+Blue) = 240+17+49=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F01131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01131 is #0FEECE. Grayscale: #575757. Windows color (decimal): -1044175 or 3215856. OLE color: 3215856.
HSL color Cylindrical-coordinate representation of color #F01131: hue angle of 351.39º 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 #F01131 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 49 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.06 |
| HSL | 351.39º | 0.88% | 0.5% | - |
| HSV(B) | 351.39º | 0.93% | 0.94% | - |
| XYZ | 36.69 | 19.15 | 4.67 | - |
| YUV | 87.33 | 106.38 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 49 | 0 | 0.93 | 0.80 | 0.06 | 351.39 | 0.88 | 0.5 |
| Hex | F0 | 11 | 31 | 0 | 5D | 50 | 6 | 15F | 58 | 32 |
| Octal | 360 | 21 | 61 | 0 | 135 | 120 | 6 | 537 | 130 | 62 |
| Binary | 11110000 | 10001 | 110001 | 0 | 1011101 | 1010000 | 110 | 101011111 | 1011000 | 110010 |
Color Harmonies of #F01131
Complementary color
Monochromatic Colors of #F01131
Black with #F01131
Text Example
Text Example
White with #F01131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01131; }
p { color: rgb(240,17,49); }
H1.HeaderClassName
{
color: #F01131;
}
.AnyTagClassName
{
color: #F01131;
}
</style>
background-color css
<style>
a { background-color: #F01131; }
a { background-color: rgb(240,17,49); }
div.DivClassName
{
background-color: #F01131;
}
.BgClassName
{
background-color: #F01131;
}
</style>
border-color css
<style>
span { border-color: #F01131; }
span { border-color: rgb(240,17,49); }
td.TdClassName
{
border-color: #F01131;
}
.TagClassName
{
border-color: #F01131;
}
</style>