Shades of Torch Red #FF0B49
Tints of Torch Red #FF0B49
RGB
CMYK
RGB Variations
Color information
#FF0B49 (or 0xFF0B49) is known color: Torch Red. HEX triplet: FF, 0B and 49. RGB value is (255,11,73). Sum of RGB (Red+Green+Blue) = 255+11+73=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B49 is #00F4B6. Grayscale: #5B5B5B. Windows color (decimal): -62647 or 4787199. OLE color: 4787199.
HSL color Cylindrical-coordinate representation of color #FF0B49: hue angle of 344.75º 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 #FF0B49 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 73 | - |
| CMYK | 0 | 0.96 | 0.71 | 0 |
| HSL | 344.75º | 1% | 0.52% | - |
| HSV(B) | 344.75º | 0.96% | 1% | - |
| XYZ | 42.56 | 21.98 | 8.3 | - |
| YUV | 91.02 | 117.84 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 73 | 0 | 0.96 | 0.71 | 0 | 344.75 | 1 | 0.52 |
| Hex | FF | B | 49 | 0 | 60 | 47 | 0 | 159 | 64 | 34 |
| Octal | 377 | 13 | 111 | 0 | 140 | 107 | 0 | 531 | 144 | 64 |
| Binary | 11111111 | 1011 | 1001001 | 0 | 1100000 | 1000111 | 0 | 101011001 | 1100100 | 110100 |
Color Harmonies of #FF0B49
Complementary color
Monochromatic Colors of #FF0B49
Black with #FF0B49
Text Example
Text Example
White with #FF0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B49; }
p { color: rgb(255,11,73); }
H1.HeaderClassName
{
color: #FF0B49;
}
.AnyTagClassName
{
color: #FF0B49;
}
</style>
background-color css
<style>
a { background-color: #FF0B49; }
a { background-color: rgb(255,11,73); }
div.DivClassName
{
background-color: #FF0B49;
}
.BgClassName
{
background-color: #FF0B49;
}
</style>
border-color css
<style>
span { border-color: #FF0B49; }
span { border-color: rgb(255,11,73); }
td.TdClassName
{
border-color: #FF0B49;
}
.TagClassName
{
border-color: #FF0B49;
}
</style>