Shades of Torch Red #FF081B
Tints of Torch Red #FF081B
RGB
CMYK
RGB Variations
Color information
#FF081B (or 0xFF081B) is known color: Torch Red. HEX triplet: FF, 08 and 1B. RGB value is (255,8,27). Sum of RGB (Red+Green+Blue) = 255+8+27=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF081B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF081B is #00F7E4. Grayscale: #545454. Windows color (decimal): -63461 or 1771775. OLE color: 1771775.
HSL color Cylindrical-coordinate representation of color #FF081B: hue angle of 355.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF081B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0 |
| HSL | 355.38º | 1% | 0.52% | - |
| HSV(B) | 355.38º | 0.97% | 1% | - |
| XYZ | 41.52 | 21.51 | 3 | - |
| YUV | 84.02 | 95.83 | 249.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 27 | 0 | 0.97 | 0.89 | 0 | 355.38 | 1 | 0.52 |
| Hex | FF | 8 | 1B | 0 | 61 | 59 | 0 | 163 | 64 | 34 |
| Octal | 377 | 10 | 33 | 0 | 141 | 131 | 0 | 543 | 144 | 64 |
| Binary | 11111111 | 1000 | 11011 | 0 | 1100001 | 1011001 | 0 | 101100011 | 1100100 | 110100 |
Color Harmonies of #FF081B
Complementary color
Monochromatic Colors of #FF081B
Black with #FF081B
Text Example
Text Example
White with #FF081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF081B; }
p { color: rgb(255,8,27); }
H1.HeaderClassName
{
color: #FF081B;
}
.AnyTagClassName
{
color: #FF081B;
}
</style>
background-color css
<style>
a { background-color: #FF081B; }
a { background-color: rgb(255,8,27); }
div.DivClassName
{
background-color: #FF081B;
}
.BgClassName
{
background-color: #FF081B;
}
</style>
border-color css
<style>
span { border-color: #FF081B; }
span { border-color: rgb(255,8,27); }
td.TdClassName
{
border-color: #FF081B;
}
.TagClassName
{
border-color: #FF081B;
}
</style>