Shades of Torch Red #FF2040
Tints of Torch Red #FF2040
RGB
CMYK
RGB Variations
Color information
#FF2040 (or 0xFF2040) is known color: Torch Red. HEX triplet: FF, 20 and 40. RGB value is (255,32,64). Sum of RGB (Red+Green+Blue) = 255+32+64=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2040 is #00DFBF. Grayscale: #666666. Windows color (decimal): -57280 or 4202751. OLE color: 4202751.
HSL color Cylindrical-coordinate representation of color #FF2040: hue angle of 351.39º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2040 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 64 | - |
| CMYK | 0 | 0.87 | 0.75 | 0 |
| HSL | 351.39º | 1% | 0.56% | - |
| HSV(B) | 351.39º | 0.87% | 1% | - |
| XYZ | 42.68 | 22.66 | 6.98 | - |
| YUV | 102.33 | 106.38 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 64 | 0 | 0.87 | 0.75 | 0 | 351.39 | 1 | 0.56 |
| Hex | FF | 20 | 40 | 0 | 57 | 4B | 0 | 15F | 64 | 38 |
| Octal | 377 | 40 | 100 | 0 | 127 | 113 | 0 | 537 | 144 | 70 |
| Binary | 11111111 | 100000 | 1000000 | 0 | 1010111 | 1001011 | 0 | 101011111 | 1100100 | 111000 |
Color Harmonies of #FF2040
Complementary color
Monochromatic Colors of #FF2040
Black with #FF2040
Text Example
Text Example
White with #FF2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2040; }
p { color: rgb(255,32,64); }
H1.HeaderClassName
{
color: #FF2040;
}
.AnyTagClassName
{
color: #FF2040;
}
</style>
background-color css
<style>
a { background-color: #FF2040; }
a { background-color: rgb(255,32,64); }
div.DivClassName
{
background-color: #FF2040;
}
.BgClassName
{
background-color: #FF2040;
}
</style>
border-color css
<style>
span { border-color: #FF2040; }
span { border-color: rgb(255,32,64); }
td.TdClassName
{
border-color: #FF2040;
}
.TagClassName
{
border-color: #FF2040;
}
</style>