Shades of Torch Red #FF101D
Tints of Torch Red #FF101D
RGB
CMYK
RGB Variations
Color information
#FF101D (or 0xFF101D) is known color: Torch Red. HEX triplet: FF, 10 and 1D. RGB value is (255,16,29). Sum of RGB (Red+Green+Blue) = 255+16+29=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF101D is #00EFE2. Grayscale: #595959. Windows color (decimal): -61411 or 1904895. OLE color: 1904895.
HSL color Cylindrical-coordinate representation of color #FF101D: hue angle of 356.74º 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 #FF101D is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 29 | - |
| CMYK | 0 | 0.94 | 0.89 | 0 |
| HSL | 356.74º | 1% | 0.53% | - |
| HSV(B) | 356.74º | 0.94% | 1% | - |
| XYZ | 41.65 | 21.72 | 3.16 | - |
| YUV | 88.94 | 94.18 | 246.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 29 | 0 | 0.94 | 0.89 | 0 | 356.74 | 1 | 0.53 |
| Hex | FF | 10 | 1D | 0 | 5E | 59 | 0 | 165 | 64 | 35 |
| Octal | 377 | 20 | 35 | 0 | 136 | 131 | 0 | 545 | 144 | 65 |
| Binary | 11111111 | 10000 | 11101 | 0 | 1011110 | 1011001 | 0 | 101100101 | 1100100 | 110101 |
Color Harmonies of #FF101D
Complementary color
Monochromatic Colors of #FF101D
Black with #FF101D
Text Example
Text Example
White with #FF101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF101D; }
p { color: rgb(255,16,29); }
H1.HeaderClassName
{
color: #FF101D;
}
.AnyTagClassName
{
color: #FF101D;
}
</style>
background-color css
<style>
a { background-color: #FF101D; }
a { background-color: rgb(255,16,29); }
div.DivClassName
{
background-color: #FF101D;
}
.BgClassName
{
background-color: #FF101D;
}
</style>
border-color css
<style>
span { border-color: #FF101D; }
span { border-color: rgb(255,16,29); }
td.TdClassName
{
border-color: #FF101D;
}
.TagClassName
{
border-color: #FF101D;
}
</style>