Shades of Torch Red #FF0F1D
Tints of Torch Red #FF0F1D
RGB
CMYK
RGB Variations
Color information
#FF0F1D (or 0xFF0F1D) is known color: Torch Red. HEX triplet: FF, 0F and 1D. RGB value is (255,15,29). Sum of RGB (Red+Green+Blue) = 255+15+29=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0F1D is #00F0E2. Grayscale: #585858. Windows color (decimal): -61667 or 1904639. OLE color: 1904639.
HSL color Cylindrical-coordinate representation of color #FF0F1D: hue angle of 356.5º 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 #FF0F1D is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 29 | - |
| CMYK | 0 | 0.94 | 0.89 | 0 |
| HSL | 356.5º | 1% | 0.53% | - |
| HSV(B) | 356.5º | 0.94% | 1% | - |
| XYZ | 41.63 | 21.69 | 3.15 | - |
| YUV | 88.36 | 94.51 | 246.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 29 | 0 | 0.94 | 0.89 | 0 | 356.5 | 1 | 0.53 |
| Hex | FF | F | 1D | 0 | 5E | 59 | 0 | 164 | 64 | 35 |
| Octal | 377 | 17 | 35 | 0 | 136 | 131 | 0 | 544 | 144 | 65 |
| Binary | 11111111 | 1111 | 11101 | 0 | 1011110 | 1011001 | 0 | 101100100 | 1100100 | 110101 |
Color Harmonies of #FF0F1D
Complementary color
Monochromatic Colors of #FF0F1D
Black with #FF0F1D
Text Example
Text Example
White with #FF0F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F1D; }
p { color: rgb(255,15,29); }
H1.HeaderClassName
{
color: #FF0F1D;
}
.AnyTagClassName
{
color: #FF0F1D;
}
</style>
background-color css
<style>
a { background-color: #FF0F1D; }
a { background-color: rgb(255,15,29); }
div.DivClassName
{
background-color: #FF0F1D;
}
.BgClassName
{
background-color: #FF0F1D;
}
</style>
border-color css
<style>
span { border-color: #FF0F1D; }
span { border-color: rgb(255,15,29); }
td.TdClassName
{
border-color: #FF0F1D;
}
.TagClassName
{
border-color: #FF0F1D;
}
</style>