Shades of Torch Red #FF0240
Tints of Torch Red #FF0240
RGB
CMYK
RGB Variations
Color information
#FF0240 (or 0xFF0240) is known color: Torch Red. HEX triplet: FF, 02 and 40. RGB value is (255,2,64). Sum of RGB (Red+Green+Blue) = 255+2+64=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0240 is #00FDBF. Grayscale: #545454. Windows color (decimal): -64960 or 4195071. OLE color: 4195071.
HSL color Cylindrical-coordinate representation of color #FF0240: hue angle of 345.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0240 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.75 | 0 |
| HSL | 345.3º | 1% | 0.5% | - |
| HSV(B) | 345.3º | 0.99% | 1% | - |
| XYZ | 42.19 | 21.67 | 6.81 | - |
| YUV | 84.72 | 116.32 | 249.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 64 | 0 | 0.99 | 0.75 | 0 | 345.3 | 1 | 0.5 |
| Hex | FF | 2 | 40 | 0 | 63 | 4B | 0 | 159 | 64 | 32 |
| Octal | 377 | 2 | 100 | 0 | 143 | 113 | 0 | 531 | 144 | 62 |
| Binary | 11111111 | 10 | 1000000 | 0 | 1100011 | 1001011 | 0 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FF0240
Complementary color
Monochromatic Colors of #FF0240
Black with #FF0240
Text Example
Text Example
White with #FF0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0240; }
p { color: rgb(255,2,64); }
H1.HeaderClassName
{
color: #FF0240;
}
.AnyTagClassName
{
color: #FF0240;
}
</style>
background-color css
<style>
a { background-color: #FF0240; }
a { background-color: rgb(255,2,64); }
div.DivClassName
{
background-color: #FF0240;
}
.BgClassName
{
background-color: #FF0240;
}
</style>
border-color css
<style>
span { border-color: #FF0240; }
span { border-color: rgb(255,2,64); }
td.TdClassName
{
border-color: #FF0240;
}
.TagClassName
{
border-color: #FF0240;
}
</style>