Shades of Torch Red #FF1127
Tints of Torch Red #FF1127
RGB
CMYK
RGB Variations
Color information
#FF1127 (or 0xFF1127) is known color: Torch Red. HEX triplet: FF, 11 and 27. RGB value is (255,17,39). Sum of RGB (Red+Green+Blue) = 255+17+39=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1127 is #00EED8. Grayscale: #5A5A5A. Windows color (decimal): -61145 or 2560511. OLE color: 2560511.
HSL color Cylindrical-coordinate representation of color #FF1127: hue angle of 354.45º 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 #FF1127 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.85 | 0 |
| HSL | 354.45º | 1% | 0.53% | - |
| HSV(B) | 354.45º | 0.93% | 1% | - |
| XYZ | 41.81 | 21.81 | 3.93 | - |
| YUV | 90.67 | 98.85 | 245.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 39 | 0 | 0.93 | 0.85 | 0 | 354.45 | 1 | 0.53 |
| Hex | FF | 11 | 27 | 0 | 5D | 55 | 0 | 162 | 64 | 35 |
| Octal | 377 | 21 | 47 | 0 | 135 | 125 | 0 | 542 | 144 | 65 |
| Binary | 11111111 | 10001 | 100111 | 0 | 1011101 | 1010101 | 0 | 101100010 | 1100100 | 110101 |
Color Harmonies of #FF1127
Complementary color
Monochromatic Colors of #FF1127
Black with #FF1127
Text Example
Text Example
White with #FF1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1127; }
p { color: rgb(255,17,39); }
H1.HeaderClassName
{
color: #FF1127;
}
.AnyTagClassName
{
color: #FF1127;
}
</style>
background-color css
<style>
a { background-color: #FF1127; }
a { background-color: rgb(255,17,39); }
div.DivClassName
{
background-color: #FF1127;
}
.BgClassName
{
background-color: #FF1127;
}
</style>
border-color css
<style>
span { border-color: #FF1127; }
span { border-color: rgb(255,17,39); }
td.TdClassName
{
border-color: #FF1127;
}
.TagClassName
{
border-color: #FF1127;
}
</style>