Shades of Torch Red #FF1937
Tints of Torch Red #FF1937
RGB
CMYK
RGB Variations
Color information
#FF1937 (or 0xFF1937) is known color: Torch Red. HEX triplet: FF, 19 and 37. RGB value is (255,25,55). Sum of RGB (Red+Green+Blue) = 255+25+55=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1937 is #00E6C8. Grayscale: #616161. Windows color (decimal): -59081 or 3611135. OLE color: 3611135.
HSL color Cylindrical-coordinate representation of color #FF1937: hue angle of 352.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1937 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 55 | - |
| CMYK | 0 | 0.90 | 0.78 | 0 |
| HSL | 352.17º | 1% | 0.55% | - |
| HSV(B) | 352.17º | 0.9% | 1% | - |
| XYZ | 42.28 | 22.23 | 5.68 | - |
| YUV | 97.19 | 104.2 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 55 | 0 | 0.90 | 0.78 | 0 | 352.17 | 1 | 0.55 |
| Hex | FF | 19 | 37 | 0 | 5A | 4E | 0 | 160 | 64 | 37 |
| Octal | 377 | 31 | 67 | 0 | 132 | 116 | 0 | 540 | 144 | 67 |
| Binary | 11111111 | 11001 | 110111 | 0 | 1011010 | 1001110 | 0 | 101100000 | 1100100 | 110111 |
Color Harmonies of #FF1937
Complementary color
Monochromatic Colors of #FF1937
Black with #FF1937
Text Example
Text Example
White with #FF1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1937; }
p { color: rgb(255,25,55); }
H1.HeaderClassName
{
color: #FF1937;
}
.AnyTagClassName
{
color: #FF1937;
}
</style>
background-color css
<style>
a { background-color: #FF1937; }
a { background-color: rgb(255,25,55); }
div.DivClassName
{
background-color: #FF1937;
}
.BgClassName
{
background-color: #FF1937;
}
</style>
border-color css
<style>
span { border-color: #FF1937; }
span { border-color: rgb(255,25,55); }
td.TdClassName
{
border-color: #FF1937;
}
.TagClassName
{
border-color: #FF1937;
}
</style>