Shades of Torch Red #FF1044
Tints of Torch Red #FF1044
RGB
CMYK
RGB Variations
Color information
#FF1044 (or 0xFF1044) is known color: Torch Red. HEX triplet: FF, 10 and 44. RGB value is (255,16,68). Sum of RGB (Red+Green+Blue) = 255+16+68=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1044 is #00EFBB. Grayscale: #5D5D5D. Windows color (decimal): -61372 or 4460799. OLE color: 4460799.
HSL color Cylindrical-coordinate representation of color #FF1044: hue angle of 346.95º 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 #FF1044 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 68 | - |
| CMYK | 0 | 0.94 | 0.73 | 0 |
| HSL | 346.95º | 1% | 0.53% | - |
| HSV(B) | 346.95º | 0.94% | 1% | - |
| XYZ | 42.47 | 22.05 | 7.49 | - |
| YUV | 93.39 | 113.68 | 243.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 68 | 0 | 0.94 | 0.73 | 0 | 346.95 | 1 | 0.53 |
| Hex | FF | 10 | 44 | 0 | 5E | 49 | 0 | 15B | 64 | 35 |
| Octal | 377 | 20 | 104 | 0 | 136 | 111 | 0 | 533 | 144 | 65 |
| Binary | 11111111 | 10000 | 1000100 | 0 | 1011110 | 1001001 | 0 | 101011011 | 1100100 | 110101 |
Color Harmonies of #FF1044
Complementary color
Monochromatic Colors of #FF1044
Black with #FF1044
Text Example
Text Example
White with #FF1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1044; }
p { color: rgb(255,16,68); }
H1.HeaderClassName
{
color: #FF1044;
}
.AnyTagClassName
{
color: #FF1044;
}
</style>
background-color css
<style>
a { background-color: #FF1044; }
a { background-color: rgb(255,16,68); }
div.DivClassName
{
background-color: #FF1044;
}
.BgClassName
{
background-color: #FF1044;
}
</style>
border-color css
<style>
span { border-color: #FF1044; }
span { border-color: rgb(255,16,68); }
td.TdClassName
{
border-color: #FF1044;
}
.TagClassName
{
border-color: #FF1044;
}
</style>