Shades of Torch Red #FF0118
Tints of Torch Red #FF0118
RGB
CMYK
RGB Variations
Color information
#FF0118 (or 0xFF0118) is known color: Torch Red. HEX triplet: FF, 01 and 18. RGB value is (255,1,24). Sum of RGB (Red+Green+Blue) = 255+1+24=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0118 is #00FEE7. Grayscale: #4F4F4F. Windows color (decimal): -65256 or 1573375. OLE color: 1573375.
HSL color Cylindrical-coordinate representation of color #FF0118: hue angle of 354.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0118 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.91 | 0 |
| HSL | 354.57º | 1% | 0.5% | - |
| HSV(B) | 354.57º | 1% | 1% | - |
| XYZ | 41.42 | 21.35 | 2.8 | - |
| YUV | 79.57 | 96.65 | 253.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 24 | 0 | 1.00 | 0.91 | 0 | 354.57 | 1 | 0.5 |
| Hex | FF | 1 | 18 | 0 | 64 | 5B | 0 | 163 | 64 | 32 |
| Octal | 377 | 1 | 30 | 0 | 144 | 133 | 0 | 543 | 144 | 62 |
| Binary | 11111111 | 1 | 11000 | 0 | 1100100 | 1011011 | 0 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FF0118
Complementary color
Monochromatic Colors of #FF0118
Black with #FF0118
Text Example
Text Example
White with #FF0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0118; }
p { color: rgb(255,1,24); }
H1.HeaderClassName
{
color: #FF0118;
}
.AnyTagClassName
{
color: #FF0118;
}
</style>
background-color css
<style>
a { background-color: #FF0118; }
a { background-color: rgb(255,1,24); }
div.DivClassName
{
background-color: #FF0118;
}
.BgClassName
{
background-color: #FF0118;
}
</style>
border-color css
<style>
span { border-color: #FF0118; }
span { border-color: rgb(255,1,24); }
td.TdClassName
{
border-color: #FF0118;
}
.TagClassName
{
border-color: #FF0118;
}
</style>