Shades of Torch Red #FF0540
Tints of Torch Red #FF0540
RGB
CMYK
RGB Variations
Color information
#FF0540 (or 0xFF0540) is known color: Torch Red. HEX triplet: FF, 05 and 40. RGB value is (255,5,64). Sum of RGB (Red+Green+Blue) = 255+5+64=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0540 is #00FABF. Grayscale: #565656. Windows color (decimal): -64192 or 4195839. OLE color: 4195839.
HSL color Cylindrical-coordinate representation of color #FF0540: hue angle of 345.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0540 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.75 | 0 |
| HSL | 345.84º | 1% | 0.51% | - |
| HSV(B) | 345.84º | 0.98% | 1% | - |
| XYZ | 42.22 | 21.74 | 6.82 | - |
| YUV | 86.48 | 115.33 | 248.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 64 | 0 | 0.98 | 0.75 | 0 | 345.84 | 1 | 0.51 |
| Hex | FF | 5 | 40 | 0 | 62 | 4B | 0 | 15A | 64 | 33 |
| Octal | 377 | 5 | 100 | 0 | 142 | 113 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 101 | 1000000 | 0 | 1100010 | 1001011 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF0540
Complementary color
Monochromatic Colors of #FF0540
Black with #FF0540
Text Example
Text Example
White with #FF0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0540; }
p { color: rgb(255,5,64); }
H1.HeaderClassName
{
color: #FF0540;
}
.AnyTagClassName
{
color: #FF0540;
}
</style>
background-color css
<style>
a { background-color: #FF0540; }
a { background-color: rgb(255,5,64); }
div.DivClassName
{
background-color: #FF0540;
}
.BgClassName
{
background-color: #FF0540;
}
</style>
border-color css
<style>
span { border-color: #FF0540; }
span { border-color: rgb(255,5,64); }
td.TdClassName
{
border-color: #FF0540;
}
.TagClassName
{
border-color: #FF0540;
}
</style>