Shades of Torch Red #FF0137
Tints of Torch Red #FF0137
RGB
CMYK
RGB Variations
Color information
#FF0137 (or 0xFF0137) is known color: Torch Red. HEX triplet: FF, 01 and 37. RGB value is (255,1,55). Sum of RGB (Red+Green+Blue) = 255+1+55=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0137 is #00FEC8. Grayscale: #535353. Windows color (decimal): -65225 or 3604991. OLE color: 3604991.
HSL color Cylindrical-coordinate representation of color #FF0137: hue angle of 347.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0137 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.78 | 0 |
| HSL | 347.24º | 1% | 0.5% | - |
| HSV(B) | 347.24º | 1% | 1% | - |
| XYZ | 41.94 | 21.56 | 5.56 | - |
| YUV | 83.1 | 112.15 | 250.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 55 | 0 | 1.00 | 0.78 | 0 | 347.24 | 1 | 0.5 |
| Hex | FF | 1 | 37 | 0 | 64 | 4E | 0 | 15B | 64 | 32 |
| Octal | 377 | 1 | 67 | 0 | 144 | 116 | 0 | 533 | 144 | 62 |
| Binary | 11111111 | 1 | 110111 | 0 | 1100100 | 1001110 | 0 | 101011011 | 1100100 | 110010 |
Color Harmonies of #FF0137
Complementary color
Monochromatic Colors of #FF0137
Black with #FF0137
Text Example
Text Example
White with #FF0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0137; }
p { color: rgb(255,1,55); }
H1.HeaderClassName
{
color: #FF0137;
}
.AnyTagClassName
{
color: #FF0137;
}
</style>
background-color css
<style>
a { background-color: #FF0137; }
a { background-color: rgb(255,1,55); }
div.DivClassName
{
background-color: #FF0137;
}
.BgClassName
{
background-color: #FF0137;
}
</style>
border-color css
<style>
span { border-color: #FF0137; }
span { border-color: rgb(255,1,55); }
td.TdClassName
{
border-color: #FF0137;
}
.TagClassName
{
border-color: #FF0137;
}
</style>