Shades of Torch Red #FF1115
Tints of Torch Red #FF1115
RGB
CMYK
RGB Variations
Color information
#FF1115 (or 0xFF1115) is known color: Torch Red. HEX triplet: FF, 11 and 15. RGB value is (255,17,21). Sum of RGB (Red+Green+Blue) = 255+17+21=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1115 is #00EEEA. Grayscale: #585858. Windows color (decimal): -61163 or 1380863. OLE color: 1380863.
HSL color Cylindrical-coordinate representation of color #FF1115: hue angle of 358.99º 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 #FF1115 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 21 | - |
| CMYK | 0 | 0.93 | 0.92 | 0 |
| HSL | 358.99º | 1% | 0.53% | - |
| HSV(B) | 358.99º | 0.93% | 1% | - |
| XYZ | 41.58 | 21.72 | 2.71 | - |
| YUV | 88.62 | 89.85 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 21 | 0 | 0.93 | 0.92 | 0 | 358.99 | 1 | 0.53 |
| Hex | FF | 11 | 15 | 0 | 5D | 5C | 0 | 167 | 64 | 35 |
| Octal | 377 | 21 | 25 | 0 | 135 | 134 | 0 | 547 | 144 | 65 |
| Binary | 11111111 | 10001 | 10101 | 0 | 1011101 | 1011100 | 0 | 101100111 | 1100100 | 110101 |
Color Harmonies of #FF1115
Complementary color
Monochromatic Colors of #FF1115
Black with #FF1115
Text Example
Text Example
White with #FF1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1115; }
p { color: rgb(255,17,21); }
H1.HeaderClassName
{
color: #FF1115;
}
.AnyTagClassName
{
color: #FF1115;
}
</style>
background-color css
<style>
a { background-color: #FF1115; }
a { background-color: rgb(255,17,21); }
div.DivClassName
{
background-color: #FF1115;
}
.BgClassName
{
background-color: #FF1115;
}
</style>
border-color css
<style>
span { border-color: #FF1115; }
span { border-color: rgb(255,17,21); }
td.TdClassName
{
border-color: #FF1115;
}
.TagClassName
{
border-color: #FF1115;
}
</style>