Shades of Torch Red #FF104F
Tints of Torch Red #FF104F
RGB
CMYK
RGB Variations
Color information
#FF104F (or 0xFF104F) is known color: Torch Red. HEX triplet: FF, 10 and 4F. RGB value is (255,16,79). Sum of RGB (Red+Green+Blue) = 255+16+79=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF104F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF104F is #00EFB0. Grayscale: #5E5E5E. Windows color (decimal): -61361 or 5181695. OLE color: 5181695.
HSL color Cylindrical-coordinate representation of color #FF104F: hue angle of 344.18º 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 #FF104F is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 79 | - |
| CMYK | 0 | 0.94 | 0.69 | 0 |
| HSL | 344.18º | 1% | 0.53% | - |
| HSV(B) | 344.18º | 0.94% | 1% | - |
| XYZ | 42.84 | 22.2 | 9.42 | - |
| YUV | 94.64 | 119.18 | 242.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 79 | 0 | 0.94 | 0.69 | 0 | 344.18 | 1 | 0.53 |
| Hex | FF | 10 | 4F | 0 | 5E | 45 | 0 | 158 | 64 | 35 |
| Octal | 377 | 20 | 117 | 0 | 136 | 105 | 0 | 530 | 144 | 65 |
| Binary | 11111111 | 10000 | 1001111 | 0 | 1011110 | 1000101 | 0 | 101011000 | 1100100 | 110101 |
Color Harmonies of #FF104F
Complementary color
Monochromatic Colors of #FF104F
Black with #FF104F
Text Example
Text Example
White with #FF104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF104F; }
p { color: rgb(255,16,79); }
H1.HeaderClassName
{
color: #FF104F;
}
.AnyTagClassName
{
color: #FF104F;
}
</style>
background-color css
<style>
a { background-color: #FF104F; }
a { background-color: rgb(255,16,79); }
div.DivClassName
{
background-color: #FF104F;
}
.BgClassName
{
background-color: #FF104F;
}
</style>
border-color css
<style>
span { border-color: #FF104F; }
span { border-color: rgb(255,16,79); }
td.TdClassName
{
border-color: #FF104F;
}
.TagClassName
{
border-color: #FF104F;
}
</style>