Shades of Torch Red #FF0B1B
Tints of Torch Red #FF0B1B
RGB
CMYK
RGB Variations
Color information
#FF0B1B (or 0xFF0B1B) is known color: Torch Red. HEX triplet: FF, 0B and 1B. RGB value is (255,11,27). Sum of RGB (Red+Green+Blue) = 255+11+27=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B1B is #00F4E4. Grayscale: #555555. Windows color (decimal): -62693 or 1772543. OLE color: 1772543.
HSL color Cylindrical-coordinate representation of color #FF0B1B: hue angle of 356.07º 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 #FF0B1B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0 |
| HSL | 356.07º | 1% | 0.52% | - |
| HSV(B) | 356.07º | 0.96% | 1% | - |
| XYZ | 41.56 | 21.58 | 3.01 | - |
| YUV | 85.78 | 94.84 | 248.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 27 | 0 | 0.96 | 0.89 | 0 | 356.07 | 1 | 0.52 |
| Hex | FF | B | 1B | 0 | 60 | 59 | 0 | 164 | 64 | 34 |
| Octal | 377 | 13 | 33 | 0 | 140 | 131 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1011 | 11011 | 0 | 1100000 | 1011001 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF0B1B
Complementary color
Monochromatic Colors of #FF0B1B
Black with #FF0B1B
Text Example
Text Example
White with #FF0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B1B; }
p { color: rgb(255,11,27); }
H1.HeaderClassName
{
color: #FF0B1B;
}
.AnyTagClassName
{
color: #FF0B1B;
}
</style>
background-color css
<style>
a { background-color: #FF0B1B; }
a { background-color: rgb(255,11,27); }
div.DivClassName
{
background-color: #FF0B1B;
}
.BgClassName
{
background-color: #FF0B1B;
}
</style>
border-color css
<style>
span { border-color: #FF0B1B; }
span { border-color: rgb(255,11,27); }
td.TdClassName
{
border-color: #FF0B1B;
}
.TagClassName
{
border-color: #FF0B1B;
}
</style>