Shades of Torch Red #FF0B51
Tints of Torch Red #FF0B51
RGB
CMYK
RGB Variations
Color information
#FF0B51 (or 0xFF0B51) is known color: Torch Red. HEX triplet: FF, 0B and 51. RGB value is (255,11,81). Sum of RGB (Red+Green+Blue) = 255+11+81=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B51 is #00F4AE. Grayscale: #5B5B5B. Windows color (decimal): -62639 or 5311487. OLE color: 5311487.
HSL color Cylindrical-coordinate representation of color #FF0B51: hue angle of 342.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0B51 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 81 | - |
| CMYK | 0 | 0.96 | 0.68 | 0 |
| HSL | 342.79º | 1% | 0.52% | - |
| HSV(B) | 342.79º | 0.96% | 1% | - |
| XYZ | 42.84 | 22.09 | 9.79 | - |
| YUV | 91.94 | 121.84 | 244.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 81 | 0 | 0.96 | 0.68 | 0 | 342.79 | 1 | 0.52 |
| Hex | FF | B | 51 | 0 | 60 | 44 | 0 | 157 | 64 | 34 |
| Octal | 377 | 13 | 121 | 0 | 140 | 104 | 0 | 527 | 144 | 64 |
| Binary | 11111111 | 1011 | 1010001 | 0 | 1100000 | 1000100 | 0 | 101010111 | 1100100 | 110100 |
Color Harmonies of #FF0B51
Complementary color
Monochromatic Colors of #FF0B51
Black with #FF0B51
Text Example
Text Example
White with #FF0B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B51; }
p { color: rgb(255,11,81); }
H1.HeaderClassName
{
color: #FF0B51;
}
.AnyTagClassName
{
color: #FF0B51;
}
</style>
background-color css
<style>
a { background-color: #FF0B51; }
a { background-color: rgb(255,11,81); }
div.DivClassName
{
background-color: #FF0B51;
}
.BgClassName
{
background-color: #FF0B51;
}
</style>
border-color css
<style>
span { border-color: #FF0B51; }
span { border-color: rgb(255,11,81); }
td.TdClassName
{
border-color: #FF0B51;
}
.TagClassName
{
border-color: #FF0B51;
}
</style>