Shades of Torch Red #F00139
Tints of Torch Red #F00139
RGB
CMYK
RGB Variations
Color information
#F00139 (or 0xF00139) is known color: Torch Red. HEX triplet: F0, 01 and 39. RGB value is (240,1,57). Sum of RGB (Red+Green+Blue) = 240+1+57=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F00139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00139 is #0FFEC6. Grayscale: #4E4E4E. Windows color (decimal): -1048263 or 3736048. OLE color: 3736048.
HSL color Cylindrical-coordinate representation of color #F00139: hue angle of 345.94º 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 #F00139 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 57 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.06 |
| HSL | 345.94º | 0.99% | 0.47% | - |
| HSV(B) | 345.94º | 1% | 0.94% | - |
| XYZ | 36.68 | 18.84 | 5.57 | - |
| YUV | 78.85 | 115.68 | 242.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 57 | 0 | 1.00 | 0.76 | 0.06 | 345.94 | 0.99 | 0.47 |
| Hex | F0 | 1 | 39 | 0 | 64 | 4C | 6 | 15A | 63 | 2F |
| Octal | 360 | 1 | 71 | 0 | 144 | 114 | 6 | 532 | 143 | 57 |
| Binary | 11110000 | 1 | 111001 | 0 | 1100100 | 1001100 | 110 | 101011010 | 1100011 | 101111 |
Color Harmonies of #F00139
Complementary color
Monochromatic Colors of #F00139
Black with #F00139
Text Example
Text Example
White with #F00139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00139; }
p { color: rgb(240,1,57); }
H1.HeaderClassName
{
color: #F00139;
}
.AnyTagClassName
{
color: #F00139;
}
</style>
background-color css
<style>
a { background-color: #F00139; }
a { background-color: rgb(240,1,57); }
div.DivClassName
{
background-color: #F00139;
}
.BgClassName
{
background-color: #F00139;
}
</style>
border-color css
<style>
span { border-color: #F00139; }
span { border-color: rgb(240,1,57); }
td.TdClassName
{
border-color: #F00139;
}
.TagClassName
{
border-color: #F00139;
}
</style>