Shades of Torch Red #FF081F
Tints of Torch Red #FF081F
RGB
CMYK
RGB Variations
Color information
#FF081F (or 0xFF081F) is known color: Torch Red. HEX triplet: FF, 08 and 1F. RGB value is (255,8,31). Sum of RGB (Red+Green+Blue) = 255+8+31=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF081F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF081F is #00F7E0. Grayscale: #545454. Windows color (decimal): -63457 or 2033919. OLE color: 2033919.
HSL color Cylindrical-coordinate representation of color #FF081F: hue angle of 354.41º 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 #FF081F is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 31 | - |
| CMYK | 0 | 0.97 | 0.88 | 0 |
| HSL | 354.41º | 1% | 0.52% | - |
| HSV(B) | 354.41º | 0.97% | 1% | - |
| XYZ | 41.57 | 21.53 | 3.26 | - |
| YUV | 84.48 | 97.83 | 249.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 31 | 0 | 0.97 | 0.88 | 0 | 354.41 | 1 | 0.52 |
| Hex | FF | 8 | 1F | 0 | 61 | 58 | 0 | 162 | 64 | 34 |
| Octal | 377 | 10 | 37 | 0 | 141 | 130 | 0 | 542 | 144 | 64 |
| Binary | 11111111 | 1000 | 11111 | 0 | 1100001 | 1011000 | 0 | 101100010 | 1100100 | 110100 |
Color Harmonies of #FF081F
Complementary color
Monochromatic Colors of #FF081F
Black with #FF081F
Text Example
Text Example
White with #FF081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF081F; }
p { color: rgb(255,8,31); }
H1.HeaderClassName
{
color: #FF081F;
}
.AnyTagClassName
{
color: #FF081F;
}
</style>
background-color css
<style>
a { background-color: #FF081F; }
a { background-color: rgb(255,8,31); }
div.DivClassName
{
background-color: #FF081F;
}
.BgClassName
{
background-color: #FF081F;
}
</style>
border-color css
<style>
span { border-color: #FF081F; }
span { border-color: rgb(255,8,31); }
td.TdClassName
{
border-color: #FF081F;
}
.TagClassName
{
border-color: #FF081F;
}
</style>