Shades of Torch Red #FF0B11
Tints of Torch Red #FF0B11
RGB
CMYK
RGB Variations
Color information
#FF0B11 (or 0xFF0B11) is known color: Torch Red. HEX triplet: FF, 0B and 11. RGB value is (255,11,17). Sum of RGB (Red+Green+Blue) = 255+11+17=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B11 is #00F4EE. Grayscale: #545454. Windows color (decimal): -62703 or 1117183. OLE color: 1117183.
HSL color Cylindrical-coordinate representation of color #FF0B11: hue angle of 358.52º 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 #FF0B11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0 |
| HSL | 358.52º | 1% | 0.52% | - |
| HSV(B) | 358.52º | 0.96% | 1% | - |
| XYZ | 41.46 | 21.54 | 2.5 | - |
| YUV | 84.64 | 89.84 | 249.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 17 | 0 | 0.96 | 0.93 | 0 | 358.52 | 1 | 0.52 |
| Hex | FF | B | 11 | 0 | 60 | 5D | 0 | 167 | 64 | 34 |
| Octal | 377 | 13 | 21 | 0 | 140 | 135 | 0 | 547 | 144 | 64 |
| Binary | 11111111 | 1011 | 10001 | 0 | 1100000 | 1011101 | 0 | 101100111 | 1100100 | 110100 |
Color Harmonies of #FF0B11
Complementary color
Monochromatic Colors of #FF0B11
Black with #FF0B11
Text Example
Text Example
White with #FF0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B11; }
p { color: rgb(255,11,17); }
H1.HeaderClassName
{
color: #FF0B11;
}
.AnyTagClassName
{
color: #FF0B11;
}
</style>
background-color css
<style>
a { background-color: #FF0B11; }
a { background-color: rgb(255,11,17); }
div.DivClassName
{
background-color: #FF0B11;
}
.BgClassName
{
background-color: #FF0B11;
}
</style>
border-color css
<style>
span { border-color: #FF0B11; }
span { border-color: rgb(255,11,17); }
td.TdClassName
{
border-color: #FF0B11;
}
.TagClassName
{
border-color: #FF0B11;
}
</style>