Shades of Torch Red #FF084B
Tints of Torch Red #FF084B
RGB
CMYK
RGB Variations
Color information
#FF084B (or 0xFF084B) is known color: Torch Red. HEX triplet: FF, 08 and 4B. RGB value is (255,8,75). Sum of RGB (Red+Green+Blue) = 255+8+75=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF084B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF084B is #00F7B4. Grayscale: #595959. Windows color (decimal): -63413 or 4917503. OLE color: 4917503.
HSL color Cylindrical-coordinate representation of color #FF084B: hue angle of 343.72º 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 #FF084B is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 75 | - |
| CMYK | 0 | 0.97 | 0.71 | 0 |
| HSL | 343.72º | 1% | 0.52% | - |
| HSV(B) | 343.72º | 0.97% | 1% | - |
| XYZ | 42.6 | 21.94 | 8.65 | - |
| YUV | 89.49 | 119.83 | 246.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 75 | 0 | 0.97 | 0.71 | 0 | 343.72 | 1 | 0.52 |
| Hex | FF | 8 | 4B | 0 | 61 | 47 | 0 | 158 | 64 | 34 |
| Octal | 377 | 10 | 113 | 0 | 141 | 107 | 0 | 530 | 144 | 64 |
| Binary | 11111111 | 1000 | 1001011 | 0 | 1100001 | 1000111 | 0 | 101011000 | 1100100 | 110100 |
Color Harmonies of #FF084B
Complementary color
Monochromatic Colors of #FF084B
Black with #FF084B
Text Example
Text Example
White with #FF084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF084B; }
p { color: rgb(255,8,75); }
H1.HeaderClassName
{
color: #FF084B;
}
.AnyTagClassName
{
color: #FF084B;
}
</style>
background-color css
<style>
a { background-color: #FF084B; }
a { background-color: rgb(255,8,75); }
div.DivClassName
{
background-color: #FF084B;
}
.BgClassName
{
background-color: #FF084B;
}
</style>
border-color css
<style>
span { border-color: #FF084B; }
span { border-color: rgb(255,8,75); }
td.TdClassName
{
border-color: #FF084B;
}
.TagClassName
{
border-color: #FF084B;
}
</style>