Shades of Torch Red #FF0B17
Tints of Torch Red #FF0B17
RGB
CMYK
RGB Variations
Color information
#FF0B17 (or 0xFF0B17) is known color: Torch Red. HEX triplet: FF, 0B and 17. RGB value is (255,11,23). Sum of RGB (Red+Green+Blue) = 255+11+23=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B17 is #00F4E8. Grayscale: #555555. Windows color (decimal): -62697 or 1510399. OLE color: 1510399.
HSL color Cylindrical-coordinate representation of color #FF0B17: hue angle of 357.05º 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 #FF0B17 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 23 | - |
| CMYK | 0 | 0.96 | 0.91 | 0 |
| HSL | 357.05º | 1% | 0.52% | - |
| HSV(B) | 357.05º | 0.96% | 1% | - |
| XYZ | 41.51 | 21.56 | 2.78 | - |
| YUV | 85.32 | 92.84 | 249.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 23 | 0 | 0.96 | 0.91 | 0 | 357.05 | 1 | 0.52 |
| Hex | FF | B | 17 | 0 | 60 | 5B | 0 | 165 | 64 | 34 |
| Octal | 377 | 13 | 27 | 0 | 140 | 133 | 0 | 545 | 144 | 64 |
| Binary | 11111111 | 1011 | 10111 | 0 | 1100000 | 1011011 | 0 | 101100101 | 1100100 | 110100 |
Color Harmonies of #FF0B17
Complementary color
Monochromatic Colors of #FF0B17
Black with #FF0B17
Text Example
Text Example
White with #FF0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B17; }
p { color: rgb(255,11,23); }
H1.HeaderClassName
{
color: #FF0B17;
}
.AnyTagClassName
{
color: #FF0B17;
}
</style>
background-color css
<style>
a { background-color: #FF0B17; }
a { background-color: rgb(255,11,23); }
div.DivClassName
{
background-color: #FF0B17;
}
.BgClassName
{
background-color: #FF0B17;
}
</style>
border-color css
<style>
span { border-color: #FF0B17; }
span { border-color: rgb(255,11,23); }
td.TdClassName
{
border-color: #FF0B17;
}
.TagClassName
{
border-color: #FF0B17;
}
</style>