Shades of Torch Red #FF0B14
Tints of Torch Red #FF0B14
RGB
CMYK
RGB Variations
Color information
#FF0B14 (or 0xFF0B14) is known color: Torch Red. HEX triplet: FF, 0B and 14. RGB value is (255,11,20). Sum of RGB (Red+Green+Blue) = 255+11+20=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B14 is #00F4EB. Grayscale: #555555. Windows color (decimal): -62700 or 1313791. OLE color: 1313791.
HSL color Cylindrical-coordinate representation of color #FF0B14: hue angle of 357.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 #FF0B14 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0 |
| HSL | 357.79º | 1% | 0.52% | - |
| HSV(B) | 357.79º | 0.96% | 1% | - |
| XYZ | 41.49 | 21.55 | 2.63 | - |
| YUV | 84.98 | 91.34 | 249.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 20 | 0 | 0.96 | 0.92 | 0 | 357.79 | 1 | 0.52 |
| Hex | FF | B | 14 | 0 | 60 | 5C | 0 | 166 | 64 | 34 |
| Octal | 377 | 13 | 24 | 0 | 140 | 134 | 0 | 546 | 144 | 64 |
| Binary | 11111111 | 1011 | 10100 | 0 | 1100000 | 1011100 | 0 | 101100110 | 1100100 | 110100 |
Color Harmonies of #FF0B14
Complementary color
Monochromatic Colors of #FF0B14
Black with #FF0B14
Text Example
Text Example
White with #FF0B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B14; }
p { color: rgb(255,11,20); }
H1.HeaderClassName
{
color: #FF0B14;
}
.AnyTagClassName
{
color: #FF0B14;
}
</style>
background-color css
<style>
a { background-color: #FF0B14; }
a { background-color: rgb(255,11,20); }
div.DivClassName
{
background-color: #FF0B14;
}
.BgClassName
{
background-color: #FF0B14;
}
</style>
border-color css
<style>
span { border-color: #FF0B14; }
span { border-color: rgb(255,11,20); }
td.TdClassName
{
border-color: #FF0B14;
}
.TagClassName
{
border-color: #FF0B14;
}
</style>