Shades of Torch Red #FF2740
Tints of Torch Red #FF2740
RGB
CMYK
RGB Variations
Color information
#FF2740 (or 0xFF2740) is known color: Torch Red. HEX triplet: FF, 27 and 40. RGB value is (255,39,64). Sum of RGB (Red+Green+Blue) = 255+39+64=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2740 is #00D8BF. Grayscale: #6A6A6A. Windows color (decimal): -55488 or 4204543. OLE color: 4204543.
HSL color Cylindrical-coordinate representation of color #FF2740: hue angle of 353.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2740 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 64 | - |
| CMYK | 0 | 0.85 | 0.75 | 0 |
| HSL | 353.06º | 1% | 0.58% | - |
| HSV(B) | 353.06º | 0.85% | 1% | - |
| XYZ | 42.89 | 23.08 | 7.05 | - |
| YUV | 106.43 | 104.06 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 64 | 0 | 0.85 | 0.75 | 0 | 353.06 | 1 | 0.58 |
| Hex | FF | 27 | 40 | 0 | 55 | 4B | 0 | 161 | 64 | 3A |
| Octal | 377 | 47 | 100 | 0 | 125 | 113 | 0 | 541 | 144 | 72 |
| Binary | 11111111 | 100111 | 1000000 | 0 | 1010101 | 1001011 | 0 | 101100001 | 1100100 | 111010 |
Color Harmonies of #FF2740
Complementary color
Monochromatic Colors of #FF2740
Black with #FF2740
Text Example
Text Example
White with #FF2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2740; }
p { color: rgb(255,39,64); }
H1.HeaderClassName
{
color: #FF2740;
}
.AnyTagClassName
{
color: #FF2740;
}
</style>
background-color css
<style>
a { background-color: #FF2740; }
a { background-color: rgb(255,39,64); }
div.DivClassName
{
background-color: #FF2740;
}
.BgClassName
{
background-color: #FF2740;
}
</style>
border-color css
<style>
span { border-color: #FF2740; }
span { border-color: rgb(255,39,64); }
td.TdClassName
{
border-color: #FF2740;
}
.TagClassName
{
border-color: #FF2740;
}
</style>