Shades of Torch Red #FF000B
Tints of Torch Red #FF000B
RGB
CMYK
RGB Variations
Color information
#FF000B (or 0xFF000B) is known color: Torch Red. HEX triplet: FF, 00 and 0B. RGB value is (255,0,11). Sum of RGB (Red+Green+Blue) = 255+0+11=266 (35% of max value = 765). Red value is 255 (100% from 255 or 95.86% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 255 - color contains mainly: red. Hex color #FF000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF000B is #00FFF4. Grayscale: #4D4D4D. Windows color (decimal): -65525 or 721151. OLE color: 721151.
HSL color Cylindrical-coordinate representation of color #FF000B: hue angle of 357.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF000B is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.96 | 0 |
| HSL | 357.41º | 1% | 0.5% | - |
| HSV(B) | 357.41º | 1% | 1% | - |
| XYZ | 41.3 | 21.28 | 2.25 | - |
| YUV | 77.5 | 90.48 | 254.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 11 | 0 | 1 | 0.96 | 0 | 357.41 | 1 | 0.5 |
| Hex | FF | 0 | B | 0 | 64 | 60 | 0 | 165 | 64 | 32 |
| Octal | 377 | 0 | 13 | 0 | 144 | 140 | 0 | 545 | 144 | 62 |
| Binary | 11111111 | 0 | 1011 | 0 | 1100100 | 1100000 | 0 | 101100101 | 1100100 | 110010 |
Color Harmonies of #FF000B
Complementary color
Monochromatic Colors of #FF000B
Black with #FF000B
Text Example
Text Example
White with #FF000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF000B; }
p { color: rgb(255,0,11); }
H1.HeaderClassName
{
color: #FF000B;
}
.AnyTagClassName
{
color: #FF000B;
}
</style>
background-color css
<style>
a { background-color: #FF000B; }
a { background-color: rgb(255,0,11); }
div.DivClassName
{
background-color: #FF000B;
}
.BgClassName
{
background-color: #FF000B;
}
</style>
border-color css
<style>
span { border-color: #FF000B; }
span { border-color: rgb(255,0,11); }
td.TdClassName
{
border-color: #FF000B;
}
.TagClassName
{
border-color: #FF000B;
}
</style>