Shades of Torch Red #FF084D
Tints of Torch Red #FF084D
RGB
CMYK
RGB Variations
Color information
#FF084D (or 0xFF084D) is known color: Torch Red. HEX triplet: FF, 08 and 4D. RGB value is (255,8,77). Sum of RGB (Red+Green+Blue) = 255+8+77=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF084D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF084D is #00F7B2. Grayscale: #595959. Windows color (decimal): -63411 or 5048575. OLE color: 5048575.
HSL color Cylindrical-coordinate representation of color #FF084D: hue angle of 343.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF084D is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 77 | - |
| CMYK | 0 | 0.97 | 0.70 | 0 |
| HSL | 343.24º | 1% | 0.52% | - |
| HSV(B) | 343.24º | 0.97% | 1% | - |
| XYZ | 42.67 | 21.97 | 9.01 | - |
| YUV | 89.72 | 120.83 | 245.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 77 | 0 | 0.97 | 0.70 | 0 | 343.24 | 1 | 0.52 |
| Hex | FF | 8 | 4D | 0 | 61 | 46 | 0 | 157 | 64 | 34 |
| Octal | 377 | 10 | 115 | 0 | 141 | 106 | 0 | 527 | 144 | 64 |
| Binary | 11111111 | 1000 | 1001101 | 0 | 1100001 | 1000110 | 0 | 101010111 | 1100100 | 110100 |
Color Harmonies of #FF084D
Complementary color
Monochromatic Colors of #FF084D
Black with #FF084D
Text Example
Text Example
White with #FF084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF084D; }
p { color: rgb(255,8,77); }
H1.HeaderClassName
{
color: #FF084D;
}
.AnyTagClassName
{
color: #FF084D;
}
</style>
background-color css
<style>
a { background-color: #FF084D; }
a { background-color: rgb(255,8,77); }
div.DivClassName
{
background-color: #FF084D;
}
.BgClassName
{
background-color: #FF084D;
}
</style>
border-color css
<style>
span { border-color: #FF084D; }
span { border-color: rgb(255,8,77); }
td.TdClassName
{
border-color: #FF084D;
}
.TagClassName
{
border-color: #FF084D;
}
</style>