Shades of Torch Red #F00137
Tints of Torch Red #F00137
RGB
CMYK
RGB Variations
Color information
#F00137 (or 0xF00137) is known color: Torch Red. HEX triplet: F0, 01 and 37. RGB value is (240,1,55). Sum of RGB (Red+Green+Blue) = 240+1+55=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F00137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00137 is #0FFEC8. Grayscale: #4E4E4E. Windows color (decimal): -1048265 or 3604976. OLE color: 3604976.
HSL color Cylindrical-coordinate representation of color #F00137: hue angle of 346.44º 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 #F00137 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.06 |
| HSL | 346.44º | 0.99% | 0.47% | - |
| HSV(B) | 346.44º | 1% | 0.94% | - |
| XYZ | 36.64 | 18.82 | 5.32 | - |
| YUV | 78.62 | 114.68 | 243.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 55 | 0 | 1.00 | 0.77 | 0.06 | 346.44 | 0.99 | 0.47 |
| Hex | F0 | 1 | 37 | 0 | 64 | 4D | 6 | 15A | 63 | 2F |
| Octal | 360 | 1 | 67 | 0 | 144 | 115 | 6 | 532 | 143 | 57 |
| Binary | 11110000 | 1 | 110111 | 0 | 1100100 | 1001101 | 110 | 101011010 | 1100011 | 101111 |
Color Harmonies of #F00137
Complementary color
Monochromatic Colors of #F00137
Black with #F00137
Text Example
Text Example
White with #F00137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00137; }
p { color: rgb(240,1,55); }
H1.HeaderClassName
{
color: #F00137;
}
.AnyTagClassName
{
color: #F00137;
}
</style>
background-color css
<style>
a { background-color: #F00137; }
a { background-color: rgb(240,1,55); }
div.DivClassName
{
background-color: #F00137;
}
.BgClassName
{
background-color: #F00137;
}
</style>
border-color css
<style>
span { border-color: #F00137; }
span { border-color: rgb(240,1,55); }
td.TdClassName
{
border-color: #F00137;
}
.TagClassName
{
border-color: #F00137;
}
</style>