Shades of Torch Red #FF084E
Tints of Torch Red #FF084E
RGB
CMYK
RGB Variations
Color information
#FF084E (or 0xFF084E) is known color: Torch Red. HEX triplet: FF, 08 and 4E. RGB value is (255,8,78). Sum of RGB (Red+Green+Blue) = 255+8+78=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF084E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF084E is #00F7B1. Grayscale: #595959. Windows color (decimal): -63410 or 5114111. OLE color: 5114111.
HSL color Cylindrical-coordinate representation of color #FF084E: hue angle of 343º 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 #FF084E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 78 | - |
| CMYK | 0 | 0.97 | 0.69 | 0 |
| HSL | 343º | 1% | 0.52% | - |
| HSV(B) | 343º | 0.97% | 1% | - |
| XYZ | 42.7 | 21.98 | 9.2 | - |
| YUV | 89.83 | 121.33 | 245.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 78 | 0 | 0.97 | 0.69 | 0 | 343 | 1 | 0.52 |
| Hex | FF | 8 | 4E | 0 | 61 | 45 | 0 | 157 | 64 | 34 |
| Octal | 377 | 10 | 116 | 0 | 141 | 105 | 0 | 527 | 144 | 64 |
| Binary | 11111111 | 1000 | 1001110 | 0 | 1100001 | 1000101 | 0 | 101010111 | 1100100 | 110100 |
Color Harmonies of #FF084E
Complementary color
Monochromatic Colors of #FF084E
Black with #FF084E
Text Example
Text Example
White with #FF084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF084E; }
p { color: rgb(255,8,78); }
H1.HeaderClassName
{
color: #FF084E;
}
.AnyTagClassName
{
color: #FF084E;
}
</style>
background-color css
<style>
a { background-color: #FF084E; }
a { background-color: rgb(255,8,78); }
div.DivClassName
{
background-color: #FF084E;
}
.BgClassName
{
background-color: #FF084E;
}
</style>
border-color css
<style>
span { border-color: #FF084E; }
span { border-color: rgb(255,8,78); }
td.TdClassName
{
border-color: #FF084E;
}
.TagClassName
{
border-color: #FF084E;
}
</style>