Shades of Torch Red #FF0851
Tints of Torch Red #FF0851
RGB
CMYK
RGB Variations
Color information
#FF0851 (or 0xFF0851) is known color: Torch Red. HEX triplet: FF, 08 and 51. RGB value is (255,8,81). Sum of RGB (Red+Green+Blue) = 255+8+81=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0851 is #00F7AE. Grayscale: #5A5A5A. Windows color (decimal): -63407 or 5310719. OLE color: 5310719.
HSL color Cylindrical-coordinate representation of color #FF0851: hue angle of 342.27º 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 #FF0851 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 81 | - |
| CMYK | 0 | 0.97 | 0.68 | 0 |
| HSL | 342.27º | 1% | 0.52% | - |
| HSV(B) | 342.27º | 0.97% | 1% | - |
| XYZ | 42.81 | 22.03 | 9.78 | - |
| YUV | 90.18 | 122.83 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 81 | 0 | 0.97 | 0.68 | 0 | 342.27 | 1 | 0.52 |
| Hex | FF | 8 | 51 | 0 | 61 | 44 | 0 | 156 | 64 | 34 |
| Octal | 377 | 10 | 121 | 0 | 141 | 104 | 0 | 526 | 144 | 64 |
| Binary | 11111111 | 1000 | 1010001 | 0 | 1100001 | 1000100 | 0 | 101010110 | 1100100 | 110100 |
Color Harmonies of #FF0851
Complementary color
Monochromatic Colors of #FF0851
Black with #FF0851
Text Example
Text Example
White with #FF0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0851; }
p { color: rgb(255,8,81); }
H1.HeaderClassName
{
color: #FF0851;
}
.AnyTagClassName
{
color: #FF0851;
}
</style>
background-color css
<style>
a { background-color: #FF0851; }
a { background-color: rgb(255,8,81); }
div.DivClassName
{
background-color: #FF0851;
}
.BgClassName
{
background-color: #FF0851;
}
</style>
border-color css
<style>
span { border-color: #FF0851; }
span { border-color: rgb(255,8,81); }
td.TdClassName
{
border-color: #FF0851;
}
.TagClassName
{
border-color: #FF0851;
}
</style>