Shades of Torch Red #FF104E
Tints of Torch Red #FF104E
RGB
CMYK
RGB Variations
Color information
#FF104E (or 0xFF104E) is known color: Torch Red. HEX triplet: FF, 10 and 4E. RGB value is (255,16,78). Sum of RGB (Red+Green+Blue) = 255+16+78=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF104E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF104E is #00EFB1. Grayscale: #5E5E5E. Windows color (decimal): -61362 or 5116159. OLE color: 5116159.
HSL color Cylindrical-coordinate representation of color #FF104E: hue angle of 344.44º 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 #FF104E is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 78 | - |
| CMYK | 0 | 0.94 | 0.69 | 0 |
| HSL | 344.44º | 1% | 0.53% | - |
| HSV(B) | 344.44º | 0.94% | 1% | - |
| XYZ | 42.8 | 22.18 | 9.23 | - |
| YUV | 94.53 | 118.68 | 242.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 78 | 0 | 0.94 | 0.69 | 0 | 344.44 | 1 | 0.53 |
| Hex | FF | 10 | 4E | 0 | 5E | 45 | 0 | 158 | 64 | 35 |
| Octal | 377 | 20 | 116 | 0 | 136 | 105 | 0 | 530 | 144 | 65 |
| Binary | 11111111 | 10000 | 1001110 | 0 | 1011110 | 1000101 | 0 | 101011000 | 1100100 | 110101 |
Color Harmonies of #FF104E
Complementary color
Monochromatic Colors of #FF104E
Black with #FF104E
Text Example
Text Example
White with #FF104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF104E; }
p { color: rgb(255,16,78); }
H1.HeaderClassName
{
color: #FF104E;
}
.AnyTagClassName
{
color: #FF104E;
}
</style>
background-color css
<style>
a { background-color: #FF104E; }
a { background-color: rgb(255,16,78); }
div.DivClassName
{
background-color: #FF104E;
}
.BgClassName
{
background-color: #FF104E;
}
</style>
border-color css
<style>
span { border-color: #FF104E; }
span { border-color: rgb(255,16,78); }
td.TdClassName
{
border-color: #FF104E;
}
.TagClassName
{
border-color: #FF104E;
}
</style>