Shades of Torch Red #FF1137
Tints of Torch Red #FF1137
RGB
CMYK
RGB Variations
Color information
#FF1137 (or 0xFF1137) is known color: Torch Red. HEX triplet: FF, 11 and 37. RGB value is (255,17,55). Sum of RGB (Red+Green+Blue) = 255+17+55=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1137 is #00EEC8. Grayscale: #5C5C5C. Windows color (decimal): -61129 or 3609087. OLE color: 3609087.
HSL color Cylindrical-coordinate representation of color #FF1137: hue angle of 350.42º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1137 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 55 | - |
| CMYK | 0 | 0.93 | 0.78 | 0 |
| HSL | 350.42º | 1% | 0.53% | - |
| HSV(B) | 350.42º | 0.93% | 1% | - |
| XYZ | 42.13 | 21.94 | 5.63 | - |
| YUV | 92.49 | 106.85 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 55 | 0 | 0.93 | 0.78 | 0 | 350.42 | 1 | 0.53 |
| Hex | FF | 11 | 37 | 0 | 5D | 4E | 0 | 15E | 64 | 35 |
| Octal | 377 | 21 | 67 | 0 | 135 | 116 | 0 | 536 | 144 | 65 |
| Binary | 11111111 | 10001 | 110111 | 0 | 1011101 | 1001110 | 0 | 101011110 | 1100100 | 110101 |
Color Harmonies of #FF1137
Complementary color
Monochromatic Colors of #FF1137
Black with #FF1137
Text Example
Text Example
White with #FF1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1137; }
p { color: rgb(255,17,55); }
H1.HeaderClassName
{
color: #FF1137;
}
.AnyTagClassName
{
color: #FF1137;
}
</style>
background-color css
<style>
a { background-color: #FF1137; }
a { background-color: rgb(255,17,55); }
div.DivClassName
{
background-color: #FF1137;
}
.BgClassName
{
background-color: #FF1137;
}
</style>
border-color css
<style>
span { border-color: #FF1137; }
span { border-color: rgb(255,17,55); }
td.TdClassName
{
border-color: #FF1137;
}
.TagClassName
{
border-color: #FF1137;
}
</style>