Shades of Torch Red #FF1540
Tints of Torch Red #FF1540
RGB
CMYK
RGB Variations
Color information
#FF1540 (or 0xFF1540) is known color: Torch Red. HEX triplet: FF, 15 and 40. RGB value is (255,21,64). Sum of RGB (Red+Green+Blue) = 255+21+64=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1540 is #00EABF. Grayscale: #5F5F5F. Windows color (decimal): -60096 or 4199935. OLE color: 4199935.
HSL color Cylindrical-coordinate representation of color #FF1540: hue angle of 348.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1540 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 64 | - |
| CMYK | 0 | 0.92 | 0.75 | 0 |
| HSL | 348.97º | 1% | 0.54% | - |
| HSV(B) | 348.97º | 0.92% | 1% | - |
| XYZ | 42.43 | 22.17 | 6.89 | - |
| YUV | 95.87 | 110.02 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 64 | 0 | 0.92 | 0.75 | 0 | 348.97 | 1 | 0.54 |
| Hex | FF | 15 | 40 | 0 | 5C | 4B | 0 | 15D | 64 | 36 |
| Octal | 377 | 25 | 100 | 0 | 134 | 113 | 0 | 535 | 144 | 66 |
| Binary | 11111111 | 10101 | 1000000 | 0 | 1011100 | 1001011 | 0 | 101011101 | 1100100 | 110110 |
Color Harmonies of #FF1540
Complementary color
Monochromatic Colors of #FF1540
Black with #FF1540
Text Example
Text Example
White with #FF1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1540; }
p { color: rgb(255,21,64); }
H1.HeaderClassName
{
color: #FF1540;
}
.AnyTagClassName
{
color: #FF1540;
}
</style>
background-color css
<style>
a { background-color: #FF1540; }
a { background-color: rgb(255,21,64); }
div.DivClassName
{
background-color: #FF1540;
}
.BgClassName
{
background-color: #FF1540;
}
</style>
border-color css
<style>
span { border-color: #FF1540; }
span { border-color: rgb(255,21,64); }
td.TdClassName
{
border-color: #FF1540;
}
.TagClassName
{
border-color: #FF1540;
}
</style>