Shades of Torch Red #FF0105
Tints of Torch Red #FF0105
RGB
CMYK
RGB Variations
Color information
#FF0105 (or 0xFF0105) is known color: Torch Red. HEX triplet: FF, 01 and 05. RGB value is (255,1,5). Sum of RGB (Red+Green+Blue) = 255+1+5=261 (34% of max value = 765). Red value is 255 (100% from 255 or 97.70% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0105 is #00FEFA. Grayscale: #4D4D4D. Windows color (decimal): -65275 or 328191. OLE color: 328191.
HSL color Cylindrical-coordinate representation of color #FF0105: hue angle of 359.06º 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 #FF0105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0 |
| HSL | 359.06º | 1% | 0.5% | - |
| HSV(B) | 359.06º | 1% | 1% | - |
| XYZ | 41.28 | 21.29 | 2.08 | - |
| YUV | 77.4 | 87.15 | 254.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 5 | 0 | 1.00 | 0.98 | 0 | 359.06 | 1 | 0.5 |
| Hex | FF | 1 | 5 | 0 | 64 | 62 | 0 | 167 | 64 | 32 |
| Octal | 377 | 1 | 5 | 0 | 144 | 142 | 0 | 547 | 144 | 62 |
| Binary | 11111111 | 1 | 101 | 0 | 1100100 | 1100010 | 0 | 101100111 | 1100100 | 110010 |
Color Harmonies of #FF0105
Complementary color
Monochromatic Colors of #FF0105
Black with #FF0105
Text Example
Text Example
White with #FF0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0105; }
p { color: rgb(255,1,5); }
H1.HeaderClassName
{
color: #FF0105;
}
.AnyTagClassName
{
color: #FF0105;
}
</style>
background-color css
<style>
a { background-color: #FF0105; }
a { background-color: rgb(255,1,5); }
div.DivClassName
{
background-color: #FF0105;
}
.BgClassName
{
background-color: #FF0105;
}
</style>
border-color css
<style>
span { border-color: #FF0105; }
span { border-color: rgb(255,1,5); }
td.TdClassName
{
border-color: #FF0105;
}
.TagClassName
{
border-color: #FF0105;
}
</style>