Shades of Torch Red #FF1546
Tints of Torch Red #FF1546
RGB
CMYK
RGB Variations
Color information
#FF1546 (or 0xFF1546) is known color: Torch Red. HEX triplet: FF, 15 and 46. RGB value is (255,21,70). Sum of RGB (Red+Green+Blue) = 255+21+70=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1546 is #00EAB9. Grayscale: #606060. Windows color (decimal): -60090 or 4593151. OLE color: 4593151.
HSL color Cylindrical-coordinate representation of color #FF1546: hue angle of 347.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1546 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 70 | - |
| CMYK | 0 | 0.92 | 0.73 | 0 |
| HSL | 347.44º | 1% | 0.54% | - |
| HSV(B) | 347.44º | 0.92% | 1% | - |
| XYZ | 42.61 | 22.24 | 7.84 | - |
| YUV | 96.55 | 113.02 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 70 | 0 | 0.92 | 0.73 | 0 | 347.44 | 1 | 0.54 |
| Hex | FF | 15 | 46 | 0 | 5C | 49 | 0 | 15B | 64 | 36 |
| Octal | 377 | 25 | 106 | 0 | 134 | 111 | 0 | 533 | 144 | 66 |
| Binary | 11111111 | 10101 | 1000110 | 0 | 1011100 | 1001001 | 0 | 101011011 | 1100100 | 110110 |
Color Harmonies of #FF1546
Complementary color
Monochromatic Colors of #FF1546
Black with #FF1546
Text Example
Text Example
White with #FF1546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1546; }
p { color: rgb(255,21,70); }
H1.HeaderClassName
{
color: #FF1546;
}
.AnyTagClassName
{
color: #FF1546;
}
</style>
background-color css
<style>
a { background-color: #FF1546; }
a { background-color: rgb(255,21,70); }
div.DivClassName
{
background-color: #FF1546;
}
.BgClassName
{
background-color: #FF1546;
}
</style>
border-color css
<style>
span { border-color: #FF1546; }
span { border-color: rgb(255,21,70); }
td.TdClassName
{
border-color: #FF1546;
}
.TagClassName
{
border-color: #FF1546;
}
</style>