Shades of Torch Red #FF1440
Tints of Torch Red #FF1440
RGB
CMYK
RGB Variations
Color information
#FF1440 (or 0xFF1440) is known color: Torch Red. HEX triplet: FF, 14 and 40. RGB value is (255,20,64). Sum of RGB (Red+Green+Blue) = 255+20+64=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1440 is #00EBBF. Grayscale: #5F5F5F. Windows color (decimal): -60352 or 4199679. OLE color: 4199679.
HSL color Cylindrical-coordinate representation of color #FF1440: hue angle of 348.77º 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 #FF1440 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 64 | - |
| CMYK | 0 | 0.92 | 0.75 | 0 |
| HSL | 348.77º | 1% | 0.54% | - |
| HSV(B) | 348.77º | 0.92% | 1% | - |
| XYZ | 42.42 | 22.13 | 6.89 | - |
| YUV | 95.28 | 110.36 | 241.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 64 | 0 | 0.92 | 0.75 | 0 | 348.77 | 1 | 0.54 |
| Hex | FF | 14 | 40 | 0 | 5C | 4B | 0 | 15D | 64 | 36 |
| Octal | 377 | 24 | 100 | 0 | 134 | 113 | 0 | 535 | 144 | 66 |
| Binary | 11111111 | 10100 | 1000000 | 0 | 1011100 | 1001011 | 0 | 101011101 | 1100100 | 110110 |
Color Harmonies of #FF1440
Complementary color
Monochromatic Colors of #FF1440
Black with #FF1440
Text Example
Text Example
White with #FF1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1440; }
p { color: rgb(255,20,64); }
H1.HeaderClassName
{
color: #FF1440;
}
.AnyTagClassName
{
color: #FF1440;
}
</style>
background-color css
<style>
a { background-color: #FF1440; }
a { background-color: rgb(255,20,64); }
div.DivClassName
{
background-color: #FF1440;
}
.BgClassName
{
background-color: #FF1440;
}
</style>
border-color css
<style>
span { border-color: #FF1440; }
span { border-color: rgb(255,20,64); }
td.TdClassName
{
border-color: #FF1440;
}
.TagClassName
{
border-color: #FF1440;
}
</style>