Shades of Torch Red #FF101F
Tints of Torch Red #FF101F
RGB
CMYK
RGB Variations
Color information
#FF101F (or 0xFF101F) is known color: Torch Red. HEX triplet: FF, 10 and 1F. RGB value is (255,16,31). Sum of RGB (Red+Green+Blue) = 255+16+31=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF101F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF101F is #00EFE0. Grayscale: #595959. Windows color (decimal): -61409 or 2035967. OLE color: 2035967.
HSL color Cylindrical-coordinate representation of color #FF101F: hue angle of 356.23º 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 #FF101F is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 31 | - |
| CMYK | 0 | 0.94 | 0.88 | 0 |
| HSL | 356.23º | 1% | 0.53% | - |
| HSV(B) | 356.23º | 0.94% | 1% | - |
| XYZ | 41.67 | 21.73 | 3.29 | - |
| YUV | 89.17 | 95.18 | 246.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 31 | 0 | 0.94 | 0.88 | 0 | 356.23 | 1 | 0.53 |
| Hex | FF | 10 | 1F | 0 | 5E | 58 | 0 | 164 | 64 | 35 |
| Octal | 377 | 20 | 37 | 0 | 136 | 130 | 0 | 544 | 144 | 65 |
| Binary | 11111111 | 10000 | 11111 | 0 | 1011110 | 1011000 | 0 | 101100100 | 1100100 | 110101 |
Color Harmonies of #FF101F
Complementary color
Monochromatic Colors of #FF101F
Black with #FF101F
Text Example
Text Example
White with #FF101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF101F; }
p { color: rgb(255,16,31); }
H1.HeaderClassName
{
color: #FF101F;
}
.AnyTagClassName
{
color: #FF101F;
}
</style>
background-color css
<style>
a { background-color: #FF101F; }
a { background-color: rgb(255,16,31); }
div.DivClassName
{
background-color: #FF101F;
}
.BgClassName
{
background-color: #FF101F;
}
</style>
border-color css
<style>
span { border-color: #FF101F; }
span { border-color: rgb(255,16,31); }
td.TdClassName
{
border-color: #FF101F;
}
.TagClassName
{
border-color: #FF101F;
}
</style>