Shades of Torch Red #FF1123
Tints of Torch Red #FF1123
RGB
CMYK
RGB Variations
Color information
#FF1123 (or 0xFF1123) is known color: Torch Red. HEX triplet: FF, 11 and 23. RGB value is (255,17,35). Sum of RGB (Red+Green+Blue) = 255+17+35=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1123 is #00EEDC. Grayscale: #5A5A5A. Windows color (decimal): -61149 or 2298367. OLE color: 2298367.
HSL color Cylindrical-coordinate representation of color #FF1123: hue angle of 355.46º 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 #FF1123 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 35 | - |
| CMYK | 0 | 0.93 | 0.86 | 0 |
| HSL | 355.46º | 1% | 0.53% | - |
| HSV(B) | 355.46º | 0.93% | 1% | - |
| XYZ | 41.74 | 21.78 | 3.59 | - |
| YUV | 90.21 | 96.85 | 245.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 35 | 0 | 0.93 | 0.86 | 0 | 355.46 | 1 | 0.53 |
| Hex | FF | 11 | 23 | 0 | 5D | 56 | 0 | 163 | 64 | 35 |
| Octal | 377 | 21 | 43 | 0 | 135 | 126 | 0 | 543 | 144 | 65 |
| Binary | 11111111 | 10001 | 100011 | 0 | 1011101 | 1010110 | 0 | 101100011 | 1100100 | 110101 |
Color Harmonies of #FF1123
Complementary color
Monochromatic Colors of #FF1123
Black with #FF1123
Text Example
Text Example
White with #FF1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1123; }
p { color: rgb(255,17,35); }
H1.HeaderClassName
{
color: #FF1123;
}
.AnyTagClassName
{
color: #FF1123;
}
</style>
background-color css
<style>
a { background-color: #FF1123; }
a { background-color: rgb(255,17,35); }
div.DivClassName
{
background-color: #FF1123;
}
.BgClassName
{
background-color: #FF1123;
}
</style>
border-color css
<style>
span { border-color: #FF1123; }
span { border-color: rgb(255,17,35); }
td.TdClassName
{
border-color: #FF1123;
}
.TagClassName
{
border-color: #FF1123;
}
</style>