Shades of Torch Red #FF1124
Tints of Torch Red #FF1124
RGB
CMYK
RGB Variations
Color information
#FF1124 (or 0xFF1124) is known color: Torch Red. HEX triplet: FF, 11 and 24. RGB value is (255,17,36). Sum of RGB (Red+Green+Blue) = 255+17+36=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1124 is #00EEDB. Grayscale: #5A5A5A. Windows color (decimal): -61148 or 2363903. OLE color: 2363903.
HSL color Cylindrical-coordinate representation of color #FF1124: hue angle of 355.21º 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 #FF1124 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 36 | - |
| CMYK | 0 | 0.93 | 0.86 | 0 |
| HSL | 355.21º | 1% | 0.53% | - |
| HSV(B) | 355.21º | 0.93% | 1% | - |
| XYZ | 41.76 | 21.79 | 3.67 | - |
| YUV | 90.33 | 97.35 | 245.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 36 | 0 | 0.93 | 0.86 | 0 | 355.21 | 1 | 0.53 |
| Hex | FF | 11 | 24 | 0 | 5D | 56 | 0 | 163 | 64 | 35 |
| Octal | 377 | 21 | 44 | 0 | 135 | 126 | 0 | 543 | 144 | 65 |
| Binary | 11111111 | 10001 | 100100 | 0 | 1011101 | 1010110 | 0 | 101100011 | 1100100 | 110101 |
Color Harmonies of #FF1124
Complementary color
Monochromatic Colors of #FF1124
Black with #FF1124
Text Example
Text Example
White with #FF1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1124; }
p { color: rgb(255,17,36); }
H1.HeaderClassName
{
color: #FF1124;
}
.AnyTagClassName
{
color: #FF1124;
}
</style>
background-color css
<style>
a { background-color: #FF1124; }
a { background-color: rgb(255,17,36); }
div.DivClassName
{
background-color: #FF1124;
}
.BgClassName
{
background-color: #FF1124;
}
</style>
border-color css
<style>
span { border-color: #FF1124; }
span { border-color: rgb(255,17,36); }
td.TdClassName
{
border-color: #FF1124;
}
.TagClassName
{
border-color: #FF1124;
}
</style>