Shades of Torch Red #FF0F1C
Tints of Torch Red #FF0F1C
RGB
CMYK
RGB Variations
Color information
#FF0F1C (or 0xFF0F1C) is known color: Torch Red. HEX triplet: FF, 0F and 1C. RGB value is (255,15,28). Sum of RGB (Red+Green+Blue) = 255+15+28=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0F1C is #00F0E3. Grayscale: #585858. Windows color (decimal): -61668 or 1839103. OLE color: 1839103.
HSL color Cylindrical-coordinate representation of color #FF0F1C: hue angle of 356.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F1C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 28 | - |
| CMYK | 0 | 0.94 | 0.89 | 0 |
| HSL | 356.75º | 1% | 0.53% | - |
| HSV(B) | 356.75º | 0.94% | 1% | - |
| XYZ | 41.62 | 21.69 | 3.09 | - |
| YUV | 88.24 | 94.01 | 246.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 28 | 0 | 0.94 | 0.89 | 0 | 356.75 | 1 | 0.53 |
| Hex | FF | F | 1C | 0 | 5E | 59 | 0 | 165 | 64 | 35 |
| Octal | 377 | 17 | 34 | 0 | 136 | 131 | 0 | 545 | 144 | 65 |
| Binary | 11111111 | 1111 | 11100 | 0 | 1011110 | 1011001 | 0 | 101100101 | 1100100 | 110101 |
Color Harmonies of #FF0F1C
Complementary color
Monochromatic Colors of #FF0F1C
Black with #FF0F1C
Text Example
Text Example
White with #FF0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F1C; }
p { color: rgb(255,15,28); }
H1.HeaderClassName
{
color: #FF0F1C;
}
.AnyTagClassName
{
color: #FF0F1C;
}
</style>
background-color css
<style>
a { background-color: #FF0F1C; }
a { background-color: rgb(255,15,28); }
div.DivClassName
{
background-color: #FF0F1C;
}
.BgClassName
{
background-color: #FF0F1C;
}
</style>
border-color css
<style>
span { border-color: #FF0F1C; }
span { border-color: rgb(255,15,28); }
td.TdClassName
{
border-color: #FF0F1C;
}
.TagClassName
{
border-color: #FF0F1C;
}
</style>