Shades of Torch Red #FF2240
Tints of Torch Red #FF2240
RGB
CMYK
RGB Variations
Color information
#FF2240 (or 0xFF2240) is known color: Torch Red. HEX triplet: FF, 22 and 40. RGB value is (255,34,64). Sum of RGB (Red+Green+Blue) = 255+34+64=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2240 is #00DDBF. Grayscale: #676767. Windows color (decimal): -56768 or 4203263. OLE color: 4203263.
HSL color Cylindrical-coordinate representation of color #FF2240: hue angle of 351.86º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2240 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 64 | - |
| CMYK | 0 | 0.87 | 0.75 | 0 |
| HSL | 351.86º | 1% | 0.57% | - |
| HSV(B) | 351.86º | 0.87% | 1% | - |
| XYZ | 42.74 | 22.77 | 6.99 | - |
| YUV | 103.5 | 105.72 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 64 | 0 | 0.87 | 0.75 | 0 | 351.86 | 1 | 0.57 |
| Hex | FF | 22 | 40 | 0 | 57 | 4B | 0 | 160 | 64 | 39 |
| Octal | 377 | 42 | 100 | 0 | 127 | 113 | 0 | 540 | 144 | 71 |
| Binary | 11111111 | 100010 | 1000000 | 0 | 1010111 | 1001011 | 0 | 101100000 | 1100100 | 111001 |
Color Harmonies of #FF2240
Complementary color
Monochromatic Colors of #FF2240
Black with #FF2240
Text Example
Text Example
White with #FF2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2240; }
p { color: rgb(255,34,64); }
H1.HeaderClassName
{
color: #FF2240;
}
.AnyTagClassName
{
color: #FF2240;
}
</style>
background-color css
<style>
a { background-color: #FF2240; }
a { background-color: rgb(255,34,64); }
div.DivClassName
{
background-color: #FF2240;
}
.BgClassName
{
background-color: #FF2240;
}
</style>
border-color css
<style>
span { border-color: #FF2240; }
span { border-color: rgb(255,34,64); }
td.TdClassName
{
border-color: #FF2240;
}
.TagClassName
{
border-color: #FF2240;
}
</style>